Color: #CBB73A

#CBB73A Color Information

#CBB73A is a light color. The closest websafe version is #CBB73A. A complement of this color would be #3A4DCB, perceived brightness is 0.69, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 52°,a saturation of 58%, and a lightness of 51%.The HSV representation shows a hue of 52°, a saturation of 71%, and a value of 80%.

In a RGB color space, #CBB73A is composed of 80% red, 72% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 71% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 47.49, x: 0.4451, and y: 0.4710.

Color Code #CBB73A

#CBB73Argb(203, 183, 58)
HEX
#CBB73A
RGB
rgb(203, 183, 58)
HSL
hsl(52, 58%, 51%)
HSV
hsv(52, 71%, 80%)
CMYK
0%, 10%, 71%, 20%
XYZ
X: 44.88, Y: 47.49, Z: 8.45
Lab
L: 74.50, a: -2.60, b: 62.46
Name

Shades of Color #CBB73A

Shades are created by darkening the original color #CBB73A in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CBB73A

Tints are created by lightening the original color #CBB73A in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CBB73Argb(203, 183, 58)

About #CBB73A Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 58%, and a lightness of 51%. The HSV representation shows a hue of 52°, a saturation of 71%, and a value of 80%.

  • HEX: #CBB73A
  • RGB: rgb(203, 183, 58)
  • HSL: hsl(52, 58%, 51%)
  • HSV: hsv(52, 71%, 80%)
  • CMYK: 0.00% cyan, 10.00% magenta, 71.00% yellow, 20.00% black
  • XYZ: 44.88, 47.49, 8.45
  • Yxy: 47.49, 0.4451, 0.4710
  • Hunter Lab: 74.50, -2.60, 62.46
  • CIE-Lab: 74.50, -2.60, 62.46

In the XYZ color space, this color is represented as X: 44.88, Y: 47.49, Z: 8.45. The Yxy representation further refines this as Y: 47.49, x: 0.4451, and y: 0.4710.

In the Hunter Lab color space, this color is represented as L: 74.50, a: -2.60, and b: 62.46. Similarly, in the CIE-Lab color space, it is represented as L: 74.50, a: -2.60, and b: 62.46.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CBB73A

Triadic colors are three colors evenly spaced around the color wheel, including #CBB73A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CBB73A

Analogous colors are adjacent to #CBB73A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #CBB73A

Monochromatic colors are variations of #CBB73A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CBB73A

The complementary color of #CBB73A is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CBB73A

/* Using HEX */
body {
  background-color: #cbb73a;
}
/* Using RGB */
body {
  background-color: rgb(203, 183, 58);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 183, 58, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 58%, 51%);
}
/* Text color */
p {
  color: #cbb73a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbb73a;
}
/* Border color */
.box {
  border: 4px solid #cbb73a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbb73a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbb73a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBB73A
On Black Background
#CBB73A
On White Background
#CBB73A

HTML Examples of #CBB73A

<!-- Using HEX -->
<div style="background-color: #cbb73a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 183, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 183, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 58%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbb73a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbb73a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cbb73a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cbb73a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cbb73a; color: #fff; padding: 16px; border-radius: 8px;">
  #CBB73A
</div>
#CBB73A
On Black Background
#CBB73A
On White Background
#CBB73A

Related Colors of #CBB73A

These colors are similar to #CBB73A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.