Color: #DBA239
#DBA239 Color Information
#DBA239 is a light color. The closest websafe version is #DBA239. A complement of this color would be #3971DB, perceived brightness is 0.66, and the grayscale version is #8A8A8A.
In the HSL color space, this color has a hue angle of 39°,a saturation of 69%, and a lightness of 54%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBA239 is composed of 86% red, 64% green and 22% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 74% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 41.91, x: 0.4792, and y: 0.4425.
Color Code #DBA239
Shades of Color #DBA239
Shades are created by darkening the original color #DBA239 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 #DBA239
Tints are created by lightening the original color #DBA239 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 #DBA239 Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 69%, and a lightness of 54%. The HSV representation shows a hue of 39°, a saturation of 74%, and a value of 86%.
- HEX: #DBA239
- RGB: rgb(219, 162, 57)
- HSL: hsl(39, 69%, 54%)
- HSV: hsv(39, 74%, 86%)
- CMYK: 0.00% cyan, 26.00% magenta, 74.00% yellow, 14.00% black
- XYZ: 45.39, 41.91, 7.42
- Yxy: 41.91, 0.4792, 0.4425
- Hunter Lab: 70.81, 14.77, 60.08
- CIE-Lab: 70.81, 14.77, 60.08
In the XYZ color space, this color is represented as X: 45.39, Y: 41.91, Z: 7.42. The Yxy representation further refines this as Y: 41.91, x: 0.4792, and y: 0.4425.
In the Hunter Lab color space, this color is represented as L: 70.81, a: 14.77, and b: 60.08. Similarly, in the CIE-Lab color space, it is represented as L: 70.81, a: 14.77, and b: 60.08.
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 #DBA239
Triadic colors are three colors evenly spaced around the color wheel, including #DBA239. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBA239
Monochromatic colors are variations of #DBA239, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBA239
The complementary color of #DBA239 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 #DBA239
/* Using HEX */ body { background-color: #dba239; }
/* Using RGB */ body { background-color: rgb(219, 162, 57); }
/* Using RGB with opacity */ body { background-color: rgba(219, 162, 57, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 69%, 54%); }
/* Text color */ p { color: #dba239; }
/* Box shadow */ div { box-shadow: 4px 4px #dba239; }
HTML Examples of #DBA239
<!-- Using HEX --> <div style="background-color: #dba239; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 162, 57); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 162, 57, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 69%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dba239;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dba239; width: 100px; height: 100px;"></div>
Related Colors of #DBA239
These colors are similar to #DBA239, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.