Color: #D7AD5F
#D7AD5F Color Information
#D7AD5F is a light color. The closest websafe version is #D7AD5F. A complement of this color would be #608AD7, perceived brightness is 0.69, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 39°,a saturation of 60%, and a lightness of 61%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D7AD5F is composed of 84% red, 68% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 56% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 45.77, x: 0.4455, and y: 0.4305.
Color Code #D7AD5F
Shades of Color #D7AD5F
Shades are created by darkening the original color #D7AD5F 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 #D7AD5F
Tints are created by lightening the original color #D7AD5F 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 #D7AD5F Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 60%, and a lightness of 61%. The HSV representation shows a hue of 39°, a saturation of 56%, and a value of 84%.
- HEX: #D7AD5F
- RGB: rgb(215, 173, 95)
- HSL: hsl(39, 60%, 61%)
- HSV: hsv(39, 56%, 84%)
- CMYK: 0.00% cyan, 20.00% magenta, 56.00% yellow, 16.00% black
- XYZ: 47.36, 45.77, 13.18
- Yxy: 45.77, 0.4455, 0.4305
- Hunter Lab: 73.40, 9.18, 45.63
- CIE-Lab: 73.40, 9.18, 45.63
In the XYZ color space, this color is represented as X: 47.36, Y: 45.77, Z: 13.18. The Yxy representation further refines this as Y: 45.77, x: 0.4455, and y: 0.4305.
In the Hunter Lab color space, this color is represented as L: 73.40, a: 9.18, and b: 45.63. Similarly, in the CIE-Lab color space, it is represented as L: 73.40, a: 9.18, and b: 45.63.
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 #D7AD5F
Triadic colors are three colors evenly spaced around the color wheel, including #D7AD5F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D7AD5F
Monochromatic colors are variations of #D7AD5F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D7AD5F
The complementary color of #D7AD5F 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 #D7AD5F
/* Using HEX */ body { background-color: #d7ad5f; }
/* Using RGB */ body { background-color: rgb(215, 173, 95); }
/* Using RGB with opacity */ body { background-color: rgba(215, 173, 95, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 60%, 61%); }
/* Text color */ p { color: #d7ad5f; }
/* Box shadow */ div { box-shadow: 4px 4px #d7ad5f; }
HTML Examples of #D7AD5F
<!-- Using HEX --> <div style="background-color: #d7ad5f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(215, 173, 95); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(215, 173, 95, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 60%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d7ad5f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d7ad5f; width: 100px; height: 100px;"></div>
Related Colors of #D7AD5F
These colors are similar to #D7AD5F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.