Shades of Pancho #DBBB99
Tints of Pancho #DBBB99
RGB
CMYK
RGB Variations
Color information
#DBBB99 (or 0xDBBB99) is known color: Pancho. HEX triplet: DB, BB and 99. RGB value is (219,187,153). Sum of RGB (Red+Green+Blue) = 219+187+153=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB99 is #244466. Grayscale: #C0C0C0. Windows color (decimal): -2376807 or 10075099. OLE color: 10075099.
HSL color Cylindrical-coordinate representation of color #DBBB99: hue angle of 30.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBBB99 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 153 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.14 |
| HSL | 30.91º | 0.48% | 0.73% | - |
| HSV(B) | 30.91º | 0.3% | 0.86% | - |
| XYZ | 52.73 | 52.9 | 37.57 | - |
| YUV | 192.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 153 | 0 | 0.15 | 0.30 | 0.14 | 30.91 | 0.48 | 0.73 |
| Hex | DB | BB | 99 | 0 | F | 1E | E | 1F | 30 | 49 |
| Octal | 333 | 273 | 231 | 0 | 17 | 36 | 16 | 37 | 60 | 111 |
| Binary | 11011011 | 10111011 | 10011001 | 0 | 1111 | 11110 | 1110 | 11111 | 110000 | 1001001 |
Color Harmonies of #DBBB99
Complementary color
Monochromatic Colors of #DBBB99
Black with #DBBB99
Text Example
Text Example
White with #DBBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB99; }
p { color: rgb(219,187,153); }
H1.HeaderClassName
{
color: #DBBB99;
}
.AnyTagClassName
{
color: #DBBB99;
}
</style>
background-color css
<style>
a { background-color: #DBBB99; }
a { background-color: rgb(219,187,153); }
div.DivClassName
{
background-color: #DBBB99;
}
.BgClassName
{
background-color: #DBBB99;
}
</style>
border-color css
<style>
span { border-color: #DBBB99; }
span { border-color: rgb(219,187,153); }
td.TdClassName
{
border-color: #DBBB99;
}
.TagClassName
{
border-color: #DBBB99;
}
</style>