Shades of Chenin #DEC664
Tints of Chenin #DEC664
RGB
CMYK
RGB Variations
Color information
#DEC664 (or 0xDEC664) is known color: Chenin. HEX triplet: DE, C6 and 64. RGB value is (222,198,100). Sum of RGB (Red+Green+Blue) = 222+198+100=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC664 is #21399B. Grayscale: #C2C2C2. Windows color (decimal): -2177436 or 6604510. OLE color: 6604510.
HSL color Cylindrical-coordinate representation of color #DEC664: hue angle of 48.2º 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 #DEC664 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 100 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.13 |
| HSL | 48.2º | 0.65% | 0.63% | - |
| HSV(B) | 48.2º | 0.55% | 0.87% | - |
| XYZ | 52.62 | 56.84 | 20.25 | - |
| YUV | 194 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 100 | 0 | 0.11 | 0.55 | 0.13 | 48.2 | 0.65 | 0.63 |
| Hex | DE | C6 | 64 | 0 | B | 37 | D | 30 | 41 | 3F |
| Octal | 336 | 306 | 144 | 0 | 13 | 67 | 15 | 60 | 101 | 77 |
| Binary | 11011110 | 11000110 | 1100100 | 0 | 1011 | 110111 | 1101 | 110000 | 1000001 | 111111 |
Color Harmonies of #DEC664
Complementary color
Monochromatic Colors of #DEC664
Black with #DEC664
Text Example
Text Example
White with #DEC664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC664; }
p { color: rgb(222,198,100); }
H1.HeaderClassName
{
color: #DEC664;
}
.AnyTagClassName
{
color: #DEC664;
}
</style>
background-color css
<style>
a { background-color: #DEC664; }
a { background-color: rgb(222,198,100); }
div.DivClassName
{
background-color: #DEC664;
}
.BgClassName
{
background-color: #DEC664;
}
</style>
border-color css
<style>
span { border-color: #DEC664; }
span { border-color: rgb(222,198,100); }
td.TdClassName
{
border-color: #DEC664;
}
.TagClassName
{
border-color: #DEC664;
}
</style>