Color: #DFBF9F
#DFBF9F Color Information
#DFBF9F is a light color. The closest websafe version is #DFBF9F. A complement of this color would be #9FBFDF, perceived brightness is 0.77, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 30°,a saturation of 50%, and a lightness of 75%.The HSV representation shows a hue of 30°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DFBF9F is composed of 87% red, 75% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 29% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 55.87, x: 0.3974, and y: 0.3882.
Color Code #DFBF9F
Shades of Color #DFBF9F
Shades are created by darkening the original color #DFBF9F 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 #DFBF9F
Tints are created by lightening the original color #DFBF9F 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 #DFBF9F Color Code
In the HSL color space, this color has a hue angle of 30°, a saturation of 50%, and a lightness of 75%. The HSV representation shows a hue of 30°, a saturation of 29%, and a value of 87%.
- HEX: #DFBF9F
- RGB: rgb(223, 191, 159)
- HSL: hsl(30, 50%, 75%)
- HSV: hsv(30, 29%, 87%)
- CMYK: 0.00% cyan, 14.00% magenta, 29.00% yellow, 13.00% black
- XYZ: 57.20, 55.87, 30.85
- Yxy: 55.87, 0.3974, 0.3882
- Hunter Lab: 79.54, 8.32, 20.65
- CIE-Lab: 79.54, 8.32, 20.65
In the XYZ color space, this color is represented as X: 57.20, Y: 55.87, Z: 30.85. The Yxy representation further refines this as Y: 55.87, x: 0.3974, and y: 0.3882.
In the Hunter Lab color space, this color is represented as L: 79.54, a: 8.32, and b: 20.65. Similarly, in the CIE-Lab color space, it is represented as L: 79.54, a: 8.32, and b: 20.65.
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 #DFBF9F
Triadic colors are three colors evenly spaced around the color wheel, including #DFBF9F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DFBF9F
Monochromatic colors are variations of #DFBF9F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFBF9F
The complementary color of #DFBF9F 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 #DFBF9F
/* Using HEX */ body { background-color: #dfbf9f; }
/* Using RGB */ body { background-color: rgb(223, 191, 159); }
/* Using RGB with opacity */ body { background-color: rgba(223, 191, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(30, 50%, 75%); }
/* Text color */ p { color: #dfbf9f; }
/* Box shadow */ div { box-shadow: 4px 4px #dfbf9f; }
HTML Examples of #DFBF9F
<!-- Using HEX --> <div style="background-color: #dfbf9f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 191, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 191, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(30, 50%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfbf9f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfbf9f; width: 100px; height: 100px;"></div>
Related Colors of #DFBF9F
These colors are similar to #DFBF9F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.