Shades of Pancho #DBB595
Tints of Pancho #DBB595
RGB
CMYK
RGB Variations
Color information
#DBB595 (or 0xDBB595) is known color: Pancho. HEX triplet: DB, B5 and 95. RGB value is (219,181,149). Sum of RGB (Red+Green+Blue) = 219+181+149=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB595 is #244A6A. Grayscale: #BCBCBC. Windows color (decimal): -2378347 or 9811419. OLE color: 9811419.
HSL color Cylindrical-coordinate representation of color #DBB595: hue angle of 27.43º 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 #DBB595 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 149 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.14 |
| HSL | 27.43º | 0.49% | 0.72% | - |
| HSV(B) | 27.43º | 0.32% | 0.86% | - |
| XYZ | 51.16 | 50.28 | 35.44 | - |
| YUV | 188.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 149 | 0 | 0.17 | 0.32 | 0.14 | 27.43 | 0.49 | 0.72 |
| Hex | DB | B5 | 95 | 0 | 11 | 20 | E | 1B | 31 | 48 |
| Octal | 333 | 265 | 225 | 0 | 21 | 40 | 16 | 33 | 61 | 110 |
| Binary | 11011011 | 10110101 | 10010101 | 0 | 10001 | 100000 | 1110 | 11011 | 110001 | 1001000 |
Color Harmonies of #DBB595
Complementary color
Monochromatic Colors of #DBB595
Black with #DBB595
Text Example
Text Example
White with #DBB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB595; }
p { color: rgb(219,181,149); }
H1.HeaderClassName
{
color: #DBB595;
}
.AnyTagClassName
{
color: #DBB595;
}
</style>
background-color css
<style>
a { background-color: #DBB595; }
a { background-color: rgb(219,181,149); }
div.DivClassName
{
background-color: #DBB595;
}
.BgClassName
{
background-color: #DBB595;
}
</style>
border-color css
<style>
span { border-color: #DBB595; }
span { border-color: rgb(219,181,149); }
td.TdClassName
{
border-color: #DBB595;
}
.TagClassName
{
border-color: #DBB595;
}
</style>