Shades of Chenin #DEC56D
Tints of Chenin #DEC56D
RGB
CMYK
RGB Variations
Color information
#DEC56D (or 0xDEC56D) is known color: Chenin. HEX triplet: DE, C5 and 6D. RGB value is (222,197,109). Sum of RGB (Red+Green+Blue) = 222+197+109=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC56D is #213A92. Grayscale: #C2C2C2. Windows color (decimal): -2177683 or 7194078. OLE color: 7194078.
HSL color Cylindrical-coordinate representation of color #DEC56D: hue angle of 46.73º 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 #DEC56D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 109 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.13 |
| HSL | 46.73º | 0.63% | 0.65% | - |
| HSV(B) | 46.73º | 0.51% | 0.87% | - |
| XYZ | 52.85 | 56.57 | 22.6 | - |
| YUV | 194.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 109 | 0 | 0.11 | 0.51 | 0.13 | 46.73 | 0.63 | 0.65 |
| Hex | DE | C5 | 6D | 0 | B | 33 | D | 2F | 3F | 41 |
| Octal | 336 | 305 | 155 | 0 | 13 | 63 | 15 | 57 | 77 | 101 |
| Binary | 11011110 | 11000101 | 1101101 | 0 | 1011 | 110011 | 1101 | 101111 | 111111 | 1000001 |
Color Harmonies of #DEC56D
Complementary color
Monochromatic Colors of #DEC56D
Black with #DEC56D
Text Example
Text Example
White with #DEC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC56D; }
p { color: rgb(222,197,109); }
H1.HeaderClassName
{
color: #DEC56D;
}
.AnyTagClassName
{
color: #DEC56D;
}
</style>
background-color css
<style>
a { background-color: #DEC56D; }
a { background-color: rgb(222,197,109); }
div.DivClassName
{
background-color: #DEC56D;
}
.BgClassName
{
background-color: #DEC56D;
}
</style>
border-color css
<style>
span { border-color: #DEC56D; }
span { border-color: rgb(222,197,109); }
td.TdClassName
{
border-color: #DEC56D;
}
.TagClassName
{
border-color: #DEC56D;
}
</style>