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