Shades of Chenin #DEC078
Tints of Chenin #DEC078
RGB
CMYK
RGB Variations
Color information
#DEC078 (or 0xDEC078) is known color: Chenin. HEX triplet: DE, C0 and 78. RGB value is (222,192,120). Sum of RGB (Red+Green+Blue) = 222+192+120=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC078 is #213F87. Grayscale: #C1C1C1. Windows color (decimal): -2178952 or 7913694. OLE color: 7913694.
HSL color Cylindrical-coordinate representation of color #DEC078: hue angle of 42.35º 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 #DEC078 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 120 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 42.35º | 0.61% | 0.67% | - |
| HSV(B) | 42.35º | 0.46% | 0.87% | - |
| XYZ | 52.36 | 54.58 | 25.55 | - |
| YUV | 192.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 120 | 0 | 0.14 | 0.46 | 0.13 | 42.35 | 0.61 | 0.67 |
| Hex | DE | C0 | 78 | 0 | E | 2E | D | 2A | 3D | 43 |
| Octal | 336 | 300 | 170 | 0 | 16 | 56 | 15 | 52 | 75 | 103 |
| Binary | 11011110 | 11000000 | 1111000 | 0 | 1110 | 101110 | 1101 | 101010 | 111101 | 1000011 |
Color Harmonies of #DEC078
Complementary color
Monochromatic Colors of #DEC078
Black with #DEC078
Text Example
Text Example
White with #DEC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC078; }
p { color: rgb(222,192,120); }
H1.HeaderClassName
{
color: #DEC078;
}
.AnyTagClassName
{
color: #DEC078;
}
</style>
background-color css
<style>
a { background-color: #DEC078; }
a { background-color: rgb(222,192,120); }
div.DivClassName
{
background-color: #DEC078;
}
.BgClassName
{
background-color: #DEC078;
}
</style>
border-color css
<style>
span { border-color: #DEC078; }
span { border-color: rgb(222,192,120); }
td.TdClassName
{
border-color: #DEC078;
}
.TagClassName
{
border-color: #DEC078;
}
</style>