Shades of Pancho #DBBA9C
Tints of Pancho #DBBA9C
RGB
CMYK
RGB Variations
Color information
#DBBA9C (or 0xDBBA9C) is known color: Pancho. HEX triplet: DB, BA and 9C. RGB value is (219,186,156). Sum of RGB (Red+Green+Blue) = 219+186+156=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA9C is #244563. Grayscale: #C0C0C0. Windows color (decimal): -2377060 or 10271451. OLE color: 10271451.
HSL color Cylindrical-coordinate representation of color #DBBA9C: hue angle of 28.57º 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 #DBBA9C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 156 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.14 |
| HSL | 28.57º | 0.47% | 0.74% | - |
| HSV(B) | 28.57º | 0.29% | 0.86% | - |
| XYZ | 52.77 | 52.58 | 38.82 | - |
| YUV | 192.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 156 | 0 | 0.15 | 0.29 | 0.14 | 28.57 | 0.47 | 0.74 |
| Hex | DB | BA | 9C | 0 | F | 1D | E | 1D | 2F | 4A |
| Octal | 333 | 272 | 234 | 0 | 17 | 35 | 16 | 35 | 57 | 112 |
| Binary | 11011011 | 10111010 | 10011100 | 0 | 1111 | 11101 | 1110 | 11101 | 101111 | 1001010 |
Color Harmonies of #DBBA9C
Complementary color
Monochromatic Colors of #DBBA9C
Black with #DBBA9C
Text Example
Text Example
White with #DBBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA9C; }
p { color: rgb(219,186,156); }
H1.HeaderClassName
{
color: #DBBA9C;
}
.AnyTagClassName
{
color: #DBBA9C;
}
</style>
background-color css
<style>
a { background-color: #DBBA9C; }
a { background-color: rgb(219,186,156); }
div.DivClassName
{
background-color: #DBBA9C;
}
.BgClassName
{
background-color: #DBBA9C;
}
</style>
border-color css
<style>
span { border-color: #DBBA9C; }
span { border-color: rgb(219,186,156); }
td.TdClassName
{
border-color: #DBBA9C;
}
.TagClassName
{
border-color: #DBBA9C;
}
</style>