Shades of Pancho #DBB894
Tints of Pancho #DBB894
RGB
CMYK
RGB Variations
Color information
#DBB894 (or 0xDBB894) is known color: Pancho. HEX triplet: DB, B8 and 94. RGB value is (219,184,148). Sum of RGB (Red+Green+Blue) = 219+184+148=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB894 is #24476B. Grayscale: #BEBEBE. Windows color (decimal): -2377580 or 9746651. OLE color: 9746651.
HSL color Cylindrical-coordinate representation of color #DBB894: hue angle of 30.42º degrees, saturation: 0.5, 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 #DBB894 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 148 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.14 |
| HSL | 30.42º | 0.5% | 0.72% | - |
| HSV(B) | 30.42º | 0.32% | 0.86% | - |
| XYZ | 51.7 | 51.48 | 35.23 | - |
| YUV | 190.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 148 | 0 | 0.16 | 0.32 | 0.14 | 30.42 | 0.5 | 0.72 |
| Hex | DB | B8 | 94 | 0 | 10 | 20 | E | 1E | 32 | 48 |
| Octal | 333 | 270 | 224 | 0 | 20 | 40 | 16 | 36 | 62 | 110 |
| Binary | 11011011 | 10111000 | 10010100 | 0 | 10000 | 100000 | 1110 | 11110 | 110010 | 1001000 |
Color Harmonies of #DBB894
Complementary color
Monochromatic Colors of #DBB894
Black with #DBB894
Text Example
Text Example
White with #DBB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB894; }
p { color: rgb(219,184,148); }
H1.HeaderClassName
{
color: #DBB894;
}
.AnyTagClassName
{
color: #DBB894;
}
</style>
background-color css
<style>
a { background-color: #DBB894; }
a { background-color: rgb(219,184,148); }
div.DivClassName
{
background-color: #DBB894;
}
.BgClassName
{
background-color: #DBB894;
}
</style>
border-color css
<style>
span { border-color: #DBB894; }
span { border-color: rgb(219,184,148); }
td.TdClassName
{
border-color: #DBB894;
}
.TagClassName
{
border-color: #DBB894;
}
</style>