Shades of Chenin #DEC166
Tints of Chenin #DEC166
RGB
CMYK
RGB Variations
Color information
#DEC166 (or 0xDEC166) is known color: Chenin. HEX triplet: DE, C1 and 66. RGB value is (222,193,102). Sum of RGB (Red+Green+Blue) = 222+193+102=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC166 is #213E99. Grayscale: #BFBFBF. Windows color (decimal): -2178714 or 6734302. OLE color: 6734302.
HSL color Cylindrical-coordinate representation of color #DEC166: hue angle of 45.5º 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 #DEC166 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 102 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.13 |
| HSL | 45.5º | 0.65% | 0.64% | - |
| HSV(B) | 45.5º | 0.54% | 0.87% | - |
| XYZ | 51.59 | 54.63 | 20.4 | - |
| YUV | 191.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 102 | 0 | 0.13 | 0.54 | 0.13 | 45.5 | 0.65 | 0.64 |
| Hex | DE | C1 | 66 | 0 | D | 36 | D | 2E | 41 | 40 |
| Octal | 336 | 301 | 146 | 0 | 15 | 66 | 15 | 56 | 101 | 100 |
| Binary | 11011110 | 11000001 | 1100110 | 0 | 1101 | 110110 | 1101 | 101110 | 1000001 | 1000000 |
Color Harmonies of #DEC166
Complementary color
Monochromatic Colors of #DEC166
Black with #DEC166
Text Example
Text Example
White with #DEC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC166; }
p { color: rgb(222,193,102); }
H1.HeaderClassName
{
color: #DEC166;
}
.AnyTagClassName
{
color: #DEC166;
}
</style>
background-color css
<style>
a { background-color: #DEC166; }
a { background-color: rgb(222,193,102); }
div.DivClassName
{
background-color: #DEC166;
}
.BgClassName
{
background-color: #DEC166;
}
</style>
border-color css
<style>
span { border-color: #DEC166; }
span { border-color: rgb(222,193,102); }
td.TdClassName
{
border-color: #DEC166;
}
.TagClassName
{
border-color: #DEC166;
}
</style>