Color: #C9B83B

#C9B83B Color Information

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

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

In a RGB color space, #C9B83B is composed of 79% red, 72% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 71% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 47.62, x: 0.4421, and y: 0.4726.

Color Code #C9B83B

#C9B83Brgb(201, 184, 59)
HEX
#C9B83B
RGB
rgb(201, 184, 59)
HSL
hsl(53, 57%, 51%)
HSV
hsv(53, 71%, 79%)
CMYK
0%, 8%, 71%, 21%
XYZ
X: 44.55, Y: 47.62, Z: 8.59
Lab
L: 74.59, a: -3.91, b: 62.10
Name

Shades of Color #C9B83B

Shades are created by darkening the original color #C9B83B 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 #C9B83B

Tints are created by lightening the original color #C9B83B 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.

#C9B83Brgb(201, 184, 59)

About #C9B83B Color Code

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

  • HEX: #C9B83B
  • RGB: rgb(201, 184, 59)
  • HSL: hsl(53, 57%, 51%)
  • HSV: hsv(53, 71%, 79%)
  • CMYK: 0.00% cyan, 8.00% magenta, 71.00% yellow, 21.00% black
  • XYZ: 44.55, 47.62, 8.59
  • Yxy: 47.62, 0.4421, 0.4726
  • Hunter Lab: 74.59, -3.91, 62.10
  • CIE-Lab: 74.59, -3.91, 62.10

In the XYZ color space, this color is represented as X: 44.55, Y: 47.62, Z: 8.59. The Yxy representation further refines this as Y: 47.62, x: 0.4421, and y: 0.4726.

In the Hunter Lab color space, this color is represented as L: 74.59, a: -3.91, and b: 62.10. Similarly, in the CIE-Lab color space, it is represented as L: 74.59, a: -3.91, and b: 62.10.

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 #C9B83B

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

Analogous Colors of #C9B83B

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

Monochromatic Colors of #C9B83B

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

Complementary Color of #C9B83B

The complementary color of #C9B83B 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 #C9B83B

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

HTML Examples of #C9B83B

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

Related Colors of #C9B83B

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