Shades of Chenin #DEC362
Tints of Chenin #DEC362
RGB
CMYK
RGB Variations
Color information
#DEC362 (or 0xDEC362) is known color: Chenin. HEX triplet: DE, C3 and 62. RGB value is (222,195,98). Sum of RGB (Red+Green+Blue) = 222+195+98=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC362 is #213C9D. Grayscale: #C0C0C0. Windows color (decimal): -2178206 or 6472670. OLE color: 6472670.
HSL color Cylindrical-coordinate representation of color #DEC362: hue angle of 46.94º 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 #DEC362 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.13 |
| HSL | 46.94º | 0.65% | 0.63% | - |
| HSV(B) | 46.94º | 0.56% | 0.87% | - |
| XYZ | 51.84 | 55.44 | 19.52 | - |
| YUV | 192.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 98 | 0 | 0.12 | 0.56 | 0.13 | 46.94 | 0.65 | 0.63 |
| Hex | DE | C3 | 62 | 0 | C | 38 | D | 2F | 41 | 3F |
| Octal | 336 | 303 | 142 | 0 | 14 | 70 | 15 | 57 | 101 | 77 |
| Binary | 11011110 | 11000011 | 1100010 | 0 | 1100 | 111000 | 1101 | 101111 | 1000001 | 111111 |
Color Harmonies of #DEC362
Complementary color
Monochromatic Colors of #DEC362
Black with #DEC362
Text Example
Text Example
White with #DEC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC362; }
p { color: rgb(222,195,98); }
H1.HeaderClassName
{
color: #DEC362;
}
.AnyTagClassName
{
color: #DEC362;
}
</style>
background-color css
<style>
a { background-color: #DEC362; }
a { background-color: rgb(222,195,98); }
div.DivClassName
{
background-color: #DEC362;
}
.BgClassName
{
background-color: #DEC362;
}
</style>
border-color css
<style>
span { border-color: #DEC362; }
span { border-color: rgb(222,195,98); }
td.TdClassName
{
border-color: #DEC362;
}
.TagClassName
{
border-color: #DEC362;
}
</style>