Shades of Pancho #DBBA96
Tints of Pancho #DBBA96
RGB
CMYK
RGB Variations
Color information
#DBBA96 (or 0xDBBA96) is known color: Pancho. HEX triplet: DB, BA and 96. RGB value is (219,186,150). Sum of RGB (Red+Green+Blue) = 219+186+150=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA96 is #244569. Grayscale: #BFBFBF. Windows color (decimal): -2377066 or 9878235. OLE color: 9878235.
HSL color Cylindrical-coordinate representation of color #DBBA96: hue angle of 31.3º 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 #DBBA96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.14 |
| HSL | 31.3º | 0.49% | 0.72% | - |
| HSV(B) | 31.3º | 0.32% | 0.86% | - |
| XYZ | 52.28 | 52.38 | 36.21 | - |
| YUV | 191.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 150 | 0 | 0.15 | 0.32 | 0.14 | 31.3 | 0.49 | 0.72 |
| Hex | DB | BA | 96 | 0 | F | 20 | E | 1F | 31 | 48 |
| Octal | 333 | 272 | 226 | 0 | 17 | 40 | 16 | 37 | 61 | 110 |
| Binary | 11011011 | 10111010 | 10010110 | 0 | 1111 | 100000 | 1110 | 11111 | 110001 | 1001000 |
Color Harmonies of #DBBA96
Complementary color
Monochromatic Colors of #DBBA96
Black with #DBBA96
Text Example
Text Example
White with #DBBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA96; }
p { color: rgb(219,186,150); }
H1.HeaderClassName
{
color: #DBBA96;
}
.AnyTagClassName
{
color: #DBBA96;
}
</style>
background-color css
<style>
a { background-color: #DBBA96; }
a { background-color: rgb(219,186,150); }
div.DivClassName
{
background-color: #DBBA96;
}
.BgClassName
{
background-color: #DBBA96;
}
</style>
border-color css
<style>
span { border-color: #DBBA96; }
span { border-color: rgb(219,186,150); }
td.TdClassName
{
border-color: #DBBA96;
}
.TagClassName
{
border-color: #DBBA96;
}
</style>