Shades of Chenin #DFC170
Tints of Chenin #DFC170
RGB
CMYK
RGB Variations
Color information
#DFC170 (or 0xDFC170) is known color: Chenin. HEX triplet: DF, C1 and 70. RGB value is (223,193,112). Sum of RGB (Red+Green+Blue) = 223+193+112=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC170 is #203E8F. Grayscale: #C1C1C1. Windows color (decimal): -2113168 or 7389663. OLE color: 7389663.
HSL color Cylindrical-coordinate representation of color #DFC170: hue angle of 43.78º 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 #DFC170 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 112 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.13 |
| HSL | 43.78º | 0.63% | 0.66% | - |
| HSV(B) | 43.78º | 0.5% | 0.87% | - |
| XYZ | 52.43 | 55 | 23.18 | - |
| YUV | 192.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 112 | 0 | 0.13 | 0.50 | 0.13 | 43.78 | 0.63 | 0.66 |
| Hex | DF | C1 | 70 | 0 | D | 32 | D | 2C | 3F | 42 |
| Octal | 337 | 301 | 160 | 0 | 15 | 62 | 15 | 54 | 77 | 102 |
| Binary | 11011111 | 11000001 | 1110000 | 0 | 1101 | 110010 | 1101 | 101100 | 111111 | 1000010 |
Color Harmonies of #DFC170
Complementary color
Monochromatic Colors of #DFC170
Black with #DFC170
Text Example
Text Example
White with #DFC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC170; }
p { color: rgb(223,193,112); }
H1.HeaderClassName
{
color: #DFC170;
}
.AnyTagClassName
{
color: #DFC170;
}
</style>
background-color css
<style>
a { background-color: #DFC170; }
a { background-color: rgb(223,193,112); }
div.DivClassName
{
background-color: #DFC170;
}
.BgClassName
{
background-color: #DFC170;
}
</style>
border-color css
<style>
span { border-color: #DFC170; }
span { border-color: rgb(223,193,112); }
td.TdClassName
{
border-color: #DFC170;
}
.TagClassName
{
border-color: #DFC170;
}
</style>