Color: #DBA576
#DBA576 Color Information
#DBA576 is a light color. The closest websafe version is #DBA576. A complement of this color would be #76ACDB, perceived brightness is 0.69, and the grayscale version is #A8A8A8.
In the HSL color space, this color has a hue angle of 28°,a saturation of 58%, and a lightness of 66%.The HSV representation shows a hue of 28°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBA576 is composed of 86% red, 65% green and 46% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 46% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 43.83, x: 0.4386, and y: 0.4007.
Color Code #DBA576
Shades of Color #DBA576
Shades are created by darkening the original color #DBA576 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 #DBA576
Tints are created by lightening the original color #DBA576 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 #DBA576 Color Code
In the HSL color space, this color has a hue angle of 28°, a saturation of 58%, and a lightness of 66%. The HSV representation shows a hue of 28°, a saturation of 46%, and a value of 86%.
- HEX: #DBA576
- RGB: rgb(219, 165, 118)
- HSL: hsl(28, 58%, 66%)
- HSV: hsv(28, 46%, 86%)
- CMYK: 0.00% cyan, 25.00% magenta, 46.00% yellow, 14.00% black
- XYZ: 47.97, 43.83, 17.58
- Yxy: 43.83, 0.4386, 0.4007
- Hunter Lab: 72.12, 16.38, 32.48
- CIE-Lab: 72.12, 16.38, 32.48
In the XYZ color space, this color is represented as X: 47.97, Y: 43.83, Z: 17.58. The Yxy representation further refines this as Y: 43.83, x: 0.4386, and y: 0.4007.
In the Hunter Lab color space, this color is represented as L: 72.12, a: 16.38, and b: 32.48. Similarly, in the CIE-Lab color space, it is represented as L: 72.12, a: 16.38, and b: 32.48.
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 #DBA576
Triadic colors are three colors evenly spaced around the color wheel, including #DBA576. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBA576
Monochromatic colors are variations of #DBA576, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBA576
The complementary color of #DBA576 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 #DBA576
/* Using HEX */ body { background-color: #dba576; }
/* Using RGB */ body { background-color: rgb(219, 165, 118); }
/* Using RGB with opacity */ body { background-color: rgba(219, 165, 118, 0.5); }
/* Using HSL */ body { background-color: hsl(28, 58%, 66%); }
/* Text color */ p { color: #dba576; }
/* Box shadow */ div { box-shadow: 4px 4px #dba576; }
HTML Examples of #DBA576
<!-- Using HEX --> <div style="background-color: #dba576; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 165, 118); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 165, 118, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(28, 58%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dba576;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dba576; width: 100px; height: 100px;"></div>
Related Colors of #DBA576
These colors are similar to #DBA576, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.