Shades of Mango Tango #DB6604
Tints of Mango Tango #DB6604
RGB
CMYK
RGB Variations
Color information
#DB6604 (or 0xDB6604) is known color: Mango Tango. HEX triplet: DB, 66 and 04. RGB value is (219,102,4). Sum of RGB (Red+Green+Blue) = 219+102+4=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6604 is #2499FB. Grayscale: #7E7E7E. Windows color (decimal): -2398716 or 288475. OLE color: 288475.
HSL color Cylindrical-coordinate representation of color #DB6604: hue angle of 27.35º 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 #DB6604 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.14 |
| HSL | 27.35º | 0.96% | 0.44% | - |
| HSV(B) | 27.35º | 0.98% | 0.86% | - |
| XYZ | 33.99 | 24.57 | 3.07 | - |
| YUV | 125.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 4 | 0 | 0.53 | 0.98 | 0.14 | 27.35 | 0.96 | 0.44 |
| Hex | DB | 66 | 4 | 0 | 35 | 62 | E | 1B | 60 | 2C |
| Octal | 333 | 146 | 4 | 0 | 65 | 142 | 16 | 33 | 140 | 54 |
| Binary | 11011011 | 1100110 | 100 | 0 | 110101 | 1100010 | 1110 | 11011 | 1100000 | 101100 |
Color Harmonies of #DB6604
Complementary color
Monochromatic Colors of #DB6604
Black with #DB6604
Text Example
Text Example
White with #DB6604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6604; }
p { color: rgb(219,102,4); }
H1.HeaderClassName
{
color: #DB6604;
}
.AnyTagClassName
{
color: #DB6604;
}
</style>
background-color css
<style>
a { background-color: #DB6604; }
a { background-color: rgb(219,102,4); }
div.DivClassName
{
background-color: #DB6604;
}
.BgClassName
{
background-color: #DB6604;
}
</style>
border-color css
<style>
span { border-color: #DB6604; }
span { border-color: rgb(219,102,4); }
td.TdClassName
{
border-color: #DB6604;
}
.TagClassName
{
border-color: #DB6604;
}
</style>