Shades of Pancho #DBBB9D
Tints of Pancho #DBBB9D
RGB
CMYK
RGB Variations
Color information
#DBBB9D (or 0xDBBB9D) is known color: Pancho. HEX triplet: DB, BB and 9D. RGB value is (219,187,157). Sum of RGB (Red+Green+Blue) = 219+187+157=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB9D is #244462. Grayscale: #C1C1C1. Windows color (decimal): -2376803 or 10337243. OLE color: 10337243.
HSL color Cylindrical-coordinate representation of color #DBBB9D: hue angle of 29.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBBB9D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 157 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.14 |
| HSL | 29.03º | 0.46% | 0.74% | - |
| HSV(B) | 29.03º | 0.28% | 0.86% | - |
| XYZ | 53.07 | 53.04 | 39.34 | - |
| YUV | 193.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 157 | 0 | 0.15 | 0.28 | 0.14 | 29.03 | 0.46 | 0.74 |
| Hex | DB | BB | 9D | 0 | F | 1C | E | 1D | 2E | 4A |
| Octal | 333 | 273 | 235 | 0 | 17 | 34 | 16 | 35 | 56 | 112 |
| Binary | 11011011 | 10111011 | 10011101 | 0 | 1111 | 11100 | 1110 | 11101 | 101110 | 1001010 |
Color Harmonies of #DBBB9D
Complementary color
Monochromatic Colors of #DBBB9D
Black with #DBBB9D
Text Example
Text Example
White with #DBBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB9D; }
p { color: rgb(219,187,157); }
H1.HeaderClassName
{
color: #DBBB9D;
}
.AnyTagClassName
{
color: #DBBB9D;
}
</style>
background-color css
<style>
a { background-color: #DBBB9D; }
a { background-color: rgb(219,187,157); }
div.DivClassName
{
background-color: #DBBB9D;
}
.BgClassName
{
background-color: #DBBB9D;
}
</style>
border-color css
<style>
span { border-color: #DBBB9D; }
span { border-color: rgb(219,187,157); }
td.TdClassName
{
border-color: #DBBB9D;
}
.TagClassName
{
border-color: #DBBB9D;
}
</style>