Shades of Chenin #DEC074
Tints of Chenin #DEC074
RGB
CMYK
RGB Variations
Color information
#DEC074 (or 0xDEC074) is known color: Chenin. HEX triplet: DE, C0 and 74. RGB value is (222,192,116). Sum of RGB (Red+Green+Blue) = 222+192+116=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC074 is #213F8B. Grayscale: #C0C0C0. Windows color (decimal): -2178956 or 7651550. OLE color: 7651550.
HSL color Cylindrical-coordinate representation of color #DEC074: hue angle of 43.02º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEC074 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 116 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 43.02º | 0.62% | 0.66% | - |
| HSV(B) | 43.02º | 0.48% | 0.87% | - |
| XYZ | 52.13 | 54.49 | 24.29 | - |
| YUV | 192.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 116 | 0 | 0.14 | 0.48 | 0.13 | 43.02 | 0.62 | 0.66 |
| Hex | DE | C0 | 74 | 0 | E | 30 | D | 2B | 3E | 42 |
| Octal | 336 | 300 | 164 | 0 | 16 | 60 | 15 | 53 | 76 | 102 |
| Binary | 11011110 | 11000000 | 1110100 | 0 | 1110 | 110000 | 1101 | 101011 | 111110 | 1000010 |
Color Harmonies of #DEC074
Complementary color
Monochromatic Colors of #DEC074
Black with #DEC074
Text Example
Text Example
White with #DEC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC074; }
p { color: rgb(222,192,116); }
H1.HeaderClassName
{
color: #DEC074;
}
.AnyTagClassName
{
color: #DEC074;
}
</style>
background-color css
<style>
a { background-color: #DEC074; }
a { background-color: rgb(222,192,116); }
div.DivClassName
{
background-color: #DEC074;
}
.BgClassName
{
background-color: #DEC074;
}
</style>
border-color css
<style>
span { border-color: #DEC074; }
span { border-color: rgb(222,192,116); }
td.TdClassName
{
border-color: #DEC074;
}
.TagClassName
{
border-color: #DEC074;
}
</style>