Shades of Pancho #DBB99C
Tints of Pancho #DBB99C
RGB
CMYK
RGB Variations
Color information
#DBB99C (or 0xDBB99C) is known color: Pancho. HEX triplet: DB, B9 and 9C. RGB value is (219,185,156). Sum of RGB (Red+Green+Blue) = 219+185+156=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99C is #244663. Grayscale: #C0C0C0. Windows color (decimal): -2377316 or 10271195. OLE color: 10271195.
HSL color Cylindrical-coordinate representation of color #DBB99C: hue angle of 27.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB99C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 156 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.14 |
| HSL | 27.62º | 0.47% | 0.74% | - |
| HSV(B) | 27.62º | 0.29% | 0.86% | - |
| XYZ | 52.56 | 52.16 | 38.75 | - |
| YUV | 191.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 156 | 0 | 0.16 | 0.29 | 0.14 | 27.62 | 0.47 | 0.74 |
| Hex | DB | B9 | 9C | 0 | 10 | 1D | E | 1C | 2F | 4A |
| Octal | 333 | 271 | 234 | 0 | 20 | 35 | 16 | 34 | 57 | 112 |
| Binary | 11011011 | 10111001 | 10011100 | 0 | 10000 | 11101 | 1110 | 11100 | 101111 | 1001010 |
Color Harmonies of #DBB99C
Complementary color
Monochromatic Colors of #DBB99C
Black with #DBB99C
Text Example
Text Example
White with #DBB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB99C; }
p { color: rgb(219,185,156); }
H1.HeaderClassName
{
color: #DBB99C;
}
.AnyTagClassName
{
color: #DBB99C;
}
</style>
background-color css
<style>
a { background-color: #DBB99C; }
a { background-color: rgb(219,185,156); }
div.DivClassName
{
background-color: #DBB99C;
}
.BgClassName
{
background-color: #DBB99C;
}
</style>
border-color css
<style>
span { border-color: #DBB99C; }
span { border-color: rgb(219,185,156); }
td.TdClassName
{
border-color: #DBB99C;
}
.TagClassName
{
border-color: #DBB99C;
}
</style>