Shades of Chenin #DEC466
Tints of Chenin #DEC466
RGB
CMYK
RGB Variations
Color information
#DEC466 (or 0xDEC466) is known color: Chenin. HEX triplet: DE, C4 and 66. RGB value is (222,196,102). Sum of RGB (Red+Green+Blue) = 222+196+102=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC466 is #213B99. Grayscale: #C1C1C1. Windows color (decimal): -2177946 or 6735070. OLE color: 6735070.
HSL color Cylindrical-coordinate representation of color #DEC466: hue angle of 47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEC466 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 102 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.13 |
| HSL | 47º | 0.65% | 0.64% | - |
| HSV(B) | 47º | 0.54% | 0.87% | - |
| XYZ | 52.26 | 55.97 | 20.62 | - |
| YUV | 193.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 102 | 0 | 0.12 | 0.54 | 0.13 | 47 | 0.65 | 0.64 |
| Hex | DE | C4 | 66 | 0 | C | 36 | D | 2F | 41 | 40 |
| Octal | 336 | 304 | 146 | 0 | 14 | 66 | 15 | 57 | 101 | 100 |
| Binary | 11011110 | 11000100 | 1100110 | 0 | 1100 | 110110 | 1101 | 101111 | 1000001 | 1000000 |
Color Harmonies of #DEC466
Complementary color
Monochromatic Colors of #DEC466
Black with #DEC466
Text Example
Text Example
White with #DEC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC466; }
p { color: rgb(222,196,102); }
H1.HeaderClassName
{
color: #DEC466;
}
.AnyTagClassName
{
color: #DEC466;
}
</style>
background-color css
<style>
a { background-color: #DEC466; }
a { background-color: rgb(222,196,102); }
div.DivClassName
{
background-color: #DEC466;
}
.BgClassName
{
background-color: #DEC466;
}
</style>
border-color css
<style>
span { border-color: #DEC466; }
span { border-color: rgb(222,196,102); }
td.TdClassName
{
border-color: #DEC466;
}
.TagClassName
{
border-color: #DEC466;
}
</style>