Shades of Chenin #DEC970
Tints of Chenin #DEC970
RGB
CMYK
RGB Variations
Color information
#DEC970 (or 0xDEC970) is known color: Chenin. HEX triplet: DE, C9 and 70. RGB value is (222,201,112). Sum of RGB (Red+Green+Blue) = 222+201+112=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC970 is #21368F. Grayscale: #C5C5C5. Windows color (decimal): -2176656 or 7391710. OLE color: 7391710.
HSL color Cylindrical-coordinate representation of color #DEC970: hue angle of 48.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEC970 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 112 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.13 |
| HSL | 48.55º | 0.63% | 0.65% | - |
| HSV(B) | 48.55º | 0.5% | 0.87% | - |
| XYZ | 53.94 | 58.47 | 23.77 | - |
| YUV | 197.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 112 | 0 | 0.09 | 0.50 | 0.13 | 48.55 | 0.63 | 0.65 |
| Hex | DE | C9 | 70 | 0 | 9 | 32 | D | 31 | 3E | 41 |
| Octal | 336 | 311 | 160 | 0 | 11 | 62 | 15 | 61 | 76 | 101 |
| Binary | 11011110 | 11001001 | 1110000 | 0 | 1001 | 110010 | 1101 | 110001 | 111110 | 1000001 |
Color Harmonies of #DEC970
Complementary color
Monochromatic Colors of #DEC970
Black with #DEC970
Text Example
Text Example
White with #DEC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC970; }
p { color: rgb(222,201,112); }
H1.HeaderClassName
{
color: #DEC970;
}
.AnyTagClassName
{
color: #DEC970;
}
</style>
background-color css
<style>
a { background-color: #DEC970; }
a { background-color: rgb(222,201,112); }
div.DivClassName
{
background-color: #DEC970;
}
.BgClassName
{
background-color: #DEC970;
}
</style>
border-color css
<style>
span { border-color: #DEC970; }
span { border-color: rgb(222,201,112); }
td.TdClassName
{
border-color: #DEC970;
}
.TagClassName
{
border-color: #DEC970;
}
</style>