Shades of Chenin #DEC16F
Tints of Chenin #DEC16F
RGB
CMYK
RGB Variations
Color information
#DEC16F (or 0xDEC16F) is known color: Chenin. HEX triplet: DE, C1 and 6F. RGB value is (222,193,111). Sum of RGB (Red+Green+Blue) = 222+193+111=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC16F is #213E90. Grayscale: #C0C0C0. Windows color (decimal): -2178705 or 7324126. OLE color: 7324126.
HSL color Cylindrical-coordinate representation of color #DEC16F: hue angle of 44.32º 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 #DEC16F is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 111 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.13 |
| HSL | 44.32º | 0.63% | 0.65% | - |
| HSV(B) | 44.32º | 0.5% | 0.87% | - |
| XYZ | 52.06 | 54.82 | 22.88 | - |
| YUV | 192.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 111 | 0 | 0.13 | 0.5 | 0.13 | 44.32 | 0.63 | 0.65 |
| Hex | DE | C1 | 6F | 0 | D | 32 | D | 2C | 3F | 41 |
| Octal | 336 | 301 | 157 | 0 | 15 | 62 | 15 | 54 | 77 | 101 |
| Binary | 11011110 | 11000001 | 1101111 | 0 | 1101 | 110010 | 1101 | 101100 | 111111 | 1000001 |
Color Harmonies of #DEC16F
Complementary color
Monochromatic Colors of #DEC16F
Black with #DEC16F
Text Example
Text Example
White with #DEC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC16F; }
p { color: rgb(222,193,111); }
H1.HeaderClassName
{
color: #DEC16F;
}
.AnyTagClassName
{
color: #DEC16F;
}
</style>
background-color css
<style>
a { background-color: #DEC16F; }
a { background-color: rgb(222,193,111); }
div.DivClassName
{
background-color: #DEC16F;
}
.BgClassName
{
background-color: #DEC16F;
}
</style>
border-color css
<style>
span { border-color: #DEC16F; }
span { border-color: rgb(222,193,111); }
td.TdClassName
{
border-color: #DEC16F;
}
.TagClassName
{
border-color: #DEC16F;
}
</style>