Color: #DBD58C
#DBD58C Color Information
#DBD58C is a light color. The closest websafe version is #DBD58C. A complement of this color would be #8B91DA, perceived brightness is 0.81, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 55°,a saturation of 52%, and a lightness of 70%.The HSV representation shows a hue of 55°, a saturation of 36%, and a value of 86%.
In a RGB color space, #DBD58C is composed of 86% red, 84% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 36% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 65.05, x: 0.3978, and y: 0.4294.
Color Code #DBD58C
Shades of Color #DBD58C
Shades are created by darkening the original color #DBD58C 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 #DBD58C
Tints are created by lightening the original color #DBD58C 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 #DBD58C Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 52%, and a lightness of 70%. The HSV representation shows a hue of 55°, a saturation of 36%, and a value of 86%.
- HEX: #DBD58C
- RGB: rgb(219, 213, 140)
- HSL: hsl(55, 52%, 70%)
- HSV: hsv(55, 36%, 86%)
- CMYK: 0.00% cyan, 3.00% magenta, 36.00% yellow, 14.00% black
- XYZ: 60.26, 65.05, 26.18
- Yxy: 65.05, 0.3978, 0.4294
- Hunter Lab: 84.51, -5.74, 36.89
- CIE-Lab: 84.51, -5.74, 36.89
In the XYZ color space, this color is represented as X: 60.26, Y: 65.05, Z: 26.18. The Yxy representation further refines this as Y: 65.05, x: 0.3978, and y: 0.4294.
In the Hunter Lab color space, this color is represented as L: 84.51, a: -5.74, and b: 36.89. Similarly, in the CIE-Lab color space, it is represented as L: 84.51, a: -5.74, and b: 36.89.
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 #DBD58C
Triadic colors are three colors evenly spaced around the color wheel, including #DBD58C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBD58C
Split complementary colors are two colors adjacent to the complementary color of #DBD58C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBD58C
Monochromatic colors are variations of #DBD58C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBD58C
The complementary color of #DBD58C 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 #DBD58C
/* Using HEX */ body { background-color: #dbd58c; }
/* Using RGB */ body { background-color: rgb(219, 213, 140); }
/* Using RGB with opacity */ body { background-color: rgba(219, 213, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 52%, 70%); }
/* Text color */ p { color: #dbd58c; }
/* Box shadow */ div { box-shadow: 4px 4px #dbd58c; }
/* Border color */ .box { border: 4px solid #dbd58c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbd58c; }
/* Background with text */ div { background: #dbd58c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBD58C
<!-- Using HEX --> <div style="background-color: #dbd58c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 213, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 213, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 52%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbd58c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbd58c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbd58c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbd58c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbd58c; color: #fff; padding: 16px; border-radius: 8px;"> #DBD58C </div>
Related Colors of #DBD58C
These colors are similar to #DBD58C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.