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