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