Shades of Chenin #DEC464
Tints of Chenin #DEC464
RGB
CMYK
RGB Variations
Color information
#DEC464 (or 0xDEC464) is known color: Chenin. HEX triplet: DE, C4 and 64. RGB value is (222,196,100). Sum of RGB (Red+Green+Blue) = 222+196+100=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC464 is #213B9B. Grayscale: #C1C1C1. Windows color (decimal): -2177948 or 6603998. OLE color: 6603998.
HSL color Cylindrical-coordinate representation of color #DEC464: hue angle of 47.21º 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 #DEC464 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 100 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.13 |
| HSL | 47.21º | 0.65% | 0.63% | - |
| HSV(B) | 47.21º | 0.55% | 0.87% | - |
| XYZ | 52.16 | 55.93 | 20.1 | - |
| YUV | 192.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 100 | 0 | 0.12 | 0.55 | 0.13 | 47.21 | 0.65 | 0.63 |
| Hex | DE | C4 | 64 | 0 | C | 37 | D | 2F | 41 | 3F |
| Octal | 336 | 304 | 144 | 0 | 14 | 67 | 15 | 57 | 101 | 77 |
| Binary | 11011110 | 11000100 | 1100100 | 0 | 1100 | 110111 | 1101 | 101111 | 1000001 | 111111 |
Color Harmonies of #DEC464
Complementary color
Monochromatic Colors of #DEC464
Black with #DEC464
Text Example
Text Example
White with #DEC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC464; }
p { color: rgb(222,196,100); }
H1.HeaderClassName
{
color: #DEC464;
}
.AnyTagClassName
{
color: #DEC464;
}
</style>
background-color css
<style>
a { background-color: #DEC464; }
a { background-color: rgb(222,196,100); }
div.DivClassName
{
background-color: #DEC464;
}
.BgClassName
{
background-color: #DEC464;
}
</style>
border-color css
<style>
span { border-color: #DEC464; }
span { border-color: rgb(222,196,100); }
td.TdClassName
{
border-color: #DEC464;
}
.TagClassName
{
border-color: #DEC464;
}
</style>