Shades of Chenin #DEC066
Tints of Chenin #DEC066
RGB
CMYK
RGB Variations
Color information
#DEC066 (or 0xDEC066) is known color: Chenin. HEX triplet: DE, C0 and 66. RGB value is (222,192,102). Sum of RGB (Red+Green+Blue) = 222+192+102=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC066 is #213F99. Grayscale: #BFBFBF. Windows color (decimal): -2178970 or 6734046. OLE color: 6734046.
HSL color Cylindrical-coordinate representation of color #DEC066: hue angle of 45º 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 #DEC066 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 102 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.13 |
| HSL | 45º | 0.65% | 0.64% | - |
| HSV(B) | 45º | 0.54% | 0.87% | - |
| XYZ | 51.37 | 54.19 | 20.32 | - |
| YUV | 190.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 102 | 0 | 0.14 | 0.54 | 0.13 | 45 | 0.65 | 0.64 |
| Hex | DE | C0 | 66 | 0 | E | 36 | D | 2D | 41 | 40 |
| Octal | 336 | 300 | 146 | 0 | 16 | 66 | 15 | 55 | 101 | 100 |
| Binary | 11011110 | 11000000 | 1100110 | 0 | 1110 | 110110 | 1101 | 101101 | 1000001 | 1000000 |
Color Harmonies of #DEC066
Complementary color
Monochromatic Colors of #DEC066
Black with #DEC066
Text Example
Text Example
White with #DEC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC066; }
p { color: rgb(222,192,102); }
H1.HeaderClassName
{
color: #DEC066;
}
.AnyTagClassName
{
color: #DEC066;
}
</style>
background-color css
<style>
a { background-color: #DEC066; }
a { background-color: rgb(222,192,102); }
div.DivClassName
{
background-color: #DEC066;
}
.BgClassName
{
background-color: #DEC066;
}
</style>
border-color css
<style>
span { border-color: #DEC066; }
span { border-color: rgb(222,192,102); }
td.TdClassName
{
border-color: #DEC066;
}
.TagClassName
{
border-color: #DEC066;
}
</style>