Shades of Pancho #DBB593
Tints of Pancho #DBB593
RGB
CMYK
RGB Variations
Color information
#DBB593 (or 0xDBB593) is known color: Pancho. HEX triplet: DB, B5 and 93. RGB value is (219,181,147). Sum of RGB (Red+Green+Blue) = 219+181+147=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB593 is #244A6C. Grayscale: #BCBCBC. Windows color (decimal): -2378349 or 9680347. OLE color: 9680347.
HSL color Cylindrical-coordinate representation of color #DBB593: hue angle of 28.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBB593 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 147 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.14 |
| HSL | 28.33º | 0.5% | 0.72% | - |
| HSV(B) | 28.33º | 0.33% | 0.86% | - |
| XYZ | 51 | 50.21 | 34.61 | - |
| YUV | 188.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 147 | 0 | 0.17 | 0.33 | 0.14 | 28.33 | 0.5 | 0.72 |
| Hex | DB | B5 | 93 | 0 | 11 | 21 | E | 1C | 32 | 48 |
| Octal | 333 | 265 | 223 | 0 | 21 | 41 | 16 | 34 | 62 | 110 |
| Binary | 11011011 | 10110101 | 10010011 | 0 | 10001 | 100001 | 1110 | 11100 | 110010 | 1001000 |
Color Harmonies of #DBB593
Complementary color
Monochromatic Colors of #DBB593
Black with #DBB593
Text Example
Text Example
White with #DBB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB593; }
p { color: rgb(219,181,147); }
H1.HeaderClassName
{
color: #DBB593;
}
.AnyTagClassName
{
color: #DBB593;
}
</style>
background-color css
<style>
a { background-color: #DBB593; }
a { background-color: rgb(219,181,147); }
div.DivClassName
{
background-color: #DBB593;
}
.BgClassName
{
background-color: #DBB593;
}
</style>
border-color css
<style>
span { border-color: #DBB593; }
span { border-color: rgb(219,181,147); }
td.TdClassName
{
border-color: #DBB593;
}
.TagClassName
{
border-color: #DBB593;
}
</style>