Shades of Chenin #DEC56A
Tints of Chenin #DEC56A
RGB
CMYK
RGB Variations
Color information
#DEC56A (or 0xDEC56A) is known color: Chenin. HEX triplet: DE, C5 and 6A. RGB value is (222,197,106). Sum of RGB (Red+Green+Blue) = 222+197+106=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC56A is #213A95. Grayscale: #C2C2C2. Windows color (decimal): -2177686 or 6997470. OLE color: 6997470.
HSL color Cylindrical-coordinate representation of color #DEC56A: hue angle of 47.07º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEC56A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 47.07º | 0.64% | 0.64% | - |
| HSV(B) | 47.07º | 0.52% | 0.87% | - |
| XYZ | 52.69 | 56.5 | 21.76 | - |
| YUV | 194.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 106 | 0 | 0.11 | 0.52 | 0.13 | 47.07 | 0.64 | 0.64 |
| Hex | DE | C5 | 6A | 0 | B | 34 | D | 2F | 40 | 40 |
| Octal | 336 | 305 | 152 | 0 | 13 | 64 | 15 | 57 | 100 | 100 |
| Binary | 11011110 | 11000101 | 1101010 | 0 | 1011 | 110100 | 1101 | 101111 | 1000000 | 1000000 |
Color Harmonies of #DEC56A
Complementary color
Monochromatic Colors of #DEC56A
Black with #DEC56A
Text Example
Text Example
White with #DEC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC56A; }
p { color: rgb(222,197,106); }
H1.HeaderClassName
{
color: #DEC56A;
}
.AnyTagClassName
{
color: #DEC56A;
}
</style>
background-color css
<style>
a { background-color: #DEC56A; }
a { background-color: rgb(222,197,106); }
div.DivClassName
{
background-color: #DEC56A;
}
.BgClassName
{
background-color: #DEC56A;
}
</style>
border-color css
<style>
span { border-color: #DEC56A; }
span { border-color: rgb(222,197,106); }
td.TdClassName
{
border-color: #DEC56A;
}
.TagClassName
{
border-color: #DEC56A;
}
</style>