Shades of Chenin #DEC077
Tints of Chenin #DEC077
RGB
CMYK
RGB Variations
Color information
#DEC077 (or 0xDEC077) is known color: Chenin. HEX triplet: DE, C0 and 77. RGB value is (222,192,119). Sum of RGB (Red+Green+Blue) = 222+192+119=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC077 is #213F88. Grayscale: #C0C0C0. Windows color (decimal): -2178953 or 7848158. OLE color: 7848158.
HSL color Cylindrical-coordinate representation of color #DEC077: hue angle of 42.52º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEC077 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 42.52º | 0.61% | 0.67% | - |
| HSV(B) | 42.52º | 0.46% | 0.87% | - |
| XYZ | 52.3 | 54.56 | 25.23 | - |
| YUV | 192.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 119 | 0 | 0.14 | 0.46 | 0.13 | 42.52 | 0.61 | 0.67 |
| Hex | DE | C0 | 77 | 0 | E | 2E | D | 2B | 3D | 43 |
| Octal | 336 | 300 | 167 | 0 | 16 | 56 | 15 | 53 | 75 | 103 |
| Binary | 11011110 | 11000000 | 1110111 | 0 | 1110 | 101110 | 1101 | 101011 | 111101 | 1000011 |
Color Harmonies of #DEC077
Complementary color
Monochromatic Colors of #DEC077
Black with #DEC077
Text Example
Text Example
White with #DEC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC077; }
p { color: rgb(222,192,119); }
H1.HeaderClassName
{
color: #DEC077;
}
.AnyTagClassName
{
color: #DEC077;
}
</style>
background-color css
<style>
a { background-color: #DEC077; }
a { background-color: rgb(222,192,119); }
div.DivClassName
{
background-color: #DEC077;
}
.BgClassName
{
background-color: #DEC077;
}
</style>
border-color css
<style>
span { border-color: #DEC077; }
span { border-color: rgb(222,192,119); }
td.TdClassName
{
border-color: #DEC077;
}
.TagClassName
{
border-color: #DEC077;
}
</style>