Color: #DBA680
#DBA680 Color Information
#DBA680 is a light color. The closest websafe version is #DBA680. A complement of this color would be #80B5DB, perceived brightness is 0.70, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 25°,a saturation of 56%, and a lightness of 68%.The HSV representation shows a hue of 25°, a saturation of 42%, and a value of 86%.
In a RGB color space, #DBA680 is composed of 86% red, 65% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 42% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 44.41, x: 0.4299, and y: 0.3924.
Color Code #DBA680
Shades of Color #DBA680
Shades are created by darkening the original color #DBA680 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 #DBA680
Tints are created by lightening the original color #DBA680 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 #DBA680 Color Code
In the HSL color space, this color has a hue angle of 25°, a saturation of 56%, and a lightness of 68%. The HSV representation shows a hue of 25°, a saturation of 42%, and a value of 86%.
- HEX: #DBA680
- RGB: rgb(219, 166, 128)
- HSL: hsl(25, 56%, 68%)
- HSV: hsv(25, 42%, 86%)
- CMYK: 0.00% cyan, 24.00% magenta, 42.00% yellow, 14.00% black
- XYZ: 48.66, 44.41, 20.11
- Yxy: 44.41, 0.4299, 0.3924
- Hunter Lab: 72.50, 16.62, 27.67
- CIE-Lab: 72.50, 16.62, 27.67
In the XYZ color space, this color is represented as X: 48.66, Y: 44.41, Z: 20.11. The Yxy representation further refines this as Y: 44.41, x: 0.4299, and y: 0.3924.
In the Hunter Lab color space, this color is represented as L: 72.50, a: 16.62, and b: 27.67. Similarly, in the CIE-Lab color space, it is represented as L: 72.50, a: 16.62, and b: 27.67.
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 #DBA680
Triadic colors are three colors evenly spaced around the color wheel, including #DBA680. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBA680
Monochromatic colors are variations of #DBA680, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBA680
The complementary color of #DBA680 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 #DBA680
/* Using HEX */ body { background-color: #dba680; }
/* Using RGB */ body { background-color: rgb(219, 166, 128); }
/* Using RGB with opacity */ body { background-color: rgba(219, 166, 128, 0.5); }
/* Using HSL */ body { background-color: hsl(25, 56%, 68%); }
/* Text color */ p { color: #dba680; }
/* Box shadow */ div { box-shadow: 4px 4px #dba680; }
/* Border color */ .box { border: 4px solid #dba680; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dba680; }
/* Background with text */ div { background: #dba680; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBA680
<!-- Using HEX --> <div style="background-color: #dba680; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 166, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 166, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(25, 56%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dba680;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dba680; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dba680; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dba680;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dba680; color: #fff; padding: 16px; border-radius: 8px;"> #DBA680 </div>
Related Colors of #DBA680
These colors are similar to #DBA680, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.