Shades of Chenin #DEC876
Tints of Chenin #DEC876
RGB
CMYK
RGB Variations
Color information
#DEC876 (or 0xDEC876) is known color: Chenin. HEX triplet: DE, C8 and 76. RGB value is (222,200,118). Sum of RGB (Red+Green+Blue) = 222+200+118=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC876 is #213789. Grayscale: #C5C5C5. Windows color (decimal): -2176906 or 7784670. OLE color: 7784670.
HSL color Cylindrical-coordinate representation of color #DEC876: hue angle of 47.31º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEC876 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 118 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.13 |
| HSL | 47.31º | 0.61% | 0.67% | - |
| HSV(B) | 47.31º | 0.47% | 0.87% | - |
| XYZ | 54.05 | 58.15 | 25.51 | - |
| YUV | 197.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 118 | 0 | 0.10 | 0.47 | 0.13 | 47.31 | 0.61 | 0.67 |
| Hex | DE | C8 | 76 | 0 | A | 2F | D | 2F | 3D | 43 |
| Octal | 336 | 310 | 166 | 0 | 12 | 57 | 15 | 57 | 75 | 103 |
| Binary | 11011110 | 11001000 | 1110110 | 0 | 1010 | 101111 | 1101 | 101111 | 111101 | 1000011 |
Color Harmonies of #DEC876
Complementary color
Monochromatic Colors of #DEC876
Black with #DEC876
Text Example
Text Example
White with #DEC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC876; }
p { color: rgb(222,200,118); }
H1.HeaderClassName
{
color: #DEC876;
}
.AnyTagClassName
{
color: #DEC876;
}
</style>
background-color css
<style>
a { background-color: #DEC876; }
a { background-color: rgb(222,200,118); }
div.DivClassName
{
background-color: #DEC876;
}
.BgClassName
{
background-color: #DEC876;
}
</style>
border-color css
<style>
span { border-color: #DEC876; }
span { border-color: rgb(222,200,118); }
td.TdClassName
{
border-color: #DEC876;
}
.TagClassName
{
border-color: #DEC876;
}
</style>