Shades of Pancho #DBC095
Tints of Pancho #DBC095
RGB
CMYK
RGB Variations
Color information
#DBC095 (or 0xDBC095) is known color: Pancho. HEX triplet: DB, C0 and 95. RGB value is (219,192,149). Sum of RGB (Red+Green+Blue) = 219+192+149=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC095 is #243F6A. Grayscale: #C3C3C3. Windows color (decimal): -2375531 or 9814235. OLE color: 9814235.
HSL color Cylindrical-coordinate representation of color #DBC095: hue angle of 36.86º degrees, saturation: 0.49, 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 #DBC095 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 149 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.14 |
| HSL | 36.86º | 0.49% | 0.72% | - |
| HSV(B) | 36.86º | 0.32% | 0.86% | - |
| XYZ | 53.49 | 54.93 | 36.22 | - |
| YUV | 195.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 149 | 0 | 0.12 | 0.32 | 0.14 | 36.86 | 0.49 | 0.72 |
| Hex | DB | C0 | 95 | 0 | C | 20 | E | 25 | 31 | 48 |
| Octal | 333 | 300 | 225 | 0 | 14 | 40 | 16 | 45 | 61 | 110 |
| Binary | 11011011 | 11000000 | 10010101 | 0 | 1100 | 100000 | 1110 | 100101 | 110001 | 1001000 |
Color Harmonies of #DBC095
Complementary color
Monochromatic Colors of #DBC095
Black with #DBC095
Text Example
Text Example
White with #DBC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC095; }
p { color: rgb(219,192,149); }
H1.HeaderClassName
{
color: #DBC095;
}
.AnyTagClassName
{
color: #DBC095;
}
</style>
background-color css
<style>
a { background-color: #DBC095; }
a { background-color: rgb(219,192,149); }
div.DivClassName
{
background-color: #DBC095;
}
.BgClassName
{
background-color: #DBC095;
}
</style>
border-color css
<style>
span { border-color: #DBC095; }
span { border-color: rgb(219,192,149); }
td.TdClassName
{
border-color: #DBC095;
}
.TagClassName
{
border-color: #DBC095;
}
</style>