Color: #CDA60B
#CDA60B Color Information
#CDA60B is a light color. The closest websafe version is #CDA60B. A complement of this color would be #0B31CB, perceived brightness is 0.63, and the grayscale version is #6C6C6C.
In the HSL color space, this color has a hue angle of 48°,a saturation of 90%, and a lightness of 42%.The HSV representation shows a hue of 48°, a saturation of 95%, and a value of 80%.
In a RGB color space, #CDA60B is composed of 80% red, 65% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 95% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 40.94, x: 0.4749, and y: 0.4701.
Color Code #CDA60B
Shades of Color #CDA60B
Shades are created by darkening the original color #CDA60B 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 #CDA60B
Tints are created by lightening the original color #CDA60B 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 #CDA60B Color Code
In the HSL color space, this color has a hue angle of 48°, a saturation of 90%, and a lightness of 42%. The HSV representation shows a hue of 48°, a saturation of 95%, and a value of 80%.
- HEX: #CDA60B
- RGB: rgb(205, 166, 11)
- HSL: hsl(48, 90%, 42%)
- HSV: hsv(48, 95%, 80%)
- CMYK: 0.00% cyan, 19.00% magenta, 95.00% yellow, 20.00% black
- XYZ: 41.35, 40.94, 4.79
- Yxy: 40.94, 0.4749, 0.4701
- Hunter Lab: 70.13, 5.80, 71.06
- CIE-Lab: 70.13, 5.80, 71.06
In the XYZ color space, this color is represented as X: 41.35, Y: 40.94, Z: 4.79. The Yxy representation further refines this as Y: 40.94, x: 0.4749, and y: 0.4701.
In the Hunter Lab color space, this color is represented as L: 70.13, a: 5.80, and b: 71.06. Similarly, in the CIE-Lab color space, it is represented as L: 70.13, a: 5.80, and b: 71.06.
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 #CDA60B
Triadic colors are three colors evenly spaced around the color wheel, including #CDA60B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CDA60B
Split complementary colors are two colors adjacent to the complementary color of #CDA60B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CDA60B
Monochromatic colors are variations of #CDA60B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDA60B
The complementary color of #CDA60B 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 #CDA60B
/* Using HEX */ body { background-color: #cda60b; }
/* Using RGB */ body { background-color: rgb(205, 166, 11); }
/* Using RGB with opacity */ body { background-color: rgba(205, 166, 11, 0.5); }
/* Using HSL */ body { background-color: hsl(48, 90%, 42%); }
/* Text color */ p { color: #cda60b; }
/* Box shadow */ div { box-shadow: 4px 4px #cda60b; }
/* Border color */ .box { border: 4px solid #cda60b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cda60b; }
/* Background with text */ div { background: #cda60b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CDA60B
<!-- Using HEX --> <div style="background-color: #cda60b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 166, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 166, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(48, 90%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cda60b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cda60b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cda60b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cda60b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cda60b; color: #fff; padding: 16px; border-radius: 8px;"> #CDA60B </div>
Related Colors of #CDA60B
These colors are similar to #CDA60B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.