Shades of Pancho #DEB89D
Tints of Pancho #DEB89D
RGB
CMYK
RGB Variations
Color information
#DEB89D (or 0xDEB89D) is known color: Pancho. HEX triplet: DE, B8 and 9D. RGB value is (222,184,157). Sum of RGB (Red+Green+Blue) = 222+184+157=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB89D is #214762. Grayscale: #C0C0C0. Windows color (decimal): -2180963 or 10336478. OLE color: 10336478.
HSL color Cylindrical-coordinate representation of color #DEB89D: hue angle of 24.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB89D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 157 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.13 |
| HSL | 24.92º | 0.5% | 0.74% | - |
| HSV(B) | 24.92º | 0.29% | 0.87% | - |
| XYZ | 53.35 | 52.24 | 39.17 | - |
| YUV | 192.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 157 | 0 | 0.17 | 0.29 | 0.13 | 24.92 | 0.5 | 0.74 |
| Hex | DE | B8 | 9D | 0 | 11 | 1D | D | 19 | 32 | 4A |
| Octal | 336 | 270 | 235 | 0 | 21 | 35 | 15 | 31 | 62 | 112 |
| Binary | 11011110 | 10111000 | 10011101 | 0 | 10001 | 11101 | 1101 | 11001 | 110010 | 1001010 |
Color Harmonies of #DEB89D
Complementary color
Monochromatic Colors of #DEB89D
Black with #DEB89D
Text Example
Text Example
White with #DEB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB89D; }
p { color: rgb(222,184,157); }
H1.HeaderClassName
{
color: #DEB89D;
}
.AnyTagClassName
{
color: #DEB89D;
}
</style>
background-color css
<style>
a { background-color: #DEB89D; }
a { background-color: rgb(222,184,157); }
div.DivClassName
{
background-color: #DEB89D;
}
.BgClassName
{
background-color: #DEB89D;
}
</style>
border-color css
<style>
span { border-color: #DEB89D; }
span { border-color: rgb(222,184,157); }
td.TdClassName
{
border-color: #DEB89D;
}
.TagClassName
{
border-color: #DEB89D;
}
</style>