Shades of Pancho #DBB898
Tints of Pancho #DBB898
RGB
CMYK
RGB Variations
Color information
#DBB898 (or 0xDBB898) is known color: Pancho. HEX triplet: DB, B8 and 98. RGB value is (219,184,152). Sum of RGB (Red+Green+Blue) = 219+184+152=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB898 is #244767. Grayscale: #BEBEBE. Windows color (decimal): -2377576 or 10008795. OLE color: 10008795.
HSL color Cylindrical-coordinate representation of color #DBB898: hue angle of 28.66º 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 #DBB898 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 152 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 28.66º | 0.48% | 0.73% | - |
| HSV(B) | 28.66º | 0.31% | 0.86% | - |
| XYZ | 52.02 | 51.61 | 36.93 | - |
| YUV | 190.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 152 | 0 | 0.16 | 0.31 | 0.14 | 28.66 | 0.48 | 0.73 |
| Hex | DB | B8 | 98 | 0 | 10 | 1F | E | 1D | 30 | 49 |
| Octal | 333 | 270 | 230 | 0 | 20 | 37 | 16 | 35 | 60 | 111 |
| Binary | 11011011 | 10111000 | 10011000 | 0 | 10000 | 11111 | 1110 | 11101 | 110000 | 1001001 |
Color Harmonies of #DBB898
Complementary color
Monochromatic Colors of #DBB898
Black with #DBB898
Text Example
Text Example
White with #DBB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB898; }
p { color: rgb(219,184,152); }
H1.HeaderClassName
{
color: #DBB898;
}
.AnyTagClassName
{
color: #DBB898;
}
</style>
background-color css
<style>
a { background-color: #DBB898; }
a { background-color: rgb(219,184,152); }
div.DivClassName
{
background-color: #DBB898;
}
.BgClassName
{
background-color: #DBB898;
}
</style>
border-color css
<style>
span { border-color: #DBB898; }
span { border-color: rgb(219,184,152); }
td.TdClassName
{
border-color: #DBB898;
}
.TagClassName
{
border-color: #DBB898;
}
</style>