Shades of Pancho #DEBD98
Tints of Pancho #DEBD98
RGB
CMYK
RGB Variations
Color information
#DEBD98 (or 0xDEBD98) is known color: Pancho. HEX triplet: DE, BD and 98. RGB value is (222,189,152). Sum of RGB (Red+Green+Blue) = 222+189+152=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD98 is #214267. Grayscale: #C2C2C2. Windows color (decimal): -2179688 or 10010078. OLE color: 10010078.
HSL color Cylindrical-coordinate representation of color #DEBD98: hue angle of 31.71º degrees, saturation: 0.51, 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 #DEBD98 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 152 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.13 |
| HSL | 31.71º | 0.51% | 0.73% | - |
| HSV(B) | 31.71º | 0.32% | 0.87% | - |
| XYZ | 53.99 | 54.19 | 37.32 | - |
| YUV | 194.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 152 | 0 | 0.15 | 0.32 | 0.13 | 31.71 | 0.51 | 0.73 |
| Hex | DE | BD | 98 | 0 | F | 20 | D | 20 | 33 | 49 |
| Octal | 336 | 275 | 230 | 0 | 17 | 40 | 15 | 40 | 63 | 111 |
| Binary | 11011110 | 10111101 | 10011000 | 0 | 1111 | 100000 | 1101 | 100000 | 110011 | 1001001 |
Color Harmonies of #DEBD98
Complementary color
Monochromatic Colors of #DEBD98
Black with #DEBD98
Text Example
Text Example
White with #DEBD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD98; }
p { color: rgb(222,189,152); }
H1.HeaderClassName
{
color: #DEBD98;
}
.AnyTagClassName
{
color: #DEBD98;
}
</style>
background-color css
<style>
a { background-color: #DEBD98; }
a { background-color: rgb(222,189,152); }
div.DivClassName
{
background-color: #DEBD98;
}
.BgClassName
{
background-color: #DEBD98;
}
</style>
border-color css
<style>
span { border-color: #DEBD98; }
span { border-color: rgb(222,189,152); }
td.TdClassName
{
border-color: #DEBD98;
}
.TagClassName
{
border-color: #DEBD98;
}
</style>