Shades of Pancho #DBB293
Tints of Pancho #DBB293
RGB
CMYK
RGB Variations
Color information
#DBB293 (or 0xDBB293) is known color: Pancho. HEX triplet: DB, B2 and 93. RGB value is (219,178,147). Sum of RGB (Red+Green+Blue) = 219+178+147=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB293 is #244D6C. Grayscale: #BABABA. Windows color (decimal): -2379117 or 9679579. OLE color: 9679579.
HSL color Cylindrical-coordinate representation of color #DBB293: hue angle of 25.83º 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 #DBB293 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 147 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.14 |
| HSL | 25.83º | 0.5% | 0.72% | - |
| HSV(B) | 25.83º | 0.33% | 0.86% | - |
| XYZ | 50.4 | 49.01 | 34.41 | - |
| YUV | 186.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 147 | 0 | 0.19 | 0.33 | 0.14 | 25.83 | 0.5 | 0.72 |
| Hex | DB | B2 | 93 | 0 | 13 | 21 | E | 1A | 32 | 48 |
| Octal | 333 | 262 | 223 | 0 | 23 | 41 | 16 | 32 | 62 | 110 |
| Binary | 11011011 | 10110010 | 10010011 | 0 | 10011 | 100001 | 1110 | 11010 | 110010 | 1001000 |
Color Harmonies of #DBB293
Complementary color
Monochromatic Colors of #DBB293
Black with #DBB293
Text Example
Text Example
White with #DBB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB293; }
p { color: rgb(219,178,147); }
H1.HeaderClassName
{
color: #DBB293;
}
.AnyTagClassName
{
color: #DBB293;
}
</style>
background-color css
<style>
a { background-color: #DBB293; }
a { background-color: rgb(219,178,147); }
div.DivClassName
{
background-color: #DBB293;
}
.BgClassName
{
background-color: #DBB293;
}
</style>
border-color css
<style>
span { border-color: #DBB293; }
span { border-color: rgb(219,178,147); }
td.TdClassName
{
border-color: #DBB293;
}
.TagClassName
{
border-color: #DBB293;
}
</style>