Shades of Pancho #DBBE94
Tints of Pancho #DBBE94
RGB
CMYK
RGB Variations
Color information
#DBBE94 (or 0xDBBE94) is known color: Pancho. HEX triplet: DB, BE and 94. RGB value is (219,190,148). Sum of RGB (Red+Green+Blue) = 219+190+148=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE94 is #24416B. Grayscale: #C2C2C2. Windows color (decimal): -2376044 or 9748187. OLE color: 9748187.
HSL color Cylindrical-coordinate representation of color #DBBE94: hue angle of 35.49º 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 #DBBE94 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 148 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.14 |
| HSL | 35.49º | 0.5% | 0.72% | - |
| HSV(B) | 35.49º | 0.32% | 0.86% | - |
| XYZ | 52.97 | 54.03 | 35.65 | - |
| YUV | 193.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 148 | 0 | 0.13 | 0.32 | 0.14 | 35.49 | 0.5 | 0.72 |
| Hex | DB | BE | 94 | 0 | D | 20 | E | 23 | 32 | 48 |
| Octal | 333 | 276 | 224 | 0 | 15 | 40 | 16 | 43 | 62 | 110 |
| Binary | 11011011 | 10111110 | 10010100 | 0 | 1101 | 100000 | 1110 | 100011 | 110010 | 1001000 |
Color Harmonies of #DBBE94
Complementary color
Monochromatic Colors of #DBBE94
Black with #DBBE94
Text Example
Text Example
White with #DBBE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE94; }
p { color: rgb(219,190,148); }
H1.HeaderClassName
{
color: #DBBE94;
}
.AnyTagClassName
{
color: #DBBE94;
}
</style>
background-color css
<style>
a { background-color: #DBBE94; }
a { background-color: rgb(219,190,148); }
div.DivClassName
{
background-color: #DBBE94;
}
.BgClassName
{
background-color: #DBBE94;
}
</style>
border-color css
<style>
span { border-color: #DBBE94; }
span { border-color: rgb(219,190,148); }
td.TdClassName
{
border-color: #DBBE94;
}
.TagClassName
{
border-color: #DBBE94;
}
</style>