Shades of Pancho #DBB091
Tints of Pancho #DBB091
RGB
CMYK
RGB Variations
Color information
#DBB091 (or 0xDBB091) is known color: Pancho. HEX triplet: DB, B0 and 91. RGB value is (219,176,145). Sum of RGB (Red+Green+Blue) = 219+176+145=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB091 is #244F6E. Grayscale: #B9B9B9. Windows color (decimal): -2379631 or 9547995. OLE color: 9547995.
HSL color Cylindrical-coordinate representation of color #DBB091: hue angle of 25.14º 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 #DBB091 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 145 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.14 |
| HSL | 25.14º | 0.51% | 0.71% | - |
| HSV(B) | 25.14º | 0.34% | 0.86% | - |
| XYZ | 49.85 | 48.16 | 33.46 | - |
| YUV | 185.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 145 | 0 | 0.20 | 0.34 | 0.14 | 25.14 | 0.51 | 0.71 |
| Hex | DB | B0 | 91 | 0 | 14 | 22 | E | 19 | 33 | 47 |
| Octal | 333 | 260 | 221 | 0 | 24 | 42 | 16 | 31 | 63 | 107 |
| Binary | 11011011 | 10110000 | 10010001 | 0 | 10100 | 100010 | 1110 | 11001 | 110011 | 1000111 |
Color Harmonies of #DBB091
Complementary color
Monochromatic Colors of #DBB091
Black with #DBB091
Text Example
Text Example
White with #DBB091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB091; }
p { color: rgb(219,176,145); }
H1.HeaderClassName
{
color: #DBB091;
}
.AnyTagClassName
{
color: #DBB091;
}
</style>
background-color css
<style>
a { background-color: #DBB091; }
a { background-color: rgb(219,176,145); }
div.DivClassName
{
background-color: #DBB091;
}
.BgClassName
{
background-color: #DBB091;
}
</style>
border-color css
<style>
span { border-color: #DBB091; }
span { border-color: rgb(219,176,145); }
td.TdClassName
{
border-color: #DBB091;
}
.TagClassName
{
border-color: #DBB091;
}
</style>