Shades of Chenin #DEC276
Tints of Chenin #DEC276
RGB
CMYK
RGB Variations
Color information
#DEC276 (or 0xDEC276) is known color: Chenin. HEX triplet: DE, C2 and 76. RGB value is (222,194,118). Sum of RGB (Red+Green+Blue) = 222+194+118=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC276 is #213D89. Grayscale: #C2C2C2. Windows color (decimal): -2178442 or 7783134. OLE color: 7783134.
HSL color Cylindrical-coordinate representation of color #DEC276: hue angle of 43.85º 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 #DEC276 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 118 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.13 |
| HSL | 43.85º | 0.61% | 0.67% | - |
| HSV(B) | 43.85º | 0.47% | 0.87% | - |
| XYZ | 52.69 | 55.42 | 25.06 | - |
| YUV | 193.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 118 | 0 | 0.13 | 0.47 | 0.13 | 43.85 | 0.61 | 0.67 |
| Hex | DE | C2 | 76 | 0 | D | 2F | D | 2C | 3D | 43 |
| Octal | 336 | 302 | 166 | 0 | 15 | 57 | 15 | 54 | 75 | 103 |
| Binary | 11011110 | 11000010 | 1110110 | 0 | 1101 | 101111 | 1101 | 101100 | 111101 | 1000011 |
Color Harmonies of #DEC276
Complementary color
Monochromatic Colors of #DEC276
Black with #DEC276
Text Example
Text Example
White with #DEC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC276; }
p { color: rgb(222,194,118); }
H1.HeaderClassName
{
color: #DEC276;
}
.AnyTagClassName
{
color: #DEC276;
}
</style>
background-color css
<style>
a { background-color: #DEC276; }
a { background-color: rgb(222,194,118); }
div.DivClassName
{
background-color: #DEC276;
}
.BgClassName
{
background-color: #DEC276;
}
</style>
border-color css
<style>
span { border-color: #DEC276; }
span { border-color: rgb(222,194,118); }
td.TdClassName
{
border-color: #DEC276;
}
.TagClassName
{
border-color: #DEC276;
}
</style>