Shades of Pancho #DBBC92
Tints of Pancho #DBBC92
RGB
CMYK
RGB Variations
Color information
#DBBC92 (or 0xDBBC92) is known color: Pancho. HEX triplet: DB, BC and 92. RGB value is (219,188,146). Sum of RGB (Red+Green+Blue) = 219+188+146=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC92 is #24436D. Grayscale: #C0C0C0. Windows color (decimal): -2376558 or 9616603. OLE color: 9616603.
HSL color Cylindrical-coordinate representation of color #DBBC92: hue angle of 34.52º 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 #DBBC92 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 146 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.14 |
| HSL | 34.52º | 0.5% | 0.72% | - |
| HSV(B) | 34.52º | 0.33% | 0.86% | - |
| XYZ | 52.38 | 53.1 | 34.68 | - |
| YUV | 192.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 146 | 0 | 0.14 | 0.33 | 0.14 | 34.52 | 0.5 | 0.72 |
| Hex | DB | BC | 92 | 0 | E | 21 | E | 23 | 32 | 48 |
| Octal | 333 | 274 | 222 | 0 | 16 | 41 | 16 | 43 | 62 | 110 |
| Binary | 11011011 | 10111100 | 10010010 | 0 | 1110 | 100001 | 1110 | 100011 | 110010 | 1001000 |
Color Harmonies of #DBBC92
Complementary color
Monochromatic Colors of #DBBC92
Black with #DBBC92
Text Example
Text Example
White with #DBBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC92; }
p { color: rgb(219,188,146); }
H1.HeaderClassName
{
color: #DBBC92;
}
.AnyTagClassName
{
color: #DBBC92;
}
</style>
background-color css
<style>
a { background-color: #DBBC92; }
a { background-color: rgb(219,188,146); }
div.DivClassName
{
background-color: #DBBC92;
}
.BgClassName
{
background-color: #DBBC92;
}
</style>
border-color css
<style>
span { border-color: #DBBC92; }
span { border-color: rgb(219,188,146); }
td.TdClassName
{
border-color: #DBBC92;
}
.TagClassName
{
border-color: #DBBC92;
}
</style>