Shades of Chenin #DEC075
Tints of Chenin #DEC075
RGB
CMYK
RGB Variations
Color information
#DEC075 (or 0xDEC075) is known color: Chenin. HEX triplet: DE, C0 and 75. RGB value is (222,192,117). Sum of RGB (Red+Green+Blue) = 222+192+117=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC075 is #213F8A. Grayscale: #C0C0C0. Windows color (decimal): -2178955 or 7717086. OLE color: 7717086.
HSL color Cylindrical-coordinate representation of color #DEC075: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEC075 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 117 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.13 |
| HSL | 42.86º | 0.61% | 0.66% | - |
| HSV(B) | 42.86º | 0.47% | 0.87% | - |
| XYZ | 52.18 | 54.51 | 24.6 | - |
| YUV | 192.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 117 | 0 | 0.14 | 0.47 | 0.13 | 42.86 | 0.61 | 0.66 |
| Hex | DE | C0 | 75 | 0 | E | 2F | D | 2B | 3D | 42 |
| Octal | 336 | 300 | 165 | 0 | 16 | 57 | 15 | 53 | 75 | 102 |
| Binary | 11011110 | 11000000 | 1110101 | 0 | 1110 | 101111 | 1101 | 101011 | 111101 | 1000010 |
Color Harmonies of #DEC075
Complementary color
Monochromatic Colors of #DEC075
Black with #DEC075
Text Example
Text Example
White with #DEC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC075; }
p { color: rgb(222,192,117); }
H1.HeaderClassName
{
color: #DEC075;
}
.AnyTagClassName
{
color: #DEC075;
}
</style>
background-color css
<style>
a { background-color: #DEC075; }
a { background-color: rgb(222,192,117); }
div.DivClassName
{
background-color: #DEC075;
}
.BgClassName
{
background-color: #DEC075;
}
</style>
border-color css
<style>
span { border-color: #DEC075; }
span { border-color: rgb(222,192,117); }
td.TdClassName
{
border-color: #DEC075;
}
.TagClassName
{
border-color: #DEC075;
}
</style>