Color: #CBB11D

#CBB11D Color Information

#CBB11D is a light color. The closest websafe version is #CBB11D. A complement of this color would be #1D37C9, perceived brightness is 0.66, and the grayscale version is #747474.

In the HSL color space, this color has a hue angle of 51°,a saturation of 75%, and a lightness of 45%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CBB11D is composed of 80% red, 69% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 86% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 44.88, x: 0.4590, and y: 0.4774.

Color Code #CBB11D

HEX
#CBB11D
RGB
rgb(203, 177, 29)
HSL
hsl(51, 75%, 45%)
HSV
hsv(51, 86%, 80%)
CMYK
0%, 13%, 86%, 20%
XYZ
X: 43.15, Y: 44.88, Z: 5.98
Lab
L: 72.81, a: -0.37, b: 69.75
Name

Shades of Color #CBB11D

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

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

About #CBB11D Color Code

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

  • HEX: #CBB11D
  • RGB: rgb(203, 177, 29)
  • HSL: hsl(51, 75%, 45%)
  • HSV: hsv(51, 86%, 80%)
  • CMYK: 0.00% cyan, 13.00% magenta, 86.00% yellow, 20.00% black
  • XYZ: 43.15, 44.88, 5.98
  • Yxy: 44.88, 0.4590, 0.4774
  • Hunter Lab: 72.81, -0.37, 69.75
  • CIE-Lab: 72.81, -0.37, 69.75

In the XYZ color space, this color is represented as X: 43.15, Y: 44.88, Z: 5.98. The Yxy representation further refines this as Y: 44.88, x: 0.4590, and y: 0.4774.

In the Hunter Lab color space, this color is represented as L: 72.81, a: -0.37, and b: 69.75. Similarly, in the CIE-Lab color space, it is represented as L: 72.81, a: -0.37, and b: 69.75.

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

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

Analogous Colors of #CBB11D

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

Monochromatic Colors of #CBB11D

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

Complementary Color of #CBB11D

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

/* Using HEX */
body {
  background-color: #cbb11d;
}
/* Using RGB */
body {
  background-color: rgb(203, 177, 29);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 177, 29, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 75%, 45%);
}
/* Text color */
p {
  color: #cbb11d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbb11d;
}

HTML Examples of #CBB11D

<!-- Using HEX -->
<div style="background-color: #cbb11d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 177, 29); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 177, 29, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(51, 75%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbb11d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbb11d; width: 100px; height: 100px;"></div>

Related Colors of #CBB11D

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