Shades of Chenin #DFB975
Tints of Chenin #DFB975
RGB
CMYK
RGB Variations
Color information
#DFB975 (or 0xDFB975) is known color: Chenin. HEX triplet: DF, B9 and 75. RGB value is (223,185,117). Sum of RGB (Red+Green+Blue) = 223+185+117=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB975 is #20468A. Grayscale: #BCBCBC. Windows color (decimal): -2115211 or 7715295. OLE color: 7715295.
HSL color Cylindrical-coordinate representation of color #DFB975: hue angle of 38.49º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB975 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 117 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.13 |
| HSL | 38.49º | 0.62% | 0.67% | - |
| HSV(B) | 38.49º | 0.48% | 0.87% | - |
| XYZ | 50.99 | 51.67 | 24.12 | - |
| YUV | 188.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 117 | 0 | 0.17 | 0.48 | 0.13 | 38.49 | 0.62 | 0.67 |
| Hex | DF | B9 | 75 | 0 | 11 | 30 | D | 26 | 3E | 43 |
| Octal | 337 | 271 | 165 | 0 | 21 | 60 | 15 | 46 | 76 | 103 |
| Binary | 11011111 | 10111001 | 1110101 | 0 | 10001 | 110000 | 1101 | 100110 | 111110 | 1000011 |
Color Harmonies of #DFB975
Complementary color
Monochromatic Colors of #DFB975
Black with #DFB975
Text Example
Text Example
White with #DFB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB975; }
p { color: rgb(223,185,117); }
H1.HeaderClassName
{
color: #DFB975;
}
.AnyTagClassName
{
color: #DFB975;
}
</style>
background-color css
<style>
a { background-color: #DFB975; }
a { background-color: rgb(223,185,117); }
div.DivClassName
{
background-color: #DFB975;
}
.BgClassName
{
background-color: #DFB975;
}
</style>
border-color css
<style>
span { border-color: #DFB975; }
span { border-color: rgb(223,185,117); }
td.TdClassName
{
border-color: #DFB975;
}
.TagClassName
{
border-color: #DFB975;
}
</style>