Shades of Chenin #DEC16D
Tints of Chenin #DEC16D
RGB
CMYK
RGB Variations
Color information
#DEC16D (or 0xDEC16D) is known color: Chenin. HEX triplet: DE, C1 and 6D. RGB value is (222,193,109). Sum of RGB (Red+Green+Blue) = 222+193+109=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC16D is #213E92. Grayscale: #C0C0C0. Windows color (decimal): -2178707 or 7193054. OLE color: 7193054.
HSL color Cylindrical-coordinate representation of color #DEC16D: hue angle of 44.6º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEC16D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 109 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.13 |
| HSL | 44.6º | 0.63% | 0.65% | - |
| HSV(B) | 44.6º | 0.51% | 0.87% | - |
| XYZ | 51.95 | 54.77 | 22.3 | - |
| YUV | 192.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 109 | 0 | 0.13 | 0.51 | 0.13 | 44.6 | 0.63 | 0.65 |
| Hex | DE | C1 | 6D | 0 | D | 33 | D | 2D | 3F | 41 |
| Octal | 336 | 301 | 155 | 0 | 15 | 63 | 15 | 55 | 77 | 101 |
| Binary | 11011110 | 11000001 | 1101101 | 0 | 1101 | 110011 | 1101 | 101101 | 111111 | 1000001 |
Color Harmonies of #DEC16D
Complementary color
Monochromatic Colors of #DEC16D
Black with #DEC16D
Text Example
Text Example
White with #DEC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC16D; }
p { color: rgb(222,193,109); }
H1.HeaderClassName
{
color: #DEC16D;
}
.AnyTagClassName
{
color: #DEC16D;
}
</style>
background-color css
<style>
a { background-color: #DEC16D; }
a { background-color: rgb(222,193,109); }
div.DivClassName
{
background-color: #DEC16D;
}
.BgClassName
{
background-color: #DEC16D;
}
</style>
border-color css
<style>
span { border-color: #DEC16D; }
span { border-color: rgb(222,193,109); }
td.TdClassName
{
border-color: #DEC16D;
}
.TagClassName
{
border-color: #DEC16D;
}
</style>