Shades of Pancho #DEBD96
Tints of Pancho #DEBD96
RGB
CMYK
RGB Variations
Color information
#DEBD96 (or 0xDEBD96) is known color: Pancho. HEX triplet: DE, BD and 96. RGB value is (222,189,150). Sum of RGB (Red+Green+Blue) = 222+189+150=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD96 is #214269. Grayscale: #C2C2C2. Windows color (decimal): -2179690 or 9879006. OLE color: 9879006.
HSL color Cylindrical-coordinate representation of color #DEBD96: hue angle of 32.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 #DEBD96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.13 |
| HSL | 32.5º | 0.52% | 0.73% | - |
| HSV(B) | 32.5º | 0.32% | 0.87% | - |
| XYZ | 53.83 | 54.13 | 36.46 | - |
| YUV | 194.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 150 | 0 | 0.15 | 0.32 | 0.13 | 32.5 | 0.52 | 0.73 |
| Hex | DE | BD | 96 | 0 | F | 20 | D | 20 | 34 | 49 |
| Octal | 336 | 275 | 226 | 0 | 17 | 40 | 15 | 40 | 64 | 111 |
| Binary | 11011110 | 10111101 | 10010110 | 0 | 1111 | 100000 | 1101 | 100000 | 110100 | 1001001 |
Color Harmonies of #DEBD96
Complementary color
Monochromatic Colors of #DEBD96
Black with #DEBD96
Text Example
Text Example
White with #DEBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD96; }
p { color: rgb(222,189,150); }
H1.HeaderClassName
{
color: #DEBD96;
}
.AnyTagClassName
{
color: #DEBD96;
}
</style>
background-color css
<style>
a { background-color: #DEBD96; }
a { background-color: rgb(222,189,150); }
div.DivClassName
{
background-color: #DEBD96;
}
.BgClassName
{
background-color: #DEBD96;
}
</style>
border-color css
<style>
span { border-color: #DEBD96; }
span { border-color: rgb(222,189,150); }
td.TdClassName
{
border-color: #DEBD96;
}
.TagClassName
{
border-color: #DEBD96;
}
</style>