Shades of Chenin #DEC376
Tints of Chenin #DEC376
RGB
CMYK
RGB Variations
Color information
#DEC376 (or 0xDEC376) is known color: Chenin. HEX triplet: DE, C3 and 76. RGB value is (222,195,118). Sum of RGB (Red+Green+Blue) = 222+195+118=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC376 is #213C89. Grayscale: #C2C2C2. Windows color (decimal): -2178186 or 7783390. OLE color: 7783390.
HSL color Cylindrical-coordinate representation of color #DEC376: hue angle of 44.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEC376 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 118 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.13 |
| HSL | 44.42º | 0.61% | 0.67% | - |
| HSV(B) | 44.42º | 0.47% | 0.87% | - |
| XYZ | 52.91 | 55.87 | 25.13 | - |
| YUV | 194.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 118 | 0 | 0.12 | 0.47 | 0.13 | 44.42 | 0.61 | 0.67 |
| Hex | DE | C3 | 76 | 0 | C | 2F | D | 2C | 3D | 43 |
| Octal | 336 | 303 | 166 | 0 | 14 | 57 | 15 | 54 | 75 | 103 |
| Binary | 11011110 | 11000011 | 1110110 | 0 | 1100 | 101111 | 1101 | 101100 | 111101 | 1000011 |
Color Harmonies of #DEC376
Complementary color
Monochromatic Colors of #DEC376
Black with #DEC376
Text Example
Text Example
White with #DEC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC376; }
p { color: rgb(222,195,118); }
H1.HeaderClassName
{
color: #DEC376;
}
.AnyTagClassName
{
color: #DEC376;
}
</style>
background-color css
<style>
a { background-color: #DEC376; }
a { background-color: rgb(222,195,118); }
div.DivClassName
{
background-color: #DEC376;
}
.BgClassName
{
background-color: #DEC376;
}
</style>
border-color css
<style>
span { border-color: #DEC376; }
span { border-color: rgb(222,195,118); }
td.TdClassName
{
border-color: #DEC376;
}
.TagClassName
{
border-color: #DEC376;
}
</style>