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