Shades of Pancho #DBBA9B
Tints of Pancho #DBBA9B
RGB
CMYK
RGB Variations
Color information
#DBBA9B (or 0xDBBA9B) is known color: Pancho. HEX triplet: DB, BA and 9B. RGB value is (219,186,155). Sum of RGB (Red+Green+Blue) = 219+186+155=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA9B is #244564. Grayscale: #C0C0C0. Windows color (decimal): -2377061 or 10205915. OLE color: 10205915.
HSL color Cylindrical-coordinate representation of color #DBBA9B: hue angle of 29.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBBA9B is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 155 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.14 |
| HSL | 29.06º | 0.47% | 0.73% | - |
| HSV(B) | 29.06º | 0.29% | 0.86% | - |
| XYZ | 52.69 | 52.54 | 38.38 | - |
| YUV | 192.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 155 | 0 | 0.15 | 0.29 | 0.14 | 29.06 | 0.47 | 0.73 |
| Hex | DB | BA | 9B | 0 | F | 1D | E | 1D | 2F | 49 |
| Octal | 333 | 272 | 233 | 0 | 17 | 35 | 16 | 35 | 57 | 111 |
| Binary | 11011011 | 10111010 | 10011011 | 0 | 1111 | 11101 | 1110 | 11101 | 101111 | 1001001 |
Color Harmonies of #DBBA9B
Complementary color
Monochromatic Colors of #DBBA9B
Black with #DBBA9B
Text Example
Text Example
White with #DBBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA9B; }
p { color: rgb(219,186,155); }
H1.HeaderClassName
{
color: #DBBA9B;
}
.AnyTagClassName
{
color: #DBBA9B;
}
</style>
background-color css
<style>
a { background-color: #DBBA9B; }
a { background-color: rgb(219,186,155); }
div.DivClassName
{
background-color: #DBBA9B;
}
.BgClassName
{
background-color: #DBBA9B;
}
</style>
border-color css
<style>
span { border-color: #DBBA9B; }
span { border-color: rgb(219,186,155); }
td.TdClassName
{
border-color: #DBBA9B;
}
.TagClassName
{
border-color: #DBBA9B;
}
</style>