Shades of Pancho #DBB99A
Tints of Pancho #DBB99A
RGB
CMYK
RGB Variations
Color information
#DBB99A (or 0xDBB99A) is known color: Pancho. HEX triplet: DB, B9 and 9A. RGB value is (219,185,154). Sum of RGB (Red+Green+Blue) = 219+185+154=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99A is #244665. Grayscale: #BFBFBF. Windows color (decimal): -2377318 or 10140123. OLE color: 10140123.
HSL color Cylindrical-coordinate representation of color #DBB99A: hue angle of 28.62º degrees, saturation: 0.47, 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 #DBB99A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 154 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.14 |
| HSL | 28.62º | 0.47% | 0.73% | - |
| HSV(B) | 28.62º | 0.3% | 0.86% | - |
| XYZ | 52.4 | 52.09 | 37.86 | - |
| YUV | 191.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 154 | 0 | 0.16 | 0.30 | 0.14 | 28.62 | 0.47 | 0.73 |
| Hex | DB | B9 | 9A | 0 | 10 | 1E | E | 1D | 2F | 49 |
| Octal | 333 | 271 | 232 | 0 | 20 | 36 | 16 | 35 | 57 | 111 |
| Binary | 11011011 | 10111001 | 10011010 | 0 | 10000 | 11110 | 1110 | 11101 | 101111 | 1001001 |
Color Harmonies of #DBB99A
Complementary color
Monochromatic Colors of #DBB99A
Black with #DBB99A
Text Example
Text Example
White with #DBB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB99A; }
p { color: rgb(219,185,154); }
H1.HeaderClassName
{
color: #DBB99A;
}
.AnyTagClassName
{
color: #DBB99A;
}
</style>
background-color css
<style>
a { background-color: #DBB99A; }
a { background-color: rgb(219,185,154); }
div.DivClassName
{
background-color: #DBB99A;
}
.BgClassName
{
background-color: #DBB99A;
}
</style>
border-color css
<style>
span { border-color: #DBB99A; }
span { border-color: rgb(219,185,154); }
td.TdClassName
{
border-color: #DBB99A;
}
.TagClassName
{
border-color: #DBB99A;
}
</style>