Shades of Chenin #DEC96D
Tints of Chenin #DEC96D
RGB
CMYK
RGB Variations
Color information
#DEC96D (or 0xDEC96D) is known color: Chenin. HEX triplet: DE, C9 and 6D. RGB value is (222,201,109). Sum of RGB (Red+Green+Blue) = 222+201+109=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC96D is #213692. Grayscale: #C5C5C5. Windows color (decimal): -2176659 or 7195102. OLE color: 7195102.
HSL color Cylindrical-coordinate representation of color #DEC96D: hue angle of 48.85º 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 #DEC96D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 109 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.13 |
| HSL | 48.85º | 0.63% | 0.65% | - |
| HSV(B) | 48.85º | 0.51% | 0.87% | - |
| XYZ | 53.77 | 58.41 | 22.91 | - |
| YUV | 196.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 109 | 0 | 0.09 | 0.51 | 0.13 | 48.85 | 0.63 | 0.65 |
| Hex | DE | C9 | 6D | 0 | 9 | 33 | D | 31 | 3F | 41 |
| Octal | 336 | 311 | 155 | 0 | 11 | 63 | 15 | 61 | 77 | 101 |
| Binary | 11011110 | 11001001 | 1101101 | 0 | 1001 | 110011 | 1101 | 110001 | 111111 | 1000001 |
Color Harmonies of #DEC96D
Complementary color
Monochromatic Colors of #DEC96D
Black with #DEC96D
Text Example
Text Example
White with #DEC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC96D; }
p { color: rgb(222,201,109); }
H1.HeaderClassName
{
color: #DEC96D;
}
.AnyTagClassName
{
color: #DEC96D;
}
</style>
background-color css
<style>
a { background-color: #DEC96D; }
a { background-color: rgb(222,201,109); }
div.DivClassName
{
background-color: #DEC96D;
}
.BgClassName
{
background-color: #DEC96D;
}
</style>
border-color css
<style>
span { border-color: #DEC96D; }
span { border-color: rgb(222,201,109); }
td.TdClassName
{
border-color: #DEC96D;
}
.TagClassName
{
border-color: #DEC96D;
}
</style>