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