Shades of Chenin #DEC770
Tints of Chenin #DEC770
RGB
CMYK
RGB Variations
Color information
#DEC770 (or 0xDEC770) is known color: Chenin. HEX triplet: DE, C7 and 70. RGB value is (222,199,112). Sum of RGB (Red+Green+Blue) = 222+199+112=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC770 is #21388F. Grayscale: #C4C4C4. Windows color (decimal): -2177168 or 7391198. OLE color: 7391198.
HSL color Cylindrical-coordinate representation of color #DEC770: hue angle of 47.45º 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 #DEC770 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 112 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.13 |
| HSL | 47.45º | 0.63% | 0.65% | - |
| HSV(B) | 47.45º | 0.5% | 0.87% | - |
| XYZ | 53.47 | 57.55 | 23.62 | - |
| YUV | 195.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 112 | 0 | 0.10 | 0.50 | 0.13 | 47.45 | 0.63 | 0.65 |
| Hex | DE | C7 | 70 | 0 | A | 32 | D | 2F | 3E | 41 |
| Octal | 336 | 307 | 160 | 0 | 12 | 62 | 15 | 57 | 76 | 101 |
| Binary | 11011110 | 11000111 | 1110000 | 0 | 1010 | 110010 | 1101 | 101111 | 111110 | 1000001 |
Color Harmonies of #DEC770
Complementary color
Monochromatic Colors of #DEC770
Black with #DEC770
Text Example
Text Example
White with #DEC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC770; }
p { color: rgb(222,199,112); }
H1.HeaderClassName
{
color: #DEC770;
}
.AnyTagClassName
{
color: #DEC770;
}
</style>
background-color css
<style>
a { background-color: #DEC770; }
a { background-color: rgb(222,199,112); }
div.DivClassName
{
background-color: #DEC770;
}
.BgClassName
{
background-color: #DEC770;
}
</style>
border-color css
<style>
span { border-color: #DEC770; }
span { border-color: rgb(222,199,112); }
td.TdClassName
{
border-color: #DEC770;
}
.TagClassName
{
border-color: #DEC770;
}
</style>