Color: #DBD69A
#DBD69A Color Information
#DBD69A is a light color. The closest websafe version is #DBD69A. A complement of this color would be #9A9FDB, perceived brightness is 0.82, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 55°,a saturation of 47%, and a lightness of 73%.The HSV representation shows a hue of 55°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBD69A is composed of 86% red, 84% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 30% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 65.93, x: 0.3888, and y: 0.4175.
Color Code #DBD69A
Shades of Color #DBD69A
Shades are created by darkening the original color #DBD69A 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 #DBD69A
Tints are created by lightening the original color #DBD69A 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 #DBD69A Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 47%, and a lightness of 73%. The HSV representation shows a hue of 55°, a saturation of 30%, and a value of 86%.
- HEX: #DBD69A
- RGB: rgb(219, 214, 154)
- HSL: hsl(55, 47%, 73%)
- HSV: hsv(55, 30%, 86%)
- CMYK: 0.00% cyan, 2.00% magenta, 30.00% yellow, 14.00% black
- XYZ: 61.41, 65.93, 30.59
- Yxy: 65.93, 0.3888, 0.4175
- Hunter Lab: 84.96, -4.99, 30.39
- CIE-Lab: 84.96, -4.99, 30.39
In the XYZ color space, this color is represented as X: 61.41, Y: 65.93, Z: 30.59. The Yxy representation further refines this as Y: 65.93, x: 0.3888, and y: 0.4175.
In the Hunter Lab color space, this color is represented as L: 84.96, a: -4.99, and b: 30.39. Similarly, in the CIE-Lab color space, it is represented as L: 84.96, a: -4.99, and b: 30.39.
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 #DBD69A
Triadic colors are three colors evenly spaced around the color wheel, including #DBD69A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBD69A
Monochromatic colors are variations of #DBD69A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBD69A
The complementary color of #DBD69A 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 #DBD69A
/* Using HEX */ body { background-color: #dbd69a; }
/* Using RGB */ body { background-color: rgb(219, 214, 154); }
/* Using RGB with opacity */ body { background-color: rgba(219, 214, 154, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 47%, 73%); }
/* Text color */ p { color: #dbd69a; }
/* Box shadow */ div { box-shadow: 4px 4px #dbd69a; }
HTML Examples of #DBD69A
<!-- Using HEX --> <div style="background-color: #dbd69a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 214, 154); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 214, 154, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 47%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbd69a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbd69a; width: 100px; height: 100px;"></div>
Related Colors of #DBD69A
These colors are similar to #DBD69A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.