Shades of Pancho #DBBB96
Tints of Pancho #DBBB96
RGB
CMYK
RGB Variations
Color information
#DBBB96 (or 0xDBBB96) is known color: Pancho. HEX triplet: DB, BB and 96. RGB value is (219,187,150). Sum of RGB (Red+Green+Blue) = 219+187+150=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB96 is #244469. Grayscale: #C0C0C0. Windows color (decimal): -2376810 or 9878491. OLE color: 9878491.
HSL color Cylindrical-coordinate representation of color #DBBB96: hue angle of 32.17º 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 #DBBB96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 32.17º | 0.49% | 0.72% | - |
| HSV(B) | 32.17º | 0.32% | 0.86% | - |
| XYZ | 52.49 | 52.8 | 36.28 | - |
| YUV | 192.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 150 | 0 | 0.15 | 0.32 | 0.14 | 32.17 | 0.49 | 0.72 |
| Hex | DB | BB | 96 | 0 | F | 20 | E | 20 | 31 | 48 |
| Octal | 333 | 273 | 226 | 0 | 17 | 40 | 16 | 40 | 61 | 110 |
| Binary | 11011011 | 10111011 | 10010110 | 0 | 1111 | 100000 | 1110 | 100000 | 110001 | 1001000 |
Color Harmonies of #DBBB96
Complementary color
Monochromatic Colors of #DBBB96
Black with #DBBB96
Text Example
Text Example
White with #DBBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB96; }
p { color: rgb(219,187,150); }
H1.HeaderClassName
{
color: #DBBB96;
}
.AnyTagClassName
{
color: #DBBB96;
}
</style>
background-color css
<style>
a { background-color: #DBBB96; }
a { background-color: rgb(219,187,150); }
div.DivClassName
{
background-color: #DBBB96;
}
.BgClassName
{
background-color: #DBBB96;
}
</style>
border-color css
<style>
span { border-color: #DBBB96; }
span { border-color: rgb(219,187,150); }
td.TdClassName
{
border-color: #DBBB96;
}
.TagClassName
{
border-color: #DBBB96;
}
</style>