Shades of Chenin #DEB970
Tints of Chenin #DEB970
RGB
CMYK
RGB Variations
Color information
#DEB970 (or 0xDEB970) is known color: Chenin. HEX triplet: DE, B9 and 70. RGB value is (222,185,112). Sum of RGB (Red+Green+Blue) = 222+185+112=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB970 is #21468F. Grayscale: #BCBCBC. Windows color (decimal): -2180752 or 7387614. OLE color: 7387614.
HSL color Cylindrical-coordinate representation of color #DEB970: hue angle of 39.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEB970 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 112 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.13 |
| HSL | 39.82º | 0.63% | 0.65% | - |
| HSV(B) | 39.82º | 0.5% | 0.87% | - |
| XYZ | 50.4 | 51.4 | 22.59 | - |
| YUV | 187.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 112 | 0 | 0.17 | 0.50 | 0.13 | 39.82 | 0.63 | 0.65 |
| Hex | DE | B9 | 70 | 0 | 11 | 32 | D | 28 | 3E | 41 |
| Octal | 336 | 271 | 160 | 0 | 21 | 62 | 15 | 50 | 76 | 101 |
| Binary | 11011110 | 10111001 | 1110000 | 0 | 10001 | 110010 | 1101 | 101000 | 111110 | 1000001 |
Color Harmonies of #DEB970
Complementary color
Monochromatic Colors of #DEB970
Black with #DEB970
Text Example
Text Example
White with #DEB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB970; }
p { color: rgb(222,185,112); }
H1.HeaderClassName
{
color: #DEB970;
}
.AnyTagClassName
{
color: #DEB970;
}
</style>
background-color css
<style>
a { background-color: #DEB970; }
a { background-color: rgb(222,185,112); }
div.DivClassName
{
background-color: #DEB970;
}
.BgClassName
{
background-color: #DEB970;
}
</style>
border-color css
<style>
span { border-color: #DEB970; }
span { border-color: rgb(222,185,112); }
td.TdClassName
{
border-color: #DEB970;
}
.TagClassName
{
border-color: #DEB970;
}
</style>