Shades of Pancho #DBBE99
Tints of Pancho #DBBE99
RGB
CMYK
RGB Variations
Color information
#DBBE99 (or 0xDBBE99) is known color: Pancho. HEX triplet: DB, BE and 99. RGB value is (219,190,153). Sum of RGB (Red+Green+Blue) = 219+190+153=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE99 is #244166. Grayscale: #C2C2C2. Windows color (decimal): -2376039 or 10075867. OLE color: 10075867.
HSL color Cylindrical-coordinate representation of color #DBBE99: hue angle of 33.64º 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 #DBBE99 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 153 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.14 |
| HSL | 33.64º | 0.48% | 0.73% | - |
| HSV(B) | 33.64º | 0.3% | 0.86% | - |
| XYZ | 53.38 | 54.19 | 37.78 | - |
| YUV | 194.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 153 | 0 | 0.13 | 0.30 | 0.14 | 33.64 | 0.48 | 0.73 |
| Hex | DB | BE | 99 | 0 | D | 1E | E | 22 | 30 | 49 |
| Octal | 333 | 276 | 231 | 0 | 15 | 36 | 16 | 42 | 60 | 111 |
| Binary | 11011011 | 10111110 | 10011001 | 0 | 1101 | 11110 | 1110 | 100010 | 110000 | 1001001 |
Color Harmonies of #DBBE99
Complementary color
Monochromatic Colors of #DBBE99
Black with #DBBE99
Text Example
Text Example
White with #DBBE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE99; }
p { color: rgb(219,190,153); }
H1.HeaderClassName
{
color: #DBBE99;
}
.AnyTagClassName
{
color: #DBBE99;
}
</style>
background-color css
<style>
a { background-color: #DBBE99; }
a { background-color: rgb(219,190,153); }
div.DivClassName
{
background-color: #DBBE99;
}
.BgClassName
{
background-color: #DBBE99;
}
</style>
border-color css
<style>
span { border-color: #DBBE99; }
span { border-color: rgb(219,190,153); }
td.TdClassName
{
border-color: #DBBE99;
}
.TagClassName
{
border-color: #DBBE99;
}
</style>