Shades of Chenin #DECB70
Tints of Chenin #DECB70
RGB
CMYK
RGB Variations
Color information
#DECB70 (or 0xDECB70) is known color: Chenin. HEX triplet: DE, CB and 70. RGB value is (222,203,112). Sum of RGB (Red+Green+Blue) = 222+203+112=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB70 is #21348F. Grayscale: #C6C6C6. Windows color (decimal): -2176144 or 7392222. OLE color: 7392222.
HSL color Cylindrical-coordinate representation of color #DECB70: hue angle of 49.64º 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 #DECB70 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 112 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.13 |
| HSL | 49.64º | 0.63% | 0.65% | - |
| HSV(B) | 49.64º | 0.5% | 0.87% | - |
| XYZ | 54.4 | 59.41 | 23.93 | - |
| YUV | 198.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 112 | 0 | 0.09 | 0.50 | 0.13 | 49.64 | 0.63 | 0.65 |
| Hex | DE | CB | 70 | 0 | 9 | 32 | D | 32 | 3E | 41 |
| Octal | 336 | 313 | 160 | 0 | 11 | 62 | 15 | 62 | 76 | 101 |
| Binary | 11011110 | 11001011 | 1110000 | 0 | 1001 | 110010 | 1101 | 110010 | 111110 | 1000001 |
Color Harmonies of #DECB70
Complementary color
Monochromatic Colors of #DECB70
Black with #DECB70
Text Example
Text Example
White with #DECB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB70; }
p { color: rgb(222,203,112); }
H1.HeaderClassName
{
color: #DECB70;
}
.AnyTagClassName
{
color: #DECB70;
}
</style>
background-color css
<style>
a { background-color: #DECB70; }
a { background-color: rgb(222,203,112); }
div.DivClassName
{
background-color: #DECB70;
}
.BgClassName
{
background-color: #DECB70;
}
</style>
border-color css
<style>
span { border-color: #DECB70; }
span { border-color: rgb(222,203,112); }
td.TdClassName
{
border-color: #DECB70;
}
.TagClassName
{
border-color: #DECB70;
}
</style>