Shades of Pancho #DBB996
Tints of Pancho #DBB996
RGB
CMYK
RGB Variations
Color information
#DBB996 (or 0xDBB996) is known color: Pancho. HEX triplet: DB, B9 and 96. RGB value is (219,185,150). Sum of RGB (Red+Green+Blue) = 219+185+150=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB996 is #244669. Grayscale: #BFBFBF. Windows color (decimal): -2377322 or 9877979. OLE color: 9877979.
HSL color Cylindrical-coordinate representation of color #DBB996: hue angle of 30.43º 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 #DBB996 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 150 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.14 |
| HSL | 30.43º | 0.49% | 0.72% | - |
| HSV(B) | 30.43º | 0.32% | 0.86% | - |
| XYZ | 52.07 | 51.96 | 36.14 | - |
| YUV | 191.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 150 | 0 | 0.16 | 0.32 | 0.14 | 30.43 | 0.49 | 0.72 |
| Hex | DB | B9 | 96 | 0 | 10 | 20 | E | 1E | 31 | 48 |
| Octal | 333 | 271 | 226 | 0 | 20 | 40 | 16 | 36 | 61 | 110 |
| Binary | 11011011 | 10111001 | 10010110 | 0 | 10000 | 100000 | 1110 | 11110 | 110001 | 1001000 |
Color Harmonies of #DBB996
Complementary color
Monochromatic Colors of #DBB996
Black with #DBB996
Text Example
Text Example
White with #DBB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB996; }
p { color: rgb(219,185,150); }
H1.HeaderClassName
{
color: #DBB996;
}
.AnyTagClassName
{
color: #DBB996;
}
</style>
background-color css
<style>
a { background-color: #DBB996; }
a { background-color: rgb(219,185,150); }
div.DivClassName
{
background-color: #DBB996;
}
.BgClassName
{
background-color: #DBB996;
}
</style>
border-color css
<style>
span { border-color: #DBB996; }
span { border-color: rgb(219,185,150); }
td.TdClassName
{
border-color: #DBB996;
}
.TagClassName
{
border-color: #DBB996;
}
</style>