Shades of Pancho #DBB896
Tints of Pancho #DBB896
RGB
CMYK
RGB Variations
Color information
#DBB896 (or 0xDBB896) is known color: Pancho. HEX triplet: DB, B8 and 96. RGB value is (219,184,150). Sum of RGB (Red+Green+Blue) = 219+184+150=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB896 is #244769. Grayscale: #BEBEBE. Windows color (decimal): -2377578 or 9877723. OLE color: 9877723.
HSL color Cylindrical-coordinate representation of color #DBB896: hue angle of 29.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB896 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 150 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.14 |
| HSL | 29.57º | 0.49% | 0.72% | - |
| HSV(B) | 29.57º | 0.32% | 0.86% | - |
| XYZ | 51.86 | 51.54 | 36.07 | - |
| YUV | 190.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 150 | 0 | 0.16 | 0.32 | 0.14 | 29.57 | 0.49 | 0.72 |
| Hex | DB | B8 | 96 | 0 | 10 | 20 | E | 1E | 31 | 48 |
| Octal | 333 | 270 | 226 | 0 | 20 | 40 | 16 | 36 | 61 | 110 |
| Binary | 11011011 | 10111000 | 10010110 | 0 | 10000 | 100000 | 1110 | 11110 | 110001 | 1001000 |
Color Harmonies of #DBB896
Complementary color
Monochromatic Colors of #DBB896
Black with #DBB896
Text Example
Text Example
White with #DBB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB896; }
p { color: rgb(219,184,150); }
H1.HeaderClassName
{
color: #DBB896;
}
.AnyTagClassName
{
color: #DBB896;
}
</style>
background-color css
<style>
a { background-color: #DBB896; }
a { background-color: rgb(219,184,150); }
div.DivClassName
{
background-color: #DBB896;
}
.BgClassName
{
background-color: #DBB896;
}
</style>
border-color css
<style>
span { border-color: #DBB896; }
span { border-color: rgb(219,184,150); }
td.TdClassName
{
border-color: #DBB896;
}
.TagClassName
{
border-color: #DBB896;
}
</style>