Shades of Chenin #DEC872
Tints of Chenin #DEC872
RGB
CMYK
RGB Variations
Color information
#DEC872 (or 0xDEC872) is known color: Chenin. HEX triplet: DE, C8 and 72. RGB value is (222,200,114). Sum of RGB (Red+Green+Blue) = 222+200+114=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC872 is #21378D. Grayscale: #C5C5C5. Windows color (decimal): -2176910 or 7522526. OLE color: 7522526.
HSL color Cylindrical-coordinate representation of color #DEC872: hue angle of 47.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEC872 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 114 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.13 |
| HSL | 47.78º | 0.62% | 0.66% | - |
| HSV(B) | 47.78º | 0.49% | 0.87% | - |
| XYZ | 53.82 | 58.05 | 24.29 | - |
| YUV | 196.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 114 | 0 | 0.10 | 0.49 | 0.13 | 47.78 | 0.62 | 0.66 |
| Hex | DE | C8 | 72 | 0 | A | 31 | D | 30 | 3E | 42 |
| Octal | 336 | 310 | 162 | 0 | 12 | 61 | 15 | 60 | 76 | 102 |
| Binary | 11011110 | 11001000 | 1110010 | 0 | 1010 | 110001 | 1101 | 110000 | 111110 | 1000010 |
Color Harmonies of #DEC872
Complementary color
Monochromatic Colors of #DEC872
Black with #DEC872
Text Example
Text Example
White with #DEC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC872; }
p { color: rgb(222,200,114); }
H1.HeaderClassName
{
color: #DEC872;
}
.AnyTagClassName
{
color: #DEC872;
}
</style>
background-color css
<style>
a { background-color: #DEC872; }
a { background-color: rgb(222,200,114); }
div.DivClassName
{
background-color: #DEC872;
}
.BgClassName
{
background-color: #DEC872;
}
</style>
border-color css
<style>
span { border-color: #DEC872; }
span { border-color: rgb(222,200,114); }
td.TdClassName
{
border-color: #DEC872;
}
.TagClassName
{
border-color: #DEC872;
}
</style>