Color: #D0A25D
#D0A25D Color Information
#D0A25D is a light color. The closest websafe version is #D0A25D. A complement of this color would be #5D8BD0, perceived brightness is 0.66, and the grayscale version is #969696.
In the HSL color space, this color has a hue angle of 36°,a saturation of 55%, and a lightness of 59%.The HSV representation shows a hue of 36°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D0A25D is composed of 82% red, 64% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 55% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 40.60, x: 0.4487, and y: 0.4239.
Color Code #D0A25D
Shades of Color #D0A25D
Shades are created by darkening the original color #D0A25D 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 #D0A25D
Tints are created by lightening the original color #D0A25D 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 #D0A25D Color Code
In the HSL color space, this color has a hue angle of 36°, a saturation of 55%, and a lightness of 59%. The HSV representation shows a hue of 36°, a saturation of 55%, and a value of 82%.
- HEX: #D0A25D
- RGB: rgb(208, 162, 93)
- HSL: hsl(36, 55%, 59%)
- HSV: hsv(36, 55%, 82%)
- CMYK: 0.00% cyan, 22.00% magenta, 55.00% yellow, 18.00% black
- XYZ: 42.98, 40.60, 12.20
- Yxy: 40.60, 0.4487, 0.4239
- Hunter Lab: 69.89, 11.72, 42.33
- CIE-Lab: 69.89, 11.72, 42.33
In the XYZ color space, this color is represented as X: 42.98, Y: 40.60, Z: 12.20. The Yxy representation further refines this as Y: 40.60, x: 0.4487, and y: 0.4239.
In the Hunter Lab color space, this color is represented as L: 69.89, a: 11.72, and b: 42.33. Similarly, in the CIE-Lab color space, it is represented as L: 69.89, a: 11.72, and b: 42.33.
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 #D0A25D
Triadic colors are three colors evenly spaced around the color wheel, including #D0A25D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D0A25D
Monochromatic colors are variations of #D0A25D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D0A25D
The complementary color of #D0A25D 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 #D0A25D
/* Using HEX */ body { background-color: #d0a25d; }
/* Using RGB */ body { background-color: rgb(208, 162, 93); }
/* Using RGB with opacity */ body { background-color: rgba(208, 162, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(36, 55%, 59%); }
/* Text color */ p { color: #d0a25d; }
/* Box shadow */ div { box-shadow: 4px 4px #d0a25d; }
HTML Examples of #D0A25D
<!-- Using HEX --> <div style="background-color: #d0a25d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(208, 162, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(208, 162, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(36, 55%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d0a25d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d0a25d; width: 100px; height: 100px;"></div>
Related Colors of #D0A25D
These colors are similar to #D0A25D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.