Shades of Pancho #DBB891
Tints of Pancho #DBB891
RGB
CMYK
RGB Variations
Color information
#DBB891 (or 0xDBB891) is known color: Pancho. HEX triplet: DB, B8 and 91. RGB value is (219,184,145). Sum of RGB (Red+Green+Blue) = 219+184+145=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB891 is #24476E. Grayscale: #BEBEBE. Windows color (decimal): -2377583 or 9550043. OLE color: 9550043.
HSL color Cylindrical-coordinate representation of color #DBB891: hue angle of 31.62º 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 #DBB891 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 145 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.14 |
| HSL | 31.62º | 0.51% | 0.71% | - |
| HSV(B) | 31.62º | 0.34% | 0.86% | - |
| XYZ | 51.46 | 51.39 | 33.99 | - |
| YUV | 190.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 145 | 0 | 0.16 | 0.34 | 0.14 | 31.62 | 0.51 | 0.71 |
| Hex | DB | B8 | 91 | 0 | 10 | 22 | E | 20 | 33 | 47 |
| Octal | 333 | 270 | 221 | 0 | 20 | 42 | 16 | 40 | 63 | 107 |
| Binary | 11011011 | 10111000 | 10010001 | 0 | 10000 | 100010 | 1110 | 100000 | 110011 | 1000111 |
Color Harmonies of #DBB891
Complementary color
Monochromatic Colors of #DBB891
Black with #DBB891
Text Example
Text Example
White with #DBB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB891; }
p { color: rgb(219,184,145); }
H1.HeaderClassName
{
color: #DBB891;
}
.AnyTagClassName
{
color: #DBB891;
}
</style>
background-color css
<style>
a { background-color: #DBB891; }
a { background-color: rgb(219,184,145); }
div.DivClassName
{
background-color: #DBB891;
}
.BgClassName
{
background-color: #DBB891;
}
</style>
border-color css
<style>
span { border-color: #DBB891; }
span { border-color: rgb(219,184,145); }
td.TdClassName
{
border-color: #DBB891;
}
.TagClassName
{
border-color: #DBB891;
}
</style>