Shades of Chenin #DEC66A
Tints of Chenin #DEC66A
RGB
CMYK
RGB Variations
Color information
#DEC66A (or 0xDEC66A) is known color: Chenin. HEX triplet: DE, C6 and 6A. RGB value is (222,198,106). Sum of RGB (Red+Green+Blue) = 222+198+106=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC66A is #213995. Grayscale: #C3C3C3. Windows color (decimal): -2177430 or 6997726. OLE color: 6997726.
HSL color Cylindrical-coordinate representation of color #DEC66A: hue angle of 47.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEC66A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.59º | 0.64% | 0.64% | - |
| HSV(B) | 47.59º | 0.52% | 0.87% | - |
| XYZ | 52.92 | 56.96 | 21.84 | - |
| YUV | 194.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 106 | 0 | 0.11 | 0.52 | 0.13 | 47.59 | 0.64 | 0.64 |
| Hex | DE | C6 | 6A | 0 | B | 34 | D | 30 | 40 | 40 |
| Octal | 336 | 306 | 152 | 0 | 13 | 64 | 15 | 60 | 100 | 100 |
| Binary | 11011110 | 11000110 | 1101010 | 0 | 1011 | 110100 | 1101 | 110000 | 1000000 | 1000000 |
Color Harmonies of #DEC66A
Complementary color
Monochromatic Colors of #DEC66A
Black with #DEC66A
Text Example
Text Example
White with #DEC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC66A; }
p { color: rgb(222,198,106); }
H1.HeaderClassName
{
color: #DEC66A;
}
.AnyTagClassName
{
color: #DEC66A;
}
</style>
background-color css
<style>
a { background-color: #DEC66A; }
a { background-color: rgb(222,198,106); }
div.DivClassName
{
background-color: #DEC66A;
}
.BgClassName
{
background-color: #DEC66A;
}
</style>
border-color css
<style>
span { border-color: #DEC66A; }
span { border-color: rgb(222,198,106); }
td.TdClassName
{
border-color: #DEC66A;
}
.TagClassName
{
border-color: #DEC66A;
}
</style>