Shades of Mango Tango #DC7604
Tints of Mango Tango #DC7604
RGB
CMYK
RGB Variations
Color information
#DC7604 (or 0xDC7604) is known color: Mango Tango. HEX triplet: DC, 76 and 04. RGB value is (220,118,4). Sum of RGB (Red+Green+Blue) = 220+118+4=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7604 is #2389FB. Grayscale: #888888. Windows color (decimal): -2329084 or 292572. OLE color: 292572.
HSL color Cylindrical-coordinate representation of color #DC7604: hue angle of 31.67º 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 #DC7604 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.14 |
| HSL | 31.67º | 0.96% | 0.44% | - |
| HSV(B) | 31.67º | 0.98% | 0.86% | - |
| XYZ | 36.02 | 28.18 | 3.66 | - |
| YUV | 135.5 | 53.79 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 4 | 0 | 0.46 | 0.98 | 0.14 | 31.67 | 0.96 | 0.44 |
| Hex | DC | 76 | 4 | 0 | 2E | 62 | E | 20 | 60 | 2C |
| Octal | 334 | 166 | 4 | 0 | 56 | 142 | 16 | 40 | 140 | 54 |
| Binary | 11011100 | 1110110 | 100 | 0 | 101110 | 1100010 | 1110 | 100000 | 1100000 | 101100 |
Color Harmonies of #DC7604
Complementary color
Monochromatic Colors of #DC7604
Black with #DC7604
Text Example
Text Example
White with #DC7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7604; }
p { color: rgb(220,118,4); }
H1.HeaderClassName
{
color: #DC7604;
}
.AnyTagClassName
{
color: #DC7604;
}
</style>
background-color css
<style>
a { background-color: #DC7604; }
a { background-color: rgb(220,118,4); }
div.DivClassName
{
background-color: #DC7604;
}
.BgClassName
{
background-color: #DC7604;
}
</style>
border-color css
<style>
span { border-color: #DC7604; }
span { border-color: rgb(220,118,4); }
td.TdClassName
{
border-color: #DC7604;
}
.TagClassName
{
border-color: #DC7604;
}
</style>