Color: #DFB15D
#DFB15D Color Information
#DFB15D is a light color. The closest websafe version is #DFB15D. A complement of this color would be #5D8BDF, perceived brightness is 0.71, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 39°,a saturation of 67%, and a lightness of 62%.The HSV representation shows a hue of 39°, a saturation of 58%, and a value of 87%.
In a RGB color space, #DFB15D is composed of 87% red, 69% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 58% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 48.60, x: 0.4509, and y: 0.4325.
Color Code #DFB15D
Shades of Color #DFB15D
Shades are created by darkening the original color #DFB15D 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 #DFB15D
Tints are created by lightening the original color #DFB15D 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 #DFB15D Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 67%, and a lightness of 62%. The HSV representation shows a hue of 39°, a saturation of 58%, and a value of 87%.
- HEX: #DFB15D
- RGB: rgb(223, 177, 93)
- HSL: hsl(39, 67%, 62%)
- HSV: hsv(39, 58%, 87%)
- CMYK: 0.00% cyan, 21.00% magenta, 58.00% yellow, 13.00% black
- XYZ: 50.67, 48.60, 13.11
- Yxy: 48.60, 0.4509, 0.4325
- Hunter Lab: 75.20, 10.38, 48.91
- CIE-Lab: 75.20, 10.38, 48.91
In the XYZ color space, this color is represented as X: 50.67, Y: 48.60, Z: 13.11. The Yxy representation further refines this as Y: 48.60, x: 0.4509, and y: 0.4325.
In the Hunter Lab color space, this color is represented as L: 75.20, a: 10.38, and b: 48.91. Similarly, in the CIE-Lab color space, it is represented as L: 75.20, a: 10.38, and b: 48.91.
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 #DFB15D
Triadic colors are three colors evenly spaced around the color wheel, including #DFB15D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DFB15D
Split complementary colors are two colors adjacent to the complementary color of #DFB15D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DFB15D
Monochromatic colors are variations of #DFB15D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFB15D
The complementary color of #DFB15D 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 #DFB15D
/* Using HEX */ body { background-color: #dfb15d; }
/* Using RGB */ body { background-color: rgb(223, 177, 93); }
/* Using RGB with opacity */ body { background-color: rgba(223, 177, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 67%, 62%); }
/* Text color */ p { color: #dfb15d; }
/* Box shadow */ div { box-shadow: 4px 4px #dfb15d; }
/* Border color */ .box { border: 4px solid #dfb15d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dfb15d; }
/* Background with text */ div { background: #dfb15d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DFB15D
<!-- Using HEX --> <div style="background-color: #dfb15d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 177, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 177, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 67%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfb15d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfb15d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dfb15d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dfb15d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dfb15d; color: #fff; padding: 16px; border-radius: 8px;"> #DFB15D </div>
Related Colors of #DFB15D
These colors are similar to #DFB15D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.