Shades of Chenin #DEC16E
Tints of Chenin #DEC16E
RGB
CMYK
RGB Variations
Color information
#DEC16E (or 0xDEC16E) is known color: Chenin. HEX triplet: DE, C1 and 6E. RGB value is (222,193,110). Sum of RGB (Red+Green+Blue) = 222+193+110=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC16E is #213E91. Grayscale: #C0C0C0. Windows color (decimal): -2178706 or 7258590. OLE color: 7258590.
HSL color Cylindrical-coordinate representation of color #DEC16E: hue angle of 44.46º 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 #DEC16E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 110 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.13 |
| HSL | 44.46º | 0.63% | 0.65% | - |
| HSV(B) | 44.46º | 0.5% | 0.87% | - |
| XYZ | 52.01 | 54.8 | 22.59 | - |
| YUV | 192.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 110 | 0 | 0.13 | 0.50 | 0.13 | 44.46 | 0.63 | 0.65 |
| Hex | DE | C1 | 6E | 0 | D | 32 | D | 2C | 3F | 41 |
| Octal | 336 | 301 | 156 | 0 | 15 | 62 | 15 | 54 | 77 | 101 |
| Binary | 11011110 | 11000001 | 1101110 | 0 | 1101 | 110010 | 1101 | 101100 | 111111 | 1000001 |
Color Harmonies of #DEC16E
Complementary color
Monochromatic Colors of #DEC16E
Black with #DEC16E
Text Example
Text Example
White with #DEC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC16E; }
p { color: rgb(222,193,110); }
H1.HeaderClassName
{
color: #DEC16E;
}
.AnyTagClassName
{
color: #DEC16E;
}
</style>
background-color css
<style>
a { background-color: #DEC16E; }
a { background-color: rgb(222,193,110); }
div.DivClassName
{
background-color: #DEC16E;
}
.BgClassName
{
background-color: #DEC16E;
}
</style>
border-color css
<style>
span { border-color: #DEC16E; }
span { border-color: rgb(222,193,110); }
td.TdClassName
{
border-color: #DEC16E;
}
.TagClassName
{
border-color: #DEC16E;
}
</style>