Shades of Pancho #DEB99C
Tints of Pancho #DEB99C
RGB
CMYK
RGB Variations
Color information
#DEB99C (or 0xDEB99C) is known color: Pancho. HEX triplet: DE, B9 and 9C. RGB value is (222,185,156). Sum of RGB (Red+Green+Blue) = 222+185+156=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB99C is #214663. Grayscale: #C0C0C0. Windows color (decimal): -2180708 or 10271198. OLE color: 10271198.
HSL color Cylindrical-coordinate representation of color #DEB99C: hue angle of 26.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB99C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 156 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 26.36º | 0.5% | 0.74% | - |
| HSV(B) | 26.36º | 0.3% | 0.87% | - |
| XYZ | 53.47 | 52.63 | 38.79 | - |
| YUV | 192.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 156 | 0 | 0.17 | 0.30 | 0.13 | 26.36 | 0.5 | 0.74 |
| Hex | DE | B9 | 9C | 0 | 11 | 1E | D | 1A | 32 | 4A |
| Octal | 336 | 271 | 234 | 0 | 21 | 36 | 15 | 32 | 62 | 112 |
| Binary | 11011110 | 10111001 | 10011100 | 0 | 10001 | 11110 | 1101 | 11010 | 110010 | 1001010 |
Color Harmonies of #DEB99C
Complementary color
Monochromatic Colors of #DEB99C
Black with #DEB99C
Text Example
Text Example
White with #DEB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB99C; }
p { color: rgb(222,185,156); }
H1.HeaderClassName
{
color: #DEB99C;
}
.AnyTagClassName
{
color: #DEB99C;
}
</style>
background-color css
<style>
a { background-color: #DEB99C; }
a { background-color: rgb(222,185,156); }
div.DivClassName
{
background-color: #DEB99C;
}
.BgClassName
{
background-color: #DEB99C;
}
</style>
border-color css
<style>
span { border-color: #DEB99C; }
span { border-color: rgb(222,185,156); }
td.TdClassName
{
border-color: #DEB99C;
}
.TagClassName
{
border-color: #DEB99C;
}
</style>