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