Shades of Pancho #DEB496
Tints of Pancho #DEB496
RGB
CMYK
RGB Variations
Color information
#DEB496 (or 0xDEB496) is known color: Pancho. HEX triplet: DE, B4 and 96. RGB value is (222,180,150). Sum of RGB (Red+Green+Blue) = 222+180+150=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB496 is #214B69. Grayscale: #BDBDBD. Windows color (decimal): -2181994 or 9876702. OLE color: 9876702.
HSL color Cylindrical-coordinate representation of color #DEB496: hue angle of 25º 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 #DEB496 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 150 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.13 |
| HSL | 25º | 0.52% | 0.73% | - |
| HSV(B) | 25º | 0.32% | 0.87% | - |
| XYZ | 51.95 | 50.37 | 35.84 | - |
| YUV | 189.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 150 | 0 | 0.19 | 0.32 | 0.13 | 25 | 0.52 | 0.73 |
| Hex | DE | B4 | 96 | 0 | 13 | 20 | D | 19 | 34 | 49 |
| Octal | 336 | 264 | 226 | 0 | 23 | 40 | 15 | 31 | 64 | 111 |
| Binary | 11011110 | 10110100 | 10010110 | 0 | 10011 | 100000 | 1101 | 11001 | 110100 | 1001001 |
Color Harmonies of #DEB496
Complementary color
Monochromatic Colors of #DEB496
Black with #DEB496
Text Example
Text Example
White with #DEB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB496; }
p { color: rgb(222,180,150); }
H1.HeaderClassName
{
color: #DEB496;
}
.AnyTagClassName
{
color: #DEB496;
}
</style>
background-color css
<style>
a { background-color: #DEB496; }
a { background-color: rgb(222,180,150); }
div.DivClassName
{
background-color: #DEB496;
}
.BgClassName
{
background-color: #DEB496;
}
</style>
border-color css
<style>
span { border-color: #DEB496; }
span { border-color: rgb(222,180,150); }
td.TdClassName
{
border-color: #DEB496;
}
.TagClassName
{
border-color: #DEB496;
}
</style>