Shades of Chenin #DEC36B
Tints of Chenin #DEC36B
RGB
CMYK
RGB Variations
Color information
#DEC36B (or 0xDEC36B) is known color: Chenin. HEX triplet: DE, C3 and 6B. RGB value is (222,195,107). Sum of RGB (Red+Green+Blue) = 222+195+107=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC36B is #213C94. Grayscale: #C1C1C1. Windows color (decimal): -2178197 or 7062494. OLE color: 7062494.
HSL color Cylindrical-coordinate representation of color #DEC36B: hue angle of 45.91º 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 #DEC36B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 107 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 45.91º | 0.64% | 0.65% | - |
| HSV(B) | 45.91º | 0.52% | 0.87% | - |
| XYZ | 52.29 | 55.62 | 21.89 | - |
| YUV | 193.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 107 | 0 | 0.12 | 0.52 | 0.13 | 45.91 | 0.64 | 0.65 |
| Hex | DE | C3 | 6B | 0 | C | 34 | D | 2E | 40 | 41 |
| Octal | 336 | 303 | 153 | 0 | 14 | 64 | 15 | 56 | 100 | 101 |
| Binary | 11011110 | 11000011 | 1101011 | 0 | 1100 | 110100 | 1101 | 101110 | 1000000 | 1000001 |
Color Harmonies of #DEC36B
Complementary color
Monochromatic Colors of #DEC36B
Black with #DEC36B
Text Example
Text Example
White with #DEC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC36B; }
p { color: rgb(222,195,107); }
H1.HeaderClassName
{
color: #DEC36B;
}
.AnyTagClassName
{
color: #DEC36B;
}
</style>
background-color css
<style>
a { background-color: #DEC36B; }
a { background-color: rgb(222,195,107); }
div.DivClassName
{
background-color: #DEC36B;
}
.BgClassName
{
background-color: #DEC36B;
}
</style>
border-color css
<style>
span { border-color: #DEC36B; }
span { border-color: rgb(222,195,107); }
td.TdClassName
{
border-color: #DEC36B;
}
.TagClassName
{
border-color: #DEC36B;
}
</style>