Shades of Chenin #DEC076
Tints of Chenin #DEC076
RGB
CMYK
RGB Variations
Color information
#DEC076 (or 0xDEC076) is known color: Chenin. HEX triplet: DE, C0 and 76. RGB value is (222,192,118). Sum of RGB (Red+Green+Blue) = 222+192+118=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC076 is #213F89. Grayscale: #C0C0C0. Windows color (decimal): -2178954 or 7782622. OLE color: 7782622.
HSL color Cylindrical-coordinate representation of color #DEC076: hue angle of 42.69º 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 #DEC076 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 118 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.13 |
| HSL | 42.69º | 0.61% | 0.67% | - |
| HSV(B) | 42.69º | 0.47% | 0.87% | - |
| XYZ | 52.24 | 54.54 | 24.91 | - |
| YUV | 192.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 118 | 0 | 0.14 | 0.47 | 0.13 | 42.69 | 0.61 | 0.67 |
| Hex | DE | C0 | 76 | 0 | E | 2F | D | 2B | 3D | 43 |
| Octal | 336 | 300 | 166 | 0 | 16 | 57 | 15 | 53 | 75 | 103 |
| Binary | 11011110 | 11000000 | 1110110 | 0 | 1110 | 101111 | 1101 | 101011 | 111101 | 1000011 |
Color Harmonies of #DEC076
Complementary color
Monochromatic Colors of #DEC076
Black with #DEC076
Text Example
Text Example
White with #DEC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC076; }
p { color: rgb(222,192,118); }
H1.HeaderClassName
{
color: #DEC076;
}
.AnyTagClassName
{
color: #DEC076;
}
</style>
background-color css
<style>
a { background-color: #DEC076; }
a { background-color: rgb(222,192,118); }
div.DivClassName
{
background-color: #DEC076;
}
.BgClassName
{
background-color: #DEC076;
}
</style>
border-color css
<style>
span { border-color: #DEC076; }
span { border-color: rgb(222,192,118); }
td.TdClassName
{
border-color: #DEC076;
}
.TagClassName
{
border-color: #DEC076;
}
</style>