Shades of Pancho #DBBA9D
Tints of Pancho #DBBA9D
RGB
CMYK
RGB Variations
Color information
#DBBA9D (or 0xDBBA9D) is known color: Pancho. HEX triplet: DB, BA and 9D. RGB value is (219,186,157). Sum of RGB (Red+Green+Blue) = 219+186+157=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA9D is #244562. Grayscale: #C0C0C0. Windows color (decimal): -2377059 or 10336987. OLE color: 10336987.
HSL color Cylindrical-coordinate representation of color #DBBA9D: hue angle of 28.06º 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 #DBBA9D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 157 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.14 |
| HSL | 28.06º | 0.46% | 0.74% | - |
| HSV(B) | 28.06º | 0.28% | 0.86% | - |
| XYZ | 52.86 | 52.61 | 39.27 | - |
| YUV | 192.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 157 | 0 | 0.15 | 0.28 | 0.14 | 28.06 | 0.46 | 0.74 |
| Hex | DB | BA | 9D | 0 | F | 1C | E | 1C | 2E | 4A |
| Octal | 333 | 272 | 235 | 0 | 17 | 34 | 16 | 34 | 56 | 112 |
| Binary | 11011011 | 10111010 | 10011101 | 0 | 1111 | 11100 | 1110 | 11100 | 101110 | 1001010 |
Color Harmonies of #DBBA9D
Complementary color
Monochromatic Colors of #DBBA9D
Black with #DBBA9D
Text Example
Text Example
White with #DBBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA9D; }
p { color: rgb(219,186,157); }
H1.HeaderClassName
{
color: #DBBA9D;
}
.AnyTagClassName
{
color: #DBBA9D;
}
</style>
background-color css
<style>
a { background-color: #DBBA9D; }
a { background-color: rgb(219,186,157); }
div.DivClassName
{
background-color: #DBBA9D;
}
.BgClassName
{
background-color: #DBBA9D;
}
</style>
border-color css
<style>
span { border-color: #DBBA9D; }
span { border-color: rgb(219,186,157); }
td.TdClassName
{
border-color: #DBBA9D;
}
.TagClassName
{
border-color: #DBBA9D;
}
</style>