Shades of Pancho #DEBB9E
Tints of Pancho #DEBB9E
RGB
CMYK
RGB Variations
Color information
#DEBB9E (or 0xDEBB9E) is known color: Pancho. HEX triplet: DE, BB and 9E. RGB value is (222,187,158). Sum of RGB (Red+Green+Blue) = 222+187+158=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB9E is #214461. Grayscale: #C2C2C2. Windows color (decimal): -2180194 or 10402782. OLE color: 10402782.
HSL color Cylindrical-coordinate representation of color #DEBB9E: hue angle of 27.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEBB9E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 158 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.13 |
| HSL | 27.19º | 0.49% | 0.75% | - |
| HSV(B) | 27.19º | 0.29% | 0.87% | - |
| XYZ | 54.07 | 53.54 | 39.83 | - |
| YUV | 194.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 158 | 0 | 0.16 | 0.29 | 0.13 | 27.19 | 0.49 | 0.75 |
| Hex | DE | BB | 9E | 0 | 10 | 1D | D | 1B | 31 | 4B |
| Octal | 336 | 273 | 236 | 0 | 20 | 35 | 15 | 33 | 61 | 113 |
| Binary | 11011110 | 10111011 | 10011110 | 0 | 10000 | 11101 | 1101 | 11011 | 110001 | 1001011 |
Color Harmonies of #DEBB9E
Complementary color
Monochromatic Colors of #DEBB9E
Black with #DEBB9E
Text Example
Text Example
White with #DEBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB9E; }
p { color: rgb(222,187,158); }
H1.HeaderClassName
{
color: #DEBB9E;
}
.AnyTagClassName
{
color: #DEBB9E;
}
</style>
background-color css
<style>
a { background-color: #DEBB9E; }
a { background-color: rgb(222,187,158); }
div.DivClassName
{
background-color: #DEBB9E;
}
.BgClassName
{
background-color: #DEBB9E;
}
</style>
border-color css
<style>
span { border-color: #DEBB9E; }
span { border-color: rgb(222,187,158); }
td.TdClassName
{
border-color: #DEBB9E;
}
.TagClassName
{
border-color: #DEBB9E;
}
</style>