Shades of Chenin #DEC76C
Tints of Chenin #DEC76C
RGB
CMYK
RGB Variations
Color information
#DEC76C (or 0xDEC76C) is known color: Chenin. HEX triplet: DE, C7 and 6C. RGB value is (222,199,108). Sum of RGB (Red+Green+Blue) = 222+199+108=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC76C is #213893. Grayscale: #C3C3C3. Windows color (decimal): -2177172 or 7129054. OLE color: 7129054.
HSL color Cylindrical-coordinate representation of color #DEC76C: hue angle of 47.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEC76C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 108 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.13 |
| HSL | 47.89º | 0.63% | 0.65% | - |
| HSV(B) | 47.89º | 0.51% | 0.87% | - |
| XYZ | 53.25 | 57.46 | 22.47 | - |
| YUV | 195.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 108 | 0 | 0.10 | 0.51 | 0.13 | 47.89 | 0.63 | 0.65 |
| Hex | DE | C7 | 6C | 0 | A | 33 | D | 30 | 3F | 41 |
| Octal | 336 | 307 | 154 | 0 | 12 | 63 | 15 | 60 | 77 | 101 |
| Binary | 11011110 | 11000111 | 1101100 | 0 | 1010 | 110011 | 1101 | 110000 | 111111 | 1000001 |
Color Harmonies of #DEC76C
Complementary color
Monochromatic Colors of #DEC76C
Black with #DEC76C
Text Example
Text Example
White with #DEC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC76C; }
p { color: rgb(222,199,108); }
H1.HeaderClassName
{
color: #DEC76C;
}
.AnyTagClassName
{
color: #DEC76C;
}
</style>
background-color css
<style>
a { background-color: #DEC76C; }
a { background-color: rgb(222,199,108); }
div.DivClassName
{
background-color: #DEC76C;
}
.BgClassName
{
background-color: #DEC76C;
}
</style>
border-color css
<style>
span { border-color: #DEC76C; }
span { border-color: rgb(222,199,108); }
td.TdClassName
{
border-color: #DEC76C;
}
.TagClassName
{
border-color: #DEC76C;
}
</style>