Shades of Chenin #DEC56C
Tints of Chenin #DEC56C
RGB
CMYK
RGB Variations
Color information
#DEC56C (or 0xDEC56C) is known color: Chenin. HEX triplet: DE, C5 and 6C. RGB value is (222,197,108). Sum of RGB (Red+Green+Blue) = 222+197+108=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC56C is #213A93. Grayscale: #C2C2C2. Windows color (decimal): -2177684 or 7128542. OLE color: 7128542.
HSL color Cylindrical-coordinate representation of color #DEC56C: hue angle of 46.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEC56C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 108 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.13 |
| HSL | 46.84º | 0.63% | 0.65% | - |
| HSV(B) | 46.84º | 0.51% | 0.87% | - |
| XYZ | 52.8 | 56.54 | 22.32 | - |
| YUV | 194.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 108 | 0 | 0.11 | 0.51 | 0.13 | 46.84 | 0.63 | 0.65 |
| Hex | DE | C5 | 6C | 0 | B | 33 | D | 2F | 3F | 41 |
| Octal | 336 | 305 | 154 | 0 | 13 | 63 | 15 | 57 | 77 | 101 |
| Binary | 11011110 | 11000101 | 1101100 | 0 | 1011 | 110011 | 1101 | 101111 | 111111 | 1000001 |
Color Harmonies of #DEC56C
Complementary color
Monochromatic Colors of #DEC56C
Black with #DEC56C
Text Example
Text Example
White with #DEC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC56C; }
p { color: rgb(222,197,108); }
H1.HeaderClassName
{
color: #DEC56C;
}
.AnyTagClassName
{
color: #DEC56C;
}
</style>
background-color css
<style>
a { background-color: #DEC56C; }
a { background-color: rgb(222,197,108); }
div.DivClassName
{
background-color: #DEC56C;
}
.BgClassName
{
background-color: #DEC56C;
}
</style>
border-color css
<style>
span { border-color: #DEC56C; }
span { border-color: rgb(222,197,108); }
td.TdClassName
{
border-color: #DEC56C;
}
.TagClassName
{
border-color: #DEC56C;
}
</style>