Shades of Chenin #DEC86F
Tints of Chenin #DEC86F
RGB
CMYK
RGB Variations
Color information
#DEC86F (or 0xDEC86F) is known color: Chenin. HEX triplet: DE, C8 and 6F. RGB value is (222,200,111). Sum of RGB (Red+Green+Blue) = 222+200+111=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC86F is #213790. Grayscale: #C4C4C4. Windows color (decimal): -2176913 or 7325918. OLE color: 7325918.
HSL color Cylindrical-coordinate representation of color #DEC86F: hue angle of 48.11º degrees, saturation: 0.63, 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 #DEC86F is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 111 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.13 |
| HSL | 48.11º | 0.63% | 0.65% | - |
| HSV(B) | 48.11º | 0.5% | 0.87% | - |
| XYZ | 53.65 | 57.99 | 23.4 | - |
| YUV | 196.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 111 | 0 | 0.10 | 0.5 | 0.13 | 48.11 | 0.63 | 0.65 |
| Hex | DE | C8 | 6F | 0 | A | 32 | D | 30 | 3F | 41 |
| Octal | 336 | 310 | 157 | 0 | 12 | 62 | 15 | 60 | 77 | 101 |
| Binary | 11011110 | 11001000 | 1101111 | 0 | 1010 | 110010 | 1101 | 110000 | 111111 | 1000001 |
Color Harmonies of #DEC86F
Complementary color
Monochromatic Colors of #DEC86F
Black with #DEC86F
Text Example
Text Example
White with #DEC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC86F; }
p { color: rgb(222,200,111); }
H1.HeaderClassName
{
color: #DEC86F;
}
.AnyTagClassName
{
color: #DEC86F;
}
</style>
background-color css
<style>
a { background-color: #DEC86F; }
a { background-color: rgb(222,200,111); }
div.DivClassName
{
background-color: #DEC86F;
}
.BgClassName
{
background-color: #DEC86F;
}
</style>
border-color css
<style>
span { border-color: #DEC86F; }
span { border-color: rgb(222,200,111); }
td.TdClassName
{
border-color: #DEC86F;
}
.TagClassName
{
border-color: #DEC86F;
}
</style>