Shades of Pancho #DEB796
Tints of Pancho #DEB796
RGB
CMYK
RGB Variations
Color information
#DEB796 (or 0xDEB796) is known color: Pancho. HEX triplet: DE, B7 and 96. RGB value is (222,183,150). Sum of RGB (Red+Green+Blue) = 222+183+150=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB796 is #214869. Grayscale: #BFBFBF. Windows color (decimal): -2181226 or 9877470. OLE color: 9877470.
HSL color Cylindrical-coordinate representation of color #DEB796: hue angle of 27.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB796 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 150 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.13 |
| HSL | 27.5º | 0.52% | 0.73% | - |
| HSV(B) | 27.5º | 0.32% | 0.87% | - |
| XYZ | 52.56 | 51.6 | 36.04 | - |
| YUV | 190.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 150 | 0 | 0.18 | 0.32 | 0.13 | 27.5 | 0.52 | 0.73 |
| Hex | DE | B7 | 96 | 0 | 12 | 20 | D | 1C | 34 | 49 |
| Octal | 336 | 267 | 226 | 0 | 22 | 40 | 15 | 34 | 64 | 111 |
| Binary | 11011110 | 10110111 | 10010110 | 0 | 10010 | 100000 | 1101 | 11100 | 110100 | 1001001 |
Color Harmonies of #DEB796
Complementary color
Monochromatic Colors of #DEB796
Black with #DEB796
Text Example
Text Example
White with #DEB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB796; }
p { color: rgb(222,183,150); }
H1.HeaderClassName
{
color: #DEB796;
}
.AnyTagClassName
{
color: #DEB796;
}
</style>
background-color css
<style>
a { background-color: #DEB796; }
a { background-color: rgb(222,183,150); }
div.DivClassName
{
background-color: #DEB796;
}
.BgClassName
{
background-color: #DEB796;
}
</style>
border-color css
<style>
span { border-color: #DEB796; }
span { border-color: rgb(222,183,150); }
td.TdClassName
{
border-color: #DEB796;
}
.TagClassName
{
border-color: #DEB796;
}
</style>