Shades of Chenin #DEC270
Tints of Chenin #DEC270
RGB
CMYK
RGB Variations
Color information
#DEC270 (or 0xDEC270) is known color: Chenin. HEX triplet: DE, C2 and 70. RGB value is (222,194,112). Sum of RGB (Red+Green+Blue) = 222+194+112=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC270 is #213D8F. Grayscale: #C1C1C1. Windows color (decimal): -2178448 or 7389918. OLE color: 7389918.
HSL color Cylindrical-coordinate representation of color #DEC270: hue angle of 44.73º 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 #DEC270 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 112 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.13 |
| HSL | 44.73º | 0.63% | 0.65% | - |
| HSV(B) | 44.73º | 0.5% | 0.87% | - |
| XYZ | 52.34 | 55.28 | 23.24 | - |
| YUV | 193.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 112 | 0 | 0.13 | 0.50 | 0.13 | 44.73 | 0.63 | 0.65 |
| Hex | DE | C2 | 70 | 0 | D | 32 | D | 2D | 3E | 41 |
| Octal | 336 | 302 | 160 | 0 | 15 | 62 | 15 | 55 | 76 | 101 |
| Binary | 11011110 | 11000010 | 1110000 | 0 | 1101 | 110010 | 1101 | 101101 | 111110 | 1000001 |
Color Harmonies of #DEC270
Complementary color
Monochromatic Colors of #DEC270
Black with #DEC270
Text Example
Text Example
White with #DEC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC270; }
p { color: rgb(222,194,112); }
H1.HeaderClassName
{
color: #DEC270;
}
.AnyTagClassName
{
color: #DEC270;
}
</style>
background-color css
<style>
a { background-color: #DEC270; }
a { background-color: rgb(222,194,112); }
div.DivClassName
{
background-color: #DEC270;
}
.BgClassName
{
background-color: #DEC270;
}
</style>
border-color css
<style>
span { border-color: #DEC270; }
span { border-color: rgb(222,194,112); }
td.TdClassName
{
border-color: #DEC270;
}
.TagClassName
{
border-color: #DEC270;
}
</style>