Shades of Chenin #DEC564
Tints of Chenin #DEC564
RGB
CMYK
RGB Variations
Color information
#DEC564 (or 0xDEC564) is known color: Chenin. HEX triplet: DE, C5 and 64. RGB value is (222,197,100). Sum of RGB (Red+Green+Blue) = 222+197+100=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC564 is #213A9B. Grayscale: #C1C1C1. Windows color (decimal): -2177692 or 6604254. OLE color: 6604254.
HSL color Cylindrical-coordinate representation of color #DEC564: hue angle of 47.7º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEC564 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 100 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.13 |
| HSL | 47.7º | 0.65% | 0.63% | - |
| HSV(B) | 47.7º | 0.55% | 0.87% | - |
| XYZ | 52.39 | 56.38 | 20.18 | - |
| YUV | 193.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 100 | 0 | 0.11 | 0.55 | 0.13 | 47.7 | 0.65 | 0.63 |
| Hex | DE | C5 | 64 | 0 | B | 37 | D | 30 | 41 | 3F |
| Octal | 336 | 305 | 144 | 0 | 13 | 67 | 15 | 60 | 101 | 77 |
| Binary | 11011110 | 11000101 | 1100100 | 0 | 1011 | 110111 | 1101 | 110000 | 1000001 | 111111 |
Color Harmonies of #DEC564
Complementary color
Monochromatic Colors of #DEC564
Black with #DEC564
Text Example
Text Example
White with #DEC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC564; }
p { color: rgb(222,197,100); }
H1.HeaderClassName
{
color: #DEC564;
}
.AnyTagClassName
{
color: #DEC564;
}
</style>
background-color css
<style>
a { background-color: #DEC564; }
a { background-color: rgb(222,197,100); }
div.DivClassName
{
background-color: #DEC564;
}
.BgClassName
{
background-color: #DEC564;
}
</style>
border-color css
<style>
span { border-color: #DEC564; }
span { border-color: rgb(222,197,100); }
td.TdClassName
{
border-color: #DEC564;
}
.TagClassName
{
border-color: #DEC564;
}
</style>