Shades of Pancho #DEBA92
Tints of Pancho #DEBA92
RGB
CMYK
RGB Variations
Color information
#DEBA92 (or 0xDEBA92) is known color: Pancho. HEX triplet: DE, BA and 92. RGB value is (222,186,146). Sum of RGB (Red+Green+Blue) = 222+186+146=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA92 is #21456D. Grayscale: #C0C0C0. Windows color (decimal): -2180462 or 9616094. OLE color: 9616094.
HSL color Cylindrical-coordinate representation of color #DEBA92: hue angle of 31.58º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEBA92 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 146 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.13 |
| HSL | 31.58º | 0.54% | 0.72% | - |
| HSV(B) | 31.58º | 0.34% | 0.87% | - |
| XYZ | 52.87 | 52.72 | 34.58 | - |
| YUV | 192.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 146 | 0 | 0.16 | 0.34 | 0.13 | 31.58 | 0.54 | 0.72 |
| Hex | DE | BA | 92 | 0 | 10 | 22 | D | 20 | 36 | 48 |
| Octal | 336 | 272 | 222 | 0 | 20 | 42 | 15 | 40 | 66 | 110 |
| Binary | 11011110 | 10111010 | 10010010 | 0 | 10000 | 100010 | 1101 | 100000 | 110110 | 1001000 |
Color Harmonies of #DEBA92
Complementary color
Monochromatic Colors of #DEBA92
Black with #DEBA92
Text Example
Text Example
White with #DEBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA92; }
p { color: rgb(222,186,146); }
H1.HeaderClassName
{
color: #DEBA92;
}
.AnyTagClassName
{
color: #DEBA92;
}
</style>
background-color css
<style>
a { background-color: #DEBA92; }
a { background-color: rgb(222,186,146); }
div.DivClassName
{
background-color: #DEBA92;
}
.BgClassName
{
background-color: #DEBA92;
}
</style>
border-color css
<style>
span { border-color: #DEBA92; }
span { border-color: rgb(222,186,146); }
td.TdClassName
{
border-color: #DEBA92;
}
.TagClassName
{
border-color: #DEBA92;
}
</style>