Shades of Pancho #DBBC9E
Tints of Pancho #DBBC9E
RGB
CMYK
RGB Variations
Color information
#DBBC9E (or 0xDBBC9E) is known color: Pancho. HEX triplet: DB, BC and 9E. RGB value is (219,188,158). Sum of RGB (Red+Green+Blue) = 219+188+158=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC9E is #244361. Grayscale: #C2C2C2. Windows color (decimal): -2376546 or 10403035. OLE color: 10403035.
HSL color Cylindrical-coordinate representation of color #DBBC9E: hue angle of 29.51º 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 #DBBC9E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 158 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.14 |
| HSL | 29.51º | 0.46% | 0.74% | - |
| HSV(B) | 29.51º | 0.28% | 0.86% | - |
| XYZ | 53.37 | 53.5 | 39.86 | - |
| YUV | 193.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 158 | 0 | 0.14 | 0.28 | 0.14 | 29.51 | 0.46 | 0.74 |
| Hex | DB | BC | 9E | 0 | E | 1C | E | 1E | 2E | 4A |
| Octal | 333 | 274 | 236 | 0 | 16 | 34 | 16 | 36 | 56 | 112 |
| Binary | 11011011 | 10111100 | 10011110 | 0 | 1110 | 11100 | 1110 | 11110 | 101110 | 1001010 |
Color Harmonies of #DBBC9E
Complementary color
Monochromatic Colors of #DBBC9E
Black with #DBBC9E
Text Example
Text Example
White with #DBBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC9E; }
p { color: rgb(219,188,158); }
H1.HeaderClassName
{
color: #DBBC9E;
}
.AnyTagClassName
{
color: #DBBC9E;
}
</style>
background-color css
<style>
a { background-color: #DBBC9E; }
a { background-color: rgb(219,188,158); }
div.DivClassName
{
background-color: #DBBC9E;
}
.BgClassName
{
background-color: #DBBC9E;
}
</style>
border-color css
<style>
span { border-color: #DBBC9E; }
span { border-color: rgb(219,188,158); }
td.TdClassName
{
border-color: #DBBC9E;
}
.TagClassName
{
border-color: #DBBC9E;
}
</style>