Shades of Pancho #DBBC96
Tints of Pancho #DBBC96
RGB
CMYK
RGB Variations
Color information
#DBBC96 (or 0xDBBC96) is known color: Pancho. HEX triplet: DB, BC and 96. RGB value is (219,188,150). Sum of RGB (Red+Green+Blue) = 219+188+150=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC96 is #244369. Grayscale: #C1C1C1. Windows color (decimal): -2376554 or 9878747. OLE color: 9878747.
HSL color Cylindrical-coordinate representation of color #DBBC96: hue angle of 33.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBBC96 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 150 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.14 |
| HSL | 33.04º | 0.49% | 0.72% | - |
| HSV(B) | 33.04º | 0.32% | 0.86% | - |
| XYZ | 52.7 | 53.23 | 36.35 | - |
| YUV | 192.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 150 | 0 | 0.14 | 0.32 | 0.14 | 33.04 | 0.49 | 0.72 |
| Hex | DB | BC | 96 | 0 | E | 20 | E | 21 | 31 | 48 |
| Octal | 333 | 274 | 226 | 0 | 16 | 40 | 16 | 41 | 61 | 110 |
| Binary | 11011011 | 10111100 | 10010110 | 0 | 1110 | 100000 | 1110 | 100001 | 110001 | 1001000 |
Color Harmonies of #DBBC96
Complementary color
Monochromatic Colors of #DBBC96
Black with #DBBC96
Text Example
Text Example
White with #DBBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC96; }
p { color: rgb(219,188,150); }
H1.HeaderClassName
{
color: #DBBC96;
}
.AnyTagClassName
{
color: #DBBC96;
}
</style>
background-color css
<style>
a { background-color: #DBBC96; }
a { background-color: rgb(219,188,150); }
div.DivClassName
{
background-color: #DBBC96;
}
.BgClassName
{
background-color: #DBBC96;
}
</style>
border-color css
<style>
span { border-color: #DBBC96; }
span { border-color: rgb(219,188,150); }
td.TdClassName
{
border-color: #DBBC96;
}
.TagClassName
{
border-color: #DBBC96;
}
</style>