Shades of Chenin #DEC562
Tints of Chenin #DEC562
RGB
CMYK
RGB Variations
Color information
#DEC562 (or 0xDEC562) is known color: Chenin. HEX triplet: DE, C5 and 62. RGB value is (222,197,98). Sum of RGB (Red+Green+Blue) = 222+197+98=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC562 is #213A9D. Grayscale: #C1C1C1. Windows color (decimal): -2177694 or 6473182. OLE color: 6473182.
HSL color Cylindrical-coordinate representation of color #DEC562: hue angle of 47.9º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEC562 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 98 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.13 |
| HSL | 47.9º | 0.65% | 0.63% | - |
| HSV(B) | 47.9º | 0.56% | 0.87% | - |
| XYZ | 52.3 | 56.34 | 19.67 | - |
| YUV | 193.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 98 | 0 | 0.11 | 0.56 | 0.13 | 47.9 | 0.65 | 0.63 |
| Hex | DE | C5 | 62 | 0 | B | 38 | D | 30 | 41 | 3F |
| Octal | 336 | 305 | 142 | 0 | 13 | 70 | 15 | 60 | 101 | 77 |
| Binary | 11011110 | 11000101 | 1100010 | 0 | 1011 | 111000 | 1101 | 110000 | 1000001 | 111111 |
Color Harmonies of #DEC562
Complementary color
Monochromatic Colors of #DEC562
Black with #DEC562
Text Example
Text Example
White with #DEC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC562; }
p { color: rgb(222,197,98); }
H1.HeaderClassName
{
color: #DEC562;
}
.AnyTagClassName
{
color: #DEC562;
}
</style>
background-color css
<style>
a { background-color: #DEC562; }
a { background-color: rgb(222,197,98); }
div.DivClassName
{
background-color: #DEC562;
}
.BgClassName
{
background-color: #DEC562;
}
</style>
border-color css
<style>
span { border-color: #DEC562; }
span { border-color: rgb(222,197,98); }
td.TdClassName
{
border-color: #DEC562;
}
.TagClassName
{
border-color: #DEC562;
}
</style>