Shades of Chenin #DEC56B
Tints of Chenin #DEC56B
RGB
CMYK
RGB Variations
Color information
#DEC56B (or 0xDEC56B) is known color: Chenin. HEX triplet: DE, C5 and 6B. RGB value is (222,197,107). Sum of RGB (Red+Green+Blue) = 222+197+107=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC56B is #213A94. Grayscale: #C2C2C2. Windows color (decimal): -2177685 or 7063006. OLE color: 7063006.
HSL color Cylindrical-coordinate representation of color #DEC56B: hue angle of 46.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEC56B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 107 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 46.96º | 0.64% | 0.65% | - |
| HSV(B) | 46.96º | 0.52% | 0.87% | - |
| XYZ | 52.74 | 56.52 | 22.04 | - |
| YUV | 194.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 107 | 0 | 0.11 | 0.52 | 0.13 | 46.96 | 0.64 | 0.65 |
| Hex | DE | C5 | 6B | 0 | B | 34 | D | 2F | 40 | 41 |
| Octal | 336 | 305 | 153 | 0 | 13 | 64 | 15 | 57 | 100 | 101 |
| Binary | 11011110 | 11000101 | 1101011 | 0 | 1011 | 110100 | 1101 | 101111 | 1000000 | 1000001 |
Color Harmonies of #DEC56B
Complementary color
Monochromatic Colors of #DEC56B
Black with #DEC56B
Text Example
Text Example
White with #DEC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC56B; }
p { color: rgb(222,197,107); }
H1.HeaderClassName
{
color: #DEC56B;
}
.AnyTagClassName
{
color: #DEC56B;
}
</style>
background-color css
<style>
a { background-color: #DEC56B; }
a { background-color: rgb(222,197,107); }
div.DivClassName
{
background-color: #DEC56B;
}
.BgClassName
{
background-color: #DEC56B;
}
</style>
border-color css
<style>
span { border-color: #DEC56B; }
span { border-color: rgb(222,197,107); }
td.TdClassName
{
border-color: #DEC56B;
}
.TagClassName
{
border-color: #DEC56B;
}
</style>