Shades of Pancho #DBBE91
Tints of Pancho #DBBE91
RGB
CMYK
RGB Variations
Color information
#DBBE91 (or 0xDBBE91) is known color: Pancho. HEX triplet: DB, BE and 91. RGB value is (219,190,145). Sum of RGB (Red+Green+Blue) = 219+190+145=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE91 is #24416E. Grayscale: #C1C1C1. Windows color (decimal): -2376047 or 9551579. OLE color: 9551579.
HSL color Cylindrical-coordinate representation of color #DBBE91: hue angle of 36.49º 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 #DBBE91 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 145 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.14 |
| HSL | 36.49º | 0.51% | 0.71% | - |
| HSV(B) | 36.49º | 0.34% | 0.86% | - |
| XYZ | 52.74 | 53.93 | 34.42 | - |
| YUV | 193.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 145 | 0 | 0.13 | 0.34 | 0.14 | 36.49 | 0.51 | 0.71 |
| Hex | DB | BE | 91 | 0 | D | 22 | E | 24 | 33 | 47 |
| Octal | 333 | 276 | 221 | 0 | 15 | 42 | 16 | 44 | 63 | 107 |
| Binary | 11011011 | 10111110 | 10010001 | 0 | 1101 | 100010 | 1110 | 100100 | 110011 | 1000111 |
Color Harmonies of #DBBE91
Complementary color
Monochromatic Colors of #DBBE91
Black with #DBBE91
Text Example
Text Example
White with #DBBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE91; }
p { color: rgb(219,190,145); }
H1.HeaderClassName
{
color: #DBBE91;
}
.AnyTagClassName
{
color: #DBBE91;
}
</style>
background-color css
<style>
a { background-color: #DBBE91; }
a { background-color: rgb(219,190,145); }
div.DivClassName
{
background-color: #DBBE91;
}
.BgClassName
{
background-color: #DBBE91;
}
</style>
border-color css
<style>
span { border-color: #DBBE91; }
span { border-color: rgb(219,190,145); }
td.TdClassName
{
border-color: #DBBE91;
}
.TagClassName
{
border-color: #DBBE91;
}
</style>