Shades of Pancho #DBBA90
Tints of Pancho #DBBA90
RGB
CMYK
RGB Variations
Color information
#DBBA90 (or 0xDBBA90) is known color: Pancho. HEX triplet: DB, BA and 90. RGB value is (219,186,144). Sum of RGB (Red+Green+Blue) = 219+186+144=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA90 is #24456F. Grayscale: #BFBFBF. Windows color (decimal): -2377072 or 9485019. OLE color: 9485019.
HSL color Cylindrical-coordinate representation of color #DBBA90: hue angle of 33.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBBA90 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 144 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.14 |
| HSL | 33.6º | 0.51% | 0.71% | - |
| HSV(B) | 33.6º | 0.34% | 0.86% | - |
| XYZ | 51.81 | 52.19 | 33.73 | - |
| YUV | 191.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 144 | 0 | 0.15 | 0.34 | 0.14 | 33.6 | 0.51 | 0.71 |
| Hex | DB | BA | 90 | 0 | F | 22 | E | 22 | 33 | 47 |
| Octal | 333 | 272 | 220 | 0 | 17 | 42 | 16 | 42 | 63 | 107 |
| Binary | 11011011 | 10111010 | 10010000 | 0 | 1111 | 100010 | 1110 | 100010 | 110011 | 1000111 |
Color Harmonies of #DBBA90
Complementary color
Monochromatic Colors of #DBBA90
Black with #DBBA90
Text Example
Text Example
White with #DBBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA90; }
p { color: rgb(219,186,144); }
H1.HeaderClassName
{
color: #DBBA90;
}
.AnyTagClassName
{
color: #DBBA90;
}
</style>
background-color css
<style>
a { background-color: #DBBA90; }
a { background-color: rgb(219,186,144); }
div.DivClassName
{
background-color: #DBBA90;
}
.BgClassName
{
background-color: #DBBA90;
}
</style>
border-color css
<style>
span { border-color: #DBBA90; }
span { border-color: rgb(219,186,144); }
td.TdClassName
{
border-color: #DBBA90;
}
.TagClassName
{
border-color: #DBBA90;
}
</style>