Color: #DAA520
#DAA520 Color Information
#DAA520 is a light color. The closest websafe version is #DAA520. A complement of this color would be #2055D9, perceived brightness is 0.65, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 43°,a saturation of 74%, and a lightness of 49%.The HSV representation shows a hue of 43°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DAA520 is composed of 85% red, 65% green and 13% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 85% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 42.66, x: 0.4837, and y: 0.4558.
Color Code #DAA520
Shades of Color #DAA520
Shades are created by darkening the original color #DAA520 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 #DAA520
Tints are created by lightening the original color #DAA520 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 #DAA520 Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 74%, and a lightness of 49%. The HSV representation shows a hue of 43°, a saturation of 85%, and a value of 85%.
- HEX: #DAA520
- RGB: rgb(218, 165, 32)
- HSL: hsl(43, 74%, 49%)
- HSV: hsv(43, 85%, 85%)
- CMYK: 0.00% cyan, 24.00% magenta, 85.00% yellow, 15.00% black
- XYZ: 45.27, 42.66, 5.66
- Yxy: 42.66, 0.4837, 0.4558
- Hunter Lab: 71.32, 12.21, 68.68
- CIE-Lab: 71.32, 12.21, 68.68
In the XYZ color space, this color is represented as X: 45.27, Y: 42.66, Z: 5.66. The Yxy representation further refines this as Y: 42.66, x: 0.4837, and y: 0.4558.
In the Hunter Lab color space, this color is represented as L: 71.32, a: 12.21, and b: 68.68. Similarly, in the CIE-Lab color space, it is represented as L: 71.32, a: 12.21, and b: 68.68.
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 #DAA520
Triadic colors are three colors evenly spaced around the color wheel, including #DAA520. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DAA520
Monochromatic colors are variations of #DAA520, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DAA520
The complementary color of #DAA520 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 #DAA520
/* Using HEX */ body { background-color: #daa520; }
/* Using RGB */ body { background-color: rgb(218, 165, 32); }
/* Using RGB with opacity */ body { background-color: rgba(218, 165, 32, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 74%, 49%); }
/* Text color */ p { color: #daa520; }
/* Box shadow */ div { box-shadow: 4px 4px #daa520; }
HTML Examples of #DAA520
<!-- Using HEX --> <div style="background-color: #daa520; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 165, 32); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 165, 32, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 74%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #daa520;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #daa520; width: 100px; height: 100px;"></div>
Related Colors of #DAA520
These colors are similar to #DAA520, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.