Shades of Pancho #DBB997
Tints of Pancho #DBB997
RGB
CMYK
RGB Variations
Color information
#DBB997 (or 0xDBB997) is known color: Pancho. HEX triplet: DB, B9 and 97. RGB value is (219,185,151). Sum of RGB (Red+Green+Blue) = 219+185+151=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB997 is #244668. Grayscale: #BFBFBF. Windows color (decimal): -2377321 or 9943515. OLE color: 9943515.
HSL color Cylindrical-coordinate representation of color #DBB997: hue angle of 30º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB997 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 151 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 30º | 0.49% | 0.73% | - |
| HSV(B) | 30º | 0.31% | 0.86% | - |
| XYZ | 52.15 | 51.99 | 36.57 | - |
| YUV | 191.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 151 | 0 | 0.16 | 0.31 | 0.14 | 30 | 0.49 | 0.73 |
| Hex | DB | B9 | 97 | 0 | 10 | 1F | E | 1E | 31 | 49 |
| Octal | 333 | 271 | 227 | 0 | 20 | 37 | 16 | 36 | 61 | 111 |
| Binary | 11011011 | 10111001 | 10010111 | 0 | 10000 | 11111 | 1110 | 11110 | 110001 | 1001001 |
Color Harmonies of #DBB997
Complementary color
Monochromatic Colors of #DBB997
Black with #DBB997
Text Example
Text Example
White with #DBB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB997; }
p { color: rgb(219,185,151); }
H1.HeaderClassName
{
color: #DBB997;
}
.AnyTagClassName
{
color: #DBB997;
}
</style>
background-color css
<style>
a { background-color: #DBB997; }
a { background-color: rgb(219,185,151); }
div.DivClassName
{
background-color: #DBB997;
}
.BgClassName
{
background-color: #DBB997;
}
</style>
border-color css
<style>
span { border-color: #DBB997; }
span { border-color: rgb(219,185,151); }
td.TdClassName
{
border-color: #DBB997;
}
.TagClassName
{
border-color: #DBB997;
}
</style>