Shades of Pancho #DBBC98
Tints of Pancho #DBBC98
RGB
CMYK
RGB Variations
Color information
#DBBC98 (or 0xDBBC98) is known color: Pancho. HEX triplet: DB, BC and 98. RGB value is (219,188,152). Sum of RGB (Red+Green+Blue) = 219+188+152=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC98 is #244367. Grayscale: #C1C1C1. Windows color (decimal): -2376552 or 10009819. OLE color: 10009819.
HSL color Cylindrical-coordinate representation of color #DBBC98: hue angle of 32.24º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBBC98 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 152 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.14 |
| HSL | 32.24º | 0.48% | 0.73% | - |
| HSV(B) | 32.24º | 0.31% | 0.86% | - |
| XYZ | 52.86 | 53.29 | 37.21 | - |
| YUV | 193.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 152 | 0 | 0.14 | 0.31 | 0.14 | 32.24 | 0.48 | 0.73 |
| Hex | DB | BC | 98 | 0 | E | 1F | E | 20 | 30 | 49 |
| Octal | 333 | 274 | 230 | 0 | 16 | 37 | 16 | 40 | 60 | 111 |
| Binary | 11011011 | 10111100 | 10011000 | 0 | 1110 | 11111 | 1110 | 100000 | 110000 | 1001001 |
Color Harmonies of #DBBC98
Complementary color
Monochromatic Colors of #DBBC98
Black with #DBBC98
Text Example
Text Example
White with #DBBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC98; }
p { color: rgb(219,188,152); }
H1.HeaderClassName
{
color: #DBBC98;
}
.AnyTagClassName
{
color: #DBBC98;
}
</style>
background-color css
<style>
a { background-color: #DBBC98; }
a { background-color: rgb(219,188,152); }
div.DivClassName
{
background-color: #DBBC98;
}
.BgClassName
{
background-color: #DBBC98;
}
</style>
border-color css
<style>
span { border-color: #DBBC98; }
span { border-color: rgb(219,188,152); }
td.TdClassName
{
border-color: #DBBC98;
}
.TagClassName
{
border-color: #DBBC98;
}
</style>