Shades of Pancho #DBBF90
Tints of Pancho #DBBF90
RGB
CMYK
RGB Variations
Color information
#DBBF90 (or 0xDBBF90) is known color: Pancho. HEX triplet: DB, BF and 90. RGB value is (219,191,144). Sum of RGB (Red+Green+Blue) = 219+191+144=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF90 is #24406F. Grayscale: #C2C2C2. Windows color (decimal): -2375792 or 9486299. OLE color: 9486299.
HSL color Cylindrical-coordinate representation of color #DBBF90: hue angle of 37.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 #DBBF90 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 144 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.14 |
| HSL | 37.6º | 0.51% | 0.71% | - |
| HSV(B) | 37.6º | 0.34% | 0.86% | - |
| XYZ | 52.88 | 54.34 | 34.09 | - |
| YUV | 194.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 144 | 0 | 0.13 | 0.34 | 0.14 | 37.6 | 0.51 | 0.71 |
| Hex | DB | BF | 90 | 0 | D | 22 | E | 26 | 33 | 47 |
| Octal | 333 | 277 | 220 | 0 | 15 | 42 | 16 | 46 | 63 | 107 |
| Binary | 11011011 | 10111111 | 10010000 | 0 | 1101 | 100010 | 1110 | 100110 | 110011 | 1000111 |
Color Harmonies of #DBBF90
Complementary color
Monochromatic Colors of #DBBF90
Black with #DBBF90
Text Example
Text Example
White with #DBBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF90; }
p { color: rgb(219,191,144); }
H1.HeaderClassName
{
color: #DBBF90;
}
.AnyTagClassName
{
color: #DBBF90;
}
</style>
background-color css
<style>
a { background-color: #DBBF90; }
a { background-color: rgb(219,191,144); }
div.DivClassName
{
background-color: #DBBF90;
}
.BgClassName
{
background-color: #DBBF90;
}
</style>
border-color css
<style>
span { border-color: #DBBF90; }
span { border-color: rgb(219,191,144); }
td.TdClassName
{
border-color: #DBBF90;
}
.TagClassName
{
border-color: #DBBF90;
}
</style>