Shades of Pancho #DEBB96
Tints of Pancho #DEBB96
RGB
CMYK
RGB Variations
Color information
#DEBB96 (or 0xDEBB96) is known color: Pancho. HEX triplet: DE, BB and 96. RGB value is (222,187,150). Sum of RGB (Red+Green+Blue) = 222+187+150=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB96 is #214469. Grayscale: #C1C1C1. Windows color (decimal): -2180202 or 9878494. OLE color: 9878494.
HSL color Cylindrical-coordinate representation of color #DEBB96: hue angle of 30.83º 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 #DEBB96 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 150 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.13 |
| HSL | 30.83º | 0.52% | 0.73% | - |
| HSV(B) | 30.83º | 0.32% | 0.87% | - |
| XYZ | 53.4 | 53.27 | 36.32 | - |
| YUV | 193.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 150 | 0 | 0.16 | 0.32 | 0.13 | 30.83 | 0.52 | 0.73 |
| Hex | DE | BB | 96 | 0 | 10 | 20 | D | 1F | 34 | 49 |
| Octal | 336 | 273 | 226 | 0 | 20 | 40 | 15 | 37 | 64 | 111 |
| Binary | 11011110 | 10111011 | 10010110 | 0 | 10000 | 100000 | 1101 | 11111 | 110100 | 1001001 |
Color Harmonies of #DEBB96
Complementary color
Monochromatic Colors of #DEBB96
Black with #DEBB96
Text Example
Text Example
White with #DEBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB96; }
p { color: rgb(222,187,150); }
H1.HeaderClassName
{
color: #DEBB96;
}
.AnyTagClassName
{
color: #DEBB96;
}
</style>
background-color css
<style>
a { background-color: #DEBB96; }
a { background-color: rgb(222,187,150); }
div.DivClassName
{
background-color: #DEBB96;
}
.BgClassName
{
background-color: #DEBB96;
}
</style>
border-color css
<style>
span { border-color: #DEBB96; }
span { border-color: rgb(222,187,150); }
td.TdClassName
{
border-color: #DEBB96;
}
.TagClassName
{
border-color: #DEBB96;
}
</style>