Shades of Chenin #DFC075
Tints of Chenin #DFC075
RGB
CMYK
RGB Variations
Color information
#DFC075 (or 0xDFC075) is known color: Chenin. HEX triplet: DF, C0 and 75. RGB value is (223,192,117). Sum of RGB (Red+Green+Blue) = 223+192+117=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC075 is #203F8A. Grayscale: #C1C1C1. Windows color (decimal): -2113419 or 7717087. OLE color: 7717087.
HSL color Cylindrical-coordinate representation of color #DFC075: hue angle of 42.45º 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 #DFC075 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 117 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 42.45º | 0.62% | 0.67% | - |
| HSV(B) | 42.45º | 0.48% | 0.87% | - |
| XYZ | 52.49 | 54.67 | 24.62 | - |
| YUV | 192.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 117 | 0 | 0.14 | 0.48 | 0.13 | 42.45 | 0.62 | 0.67 |
| Hex | DF | C0 | 75 | 0 | E | 30 | D | 2A | 3E | 43 |
| Octal | 337 | 300 | 165 | 0 | 16 | 60 | 15 | 52 | 76 | 103 |
| Binary | 11011111 | 11000000 | 1110101 | 0 | 1110 | 110000 | 1101 | 101010 | 111110 | 1000011 |
Color Harmonies of #DFC075
Complementary color
Monochromatic Colors of #DFC075
Black with #DFC075
Text Example
Text Example
White with #DFC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC075; }
p { color: rgb(223,192,117); }
H1.HeaderClassName
{
color: #DFC075;
}
.AnyTagClassName
{
color: #DFC075;
}
</style>
background-color css
<style>
a { background-color: #DFC075; }
a { background-color: rgb(223,192,117); }
div.DivClassName
{
background-color: #DFC075;
}
.BgClassName
{
background-color: #DFC075;
}
</style>
border-color css
<style>
span { border-color: #DFC075; }
span { border-color: rgb(223,192,117); }
td.TdClassName
{
border-color: #DFC075;
}
.TagClassName
{
border-color: #DFC075;
}
</style>