Shades of Chenin #DEC66F
Tints of Chenin #DEC66F
RGB
CMYK
RGB Variations
Color information
#DEC66F (or 0xDEC66F) is known color: Chenin. HEX triplet: DE, C6 and 6F. RGB value is (222,198,111). Sum of RGB (Red+Green+Blue) = 222+198+111=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC66F is #213990. Grayscale: #C3C3C3. Windows color (decimal): -2177425 or 7325406. OLE color: 7325406.
HSL color Cylindrical-coordinate representation of color #DEC66F: hue angle of 47.03º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEC66F is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 111 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.13 |
| HSL | 47.03º | 0.63% | 0.65% | - |
| HSV(B) | 47.03º | 0.5% | 0.87% | - |
| XYZ | 53.19 | 57.07 | 23.25 | - |
| YUV | 195.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 111 | 0 | 0.11 | 0.5 | 0.13 | 47.03 | 0.63 | 0.65 |
| Hex | DE | C6 | 6F | 0 | B | 32 | D | 2F | 3F | 41 |
| Octal | 336 | 306 | 157 | 0 | 13 | 62 | 15 | 57 | 77 | 101 |
| Binary | 11011110 | 11000110 | 1101111 | 0 | 1011 | 110010 | 1101 | 101111 | 111111 | 1000001 |
Color Harmonies of #DEC66F
Complementary color
Monochromatic Colors of #DEC66F
Black with #DEC66F
Text Example
Text Example
White with #DEC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC66F; }
p { color: rgb(222,198,111); }
H1.HeaderClassName
{
color: #DEC66F;
}
.AnyTagClassName
{
color: #DEC66F;
}
</style>
background-color css
<style>
a { background-color: #DEC66F; }
a { background-color: rgb(222,198,111); }
div.DivClassName
{
background-color: #DEC66F;
}
.BgClassName
{
background-color: #DEC66F;
}
</style>
border-color css
<style>
span { border-color: #DEC66F; }
span { border-color: rgb(222,198,111); }
td.TdClassName
{
border-color: #DEC66F;
}
.TagClassName
{
border-color: #DEC66F;
}
</style>