Shades of Pancho #DBBC93
Tints of Pancho #DBBC93
RGB
CMYK
RGB Variations
Color information
#DBBC93 (or 0xDBBC93) is known color: Pancho. HEX triplet: DB, BC and 93. RGB value is (219,188,147). Sum of RGB (Red+Green+Blue) = 219+188+147=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC93 is #24436C. Grayscale: #C0C0C0. Windows color (decimal): -2376557 or 9682139. OLE color: 9682139.
HSL color Cylindrical-coordinate representation of color #DBBC93: hue angle of 34.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBBC93 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 147 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.14 |
| HSL | 34.17º | 0.5% | 0.72% | - |
| HSV(B) | 34.17º | 0.33% | 0.86% | - |
| XYZ | 52.46 | 53.13 | 35.09 | - |
| YUV | 192.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 147 | 0 | 0.14 | 0.33 | 0.14 | 34.17 | 0.5 | 0.72 |
| Hex | DB | BC | 93 | 0 | E | 21 | E | 22 | 32 | 48 |
| Octal | 333 | 274 | 223 | 0 | 16 | 41 | 16 | 42 | 62 | 110 |
| Binary | 11011011 | 10111100 | 10010011 | 0 | 1110 | 100001 | 1110 | 100010 | 110010 | 1001000 |
Color Harmonies of #DBBC93
Complementary color
Monochromatic Colors of #DBBC93
Black with #DBBC93
Text Example
Text Example
White with #DBBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC93; }
p { color: rgb(219,188,147); }
H1.HeaderClassName
{
color: #DBBC93;
}
.AnyTagClassName
{
color: #DBBC93;
}
</style>
background-color css
<style>
a { background-color: #DBBC93; }
a { background-color: rgb(219,188,147); }
div.DivClassName
{
background-color: #DBBC93;
}
.BgClassName
{
background-color: #DBBC93;
}
</style>
border-color css
<style>
span { border-color: #DBBC93; }
span { border-color: rgb(219,188,147); }
td.TdClassName
{
border-color: #DBBC93;
}
.TagClassName
{
border-color: #DBBC93;
}
</style>