Shades of Chenin #DEC575
Tints of Chenin #DEC575
RGB
CMYK
RGB Variations
Color information
#DEC575 (or 0xDEC575) is known color: Chenin. HEX triplet: DE, C5 and 75. RGB value is (222,197,117). Sum of RGB (Red+Green+Blue) = 222+197+117=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC575 is #213A8A. Grayscale: #C3C3C3. Windows color (decimal): -2177675 or 7718366. OLE color: 7718366.
HSL color Cylindrical-coordinate representation of color #DEC575: hue angle of 45.71º 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 #DEC575 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 117 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.13 |
| HSL | 45.71º | 0.61% | 0.66% | - |
| HSV(B) | 45.71º | 0.47% | 0.87% | - |
| XYZ | 53.3 | 56.75 | 24.97 | - |
| YUV | 195.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 117 | 0 | 0.11 | 0.47 | 0.13 | 45.71 | 0.61 | 0.66 |
| Hex | DE | C5 | 75 | 0 | B | 2F | D | 2E | 3D | 42 |
| Octal | 336 | 305 | 165 | 0 | 13 | 57 | 15 | 56 | 75 | 102 |
| Binary | 11011110 | 11000101 | 1110101 | 0 | 1011 | 101111 | 1101 | 101110 | 111101 | 1000010 |
Color Harmonies of #DEC575
Complementary color
Monochromatic Colors of #DEC575
Black with #DEC575
Text Example
Text Example
White with #DEC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC575; }
p { color: rgb(222,197,117); }
H1.HeaderClassName
{
color: #DEC575;
}
.AnyTagClassName
{
color: #DEC575;
}
</style>
background-color css
<style>
a { background-color: #DEC575; }
a { background-color: rgb(222,197,117); }
div.DivClassName
{
background-color: #DEC575;
}
.BgClassName
{
background-color: #DEC575;
}
</style>
border-color css
<style>
span { border-color: #DEC575; }
span { border-color: rgb(222,197,117); }
td.TdClassName
{
border-color: #DEC575;
}
.TagClassName
{
border-color: #DEC575;
}
</style>