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