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