Shades of Chenin #DEC36A
Tints of Chenin #DEC36A
RGB
CMYK
RGB Variations
Color information
#DEC36A (or 0xDEC36A) is known color: Chenin. HEX triplet: DE, C3 and 6A. RGB value is (222,195,106). Sum of RGB (Red+Green+Blue) = 222+195+106=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC36A is #213C95. Grayscale: #C1C1C1. Windows color (decimal): -2178198 or 6996958. OLE color: 6996958.
HSL color Cylindrical-coordinate representation of color #DEC36A: hue angle of 46.03º 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 #DEC36A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 106 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 46.03º | 0.64% | 0.64% | - |
| HSV(B) | 46.03º | 0.52% | 0.87% | - |
| XYZ | 52.24 | 55.6 | 21.61 | - |
| YUV | 192.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 106 | 0 | 0.12 | 0.52 | 0.13 | 46.03 | 0.64 | 0.64 |
| Hex | DE | C3 | 6A | 0 | C | 34 | D | 2E | 40 | 40 |
| Octal | 336 | 303 | 152 | 0 | 14 | 64 | 15 | 56 | 100 | 100 |
| Binary | 11011110 | 11000011 | 1101010 | 0 | 1100 | 110100 | 1101 | 101110 | 1000000 | 1000000 |
Color Harmonies of #DEC36A
Complementary color
Monochromatic Colors of #DEC36A
Black with #DEC36A
Text Example
Text Example
White with #DEC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC36A; }
p { color: rgb(222,195,106); }
H1.HeaderClassName
{
color: #DEC36A;
}
.AnyTagClassName
{
color: #DEC36A;
}
</style>
background-color css
<style>
a { background-color: #DEC36A; }
a { background-color: rgb(222,195,106); }
div.DivClassName
{
background-color: #DEC36A;
}
.BgClassName
{
background-color: #DEC36A;
}
</style>
border-color css
<style>
span { border-color: #DEC36A; }
span { border-color: rgb(222,195,106); }
td.TdClassName
{
border-color: #DEC36A;
}
.TagClassName
{
border-color: #DEC36A;
}
</style>