Shades of Chenin #DFC070
Tints of Chenin #DFC070
RGB
CMYK
RGB Variations
Color information
#DFC070 (or 0xDFC070) is known color: Chenin. HEX triplet: DF, C0 and 70. RGB value is (223,192,112). Sum of RGB (Red+Green+Blue) = 223+192+112=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC070 is #203F8F. Grayscale: #C0C0C0. Windows color (decimal): -2113424 or 7389407. OLE color: 7389407.
HSL color Cylindrical-coordinate representation of color #DFC070: hue angle of 43.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFC070 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 112 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.13 |
| HSL | 43.24º | 0.63% | 0.66% | - |
| HSV(B) | 43.24º | 0.5% | 0.87% | - |
| XYZ | 52.21 | 54.56 | 23.11 | - |
| YUV | 192.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 112 | 0 | 0.14 | 0.50 | 0.13 | 43.24 | 0.63 | 0.66 |
| Hex | DF | C0 | 70 | 0 | E | 32 | D | 2B | 3F | 42 |
| Octal | 337 | 300 | 160 | 0 | 16 | 62 | 15 | 53 | 77 | 102 |
| Binary | 11011111 | 11000000 | 1110000 | 0 | 1110 | 110010 | 1101 | 101011 | 111111 | 1000010 |
Color Harmonies of #DFC070
Complementary color
Monochromatic Colors of #DFC070
Black with #DFC070
Text Example
Text Example
White with #DFC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC070; }
p { color: rgb(223,192,112); }
H1.HeaderClassName
{
color: #DFC070;
}
.AnyTagClassName
{
color: #DFC070;
}
</style>
background-color css
<style>
a { background-color: #DFC070; }
a { background-color: rgb(223,192,112); }
div.DivClassName
{
background-color: #DFC070;
}
.BgClassName
{
background-color: #DFC070;
}
</style>
border-color css
<style>
span { border-color: #DFC070; }
span { border-color: rgb(223,192,112); }
td.TdClassName
{
border-color: #DFC070;
}
.TagClassName
{
border-color: #DFC070;
}
</style>