Shades of Pancho #DEB89C
Tints of Pancho #DEB89C
RGB
CMYK
RGB Variations
Color information
#DEB89C (or 0xDEB89C) is known color: Pancho. HEX triplet: DE, B8 and 9C. RGB value is (222,184,156). Sum of RGB (Red+Green+Blue) = 222+184+156=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB89C is #214763. Grayscale: #C0C0C0. Windows color (decimal): -2180964 or 10270942. OLE color: 10270942.
HSL color Cylindrical-coordinate representation of color #DEB89C: hue angle of 25.45º 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 #DEB89C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 156 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 25.45º | 0.5% | 0.74% | - |
| HSV(B) | 25.45º | 0.3% | 0.87% | - |
| XYZ | 53.27 | 52.21 | 38.72 | - |
| YUV | 192.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 156 | 0 | 0.17 | 0.30 | 0.13 | 25.45 | 0.5 | 0.74 |
| Hex | DE | B8 | 9C | 0 | 11 | 1E | D | 19 | 32 | 4A |
| Octal | 336 | 270 | 234 | 0 | 21 | 36 | 15 | 31 | 62 | 112 |
| Binary | 11011110 | 10111000 | 10011100 | 0 | 10001 | 11110 | 1101 | 11001 | 110010 | 1001010 |
Color Harmonies of #DEB89C
Complementary color
Monochromatic Colors of #DEB89C
Black with #DEB89C
Text Example
Text Example
White with #DEB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB89C; }
p { color: rgb(222,184,156); }
H1.HeaderClassName
{
color: #DEB89C;
}
.AnyTagClassName
{
color: #DEB89C;
}
</style>
background-color css
<style>
a { background-color: #DEB89C; }
a { background-color: rgb(222,184,156); }
div.DivClassName
{
background-color: #DEB89C;
}
.BgClassName
{
background-color: #DEB89C;
}
</style>
border-color css
<style>
span { border-color: #DEB89C; }
span { border-color: rgb(222,184,156); }
td.TdClassName
{
border-color: #DEB89C;
}
.TagClassName
{
border-color: #DEB89C;
}
</style>