Color: #CDBD05
#CDBD05 Color Information
#CDBD05 is a light color. The closest websafe version is #CDBD05. A complement of this color would be #0516CC, perceived brightness is 0.68, and the grayscale version is #696969.
In the HSL color space, this color has a hue angle of 55°,a saturation of 95%, and a lightness of 41%.The HSV representation shows a hue of 55°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CDBD05 is composed of 80% red, 74% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 98% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 50.07, x: 0.4524, and y: 0.4899.
Color Code #CDBD05
Shades of Color #CDBD05
Shades are created by darkening the original color #CDBD05 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 #CDBD05
Tints are created by lightening the original color #CDBD05 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 #CDBD05 Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 95%, and a lightness of 41%. The HSV representation shows a hue of 55°, a saturation of 98%, and a value of 80%.
- HEX: #CDBD05
- RGB: rgb(205, 189, 5)
- HSL: hsl(55, 95%, 41%)
- HSV: hsv(55, 98%, 80%)
- CMYK: 0.00% cyan, 8.00% magenta, 98.00% yellow, 20.00% black
- XYZ: 46.24, 50.07, 5.90
- Yxy: 50.07, 0.4524, 0.4899
- Hunter Lab: 76.11, -5.68, 75.81
- CIE-Lab: 76.11, -5.68, 75.81
In the XYZ color space, this color is represented as X: 46.24, Y: 50.07, Z: 5.90. The Yxy representation further refines this as Y: 50.07, x: 0.4524, and y: 0.4899.
In the Hunter Lab color space, this color is represented as L: 76.11, a: -5.68, and b: 75.81. Similarly, in the CIE-Lab color space, it is represented as L: 76.11, a: -5.68, and b: 75.81.
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 #CDBD05
Triadic colors are three colors evenly spaced around the color wheel, including #CDBD05. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDBD05
Monochromatic colors are variations of #CDBD05, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDBD05
The complementary color of #CDBD05 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 #CDBD05
/* Using HEX */ body { background-color: #cdbd05; }
/* Using RGB */ body { background-color: rgb(205, 189, 5); }
/* Using RGB with opacity */ body { background-color: rgba(205, 189, 5, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 95%, 41%); }
/* Text color */ p { color: #cdbd05; }
/* Box shadow */ div { box-shadow: 4px 4px #cdbd05; }
HTML Examples of #CDBD05
<!-- Using HEX --> <div style="background-color: #cdbd05; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 189, 5); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 189, 5, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 95%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdbd05;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdbd05; width: 100px; height: 100px;"></div>
Related Colors of #CDBD05
These colors are similar to #CDBD05, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.