Shades of Chenin #DEC16C
Tints of Chenin #DEC16C
RGB
CMYK
RGB Variations
Color information
#DEC16C (or 0xDEC16C) is known color: Chenin. HEX triplet: DE, C1 and 6C. RGB value is (222,193,108). Sum of RGB (Red+Green+Blue) = 222+193+108=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC16C is #213E93. Grayscale: #C0C0C0. Windows color (decimal): -2178708 or 7127518. OLE color: 7127518.
HSL color Cylindrical-coordinate representation of color #DEC16C: hue angle of 44.74º 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 #DEC16C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 108 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.13 |
| HSL | 44.74º | 0.63% | 0.65% | - |
| HSV(B) | 44.74º | 0.51% | 0.87% | - |
| XYZ | 51.9 | 54.75 | 22.02 | - |
| YUV | 191.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 108 | 0 | 0.13 | 0.51 | 0.13 | 44.74 | 0.63 | 0.65 |
| Hex | DE | C1 | 6C | 0 | D | 33 | D | 2D | 3F | 41 |
| Octal | 336 | 301 | 154 | 0 | 15 | 63 | 15 | 55 | 77 | 101 |
| Binary | 11011110 | 11000001 | 1101100 | 0 | 1101 | 110011 | 1101 | 101101 | 111111 | 1000001 |
Color Harmonies of #DEC16C
Complementary color
Monochromatic Colors of #DEC16C
Black with #DEC16C
Text Example
Text Example
White with #DEC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC16C; }
p { color: rgb(222,193,108); }
H1.HeaderClassName
{
color: #DEC16C;
}
.AnyTagClassName
{
color: #DEC16C;
}
</style>
background-color css
<style>
a { background-color: #DEC16C; }
a { background-color: rgb(222,193,108); }
div.DivClassName
{
background-color: #DEC16C;
}
.BgClassName
{
background-color: #DEC16C;
}
</style>
border-color css
<style>
span { border-color: #DEC16C; }
span { border-color: rgb(222,193,108); }
td.TdClassName
{
border-color: #DEC16C;
}
.TagClassName
{
border-color: #DEC16C;
}
</style>