Shades of Mango Tango #DB7704
Tints of Mango Tango #DB7704
RGB
CMYK
RGB Variations
Color information
#DB7704 (or 0xDB7704) is known color: Mango Tango. HEX triplet: DB, 77 and 04. RGB value is (219,119,4). Sum of RGB (Red+Green+Blue) = 219+119+4=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7704 is #2488FB. Grayscale: #888888. Windows color (decimal): -2394364 or 292827. OLE color: 292827.
HSL color Cylindrical-coordinate representation of color #DB7704: hue angle of 32.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB7704 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.14 |
| HSL | 32.09º | 0.96% | 0.44% | - |
| HSV(B) | 32.09º | 0.98% | 0.86% | - |
| XYZ | 35.83 | 28.26 | 3.68 | - |
| YUV | 135.79 | 53.63 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 4 | 0 | 0.46 | 0.98 | 0.14 | 32.09 | 0.96 | 0.44 |
| Hex | DB | 77 | 4 | 0 | 2E | 62 | E | 20 | 60 | 2C |
| Octal | 333 | 167 | 4 | 0 | 56 | 142 | 16 | 40 | 140 | 54 |
| Binary | 11011011 | 1110111 | 100 | 0 | 101110 | 1100010 | 1110 | 100000 | 1100000 | 101100 |
Color Harmonies of #DB7704
Complementary color
Monochromatic Colors of #DB7704
Black with #DB7704
Text Example
Text Example
White with #DB7704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7704; }
p { color: rgb(219,119,4); }
H1.HeaderClassName
{
color: #DB7704;
}
.AnyTagClassName
{
color: #DB7704;
}
</style>
background-color css
<style>
a { background-color: #DB7704; }
a { background-color: rgb(219,119,4); }
div.DivClassName
{
background-color: #DB7704;
}
.BgClassName
{
background-color: #DB7704;
}
</style>
border-color css
<style>
span { border-color: #DB7704; }
span { border-color: rgb(219,119,4); }
td.TdClassName
{
border-color: #DB7704;
}
.TagClassName
{
border-color: #DB7704;
}
</style>