Shades of Mango Tango #DC7402
Tints of Mango Tango #DC7402
RGB
CMYK
RGB Variations
Color information
#DC7402 (or 0xDC7402) is known color: Mango Tango. HEX triplet: DC, 74 and 02. RGB value is (220,116,2). Sum of RGB (Red+Green+Blue) = 220+116+2=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7402 is #238BFD. Grayscale: #868686. Windows color (decimal): -2329598 or 160988. OLE color: 160988.
HSL color Cylindrical-coordinate representation of color #DC7402: hue angle of 31.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC7402 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.14 |
| HSL | 31.38º | 0.98% | 0.44% | - |
| HSV(B) | 31.38º | 0.99% | 0.86% | - |
| XYZ | 35.77 | 27.71 | 3.52 | - |
| YUV | 134.1 | 53.46 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 2 | 0 | 0.47 | 0.99 | 0.14 | 31.38 | 0.98 | 0.44 |
| Hex | DC | 74 | 2 | 0 | 2F | 63 | E | 1F | 62 | 2C |
| Octal | 334 | 164 | 2 | 0 | 57 | 143 | 16 | 37 | 142 | 54 |
| Binary | 11011100 | 1110100 | 10 | 0 | 101111 | 1100011 | 1110 | 11111 | 1100010 | 101100 |
Color Harmonies of #DC7402
Complementary color
Monochromatic Colors of #DC7402
Black with #DC7402
Text Example
Text Example
White with #DC7402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7402; }
p { color: rgb(220,116,2); }
H1.HeaderClassName
{
color: #DC7402;
}
.AnyTagClassName
{
color: #DC7402;
}
</style>
background-color css
<style>
a { background-color: #DC7402; }
a { background-color: rgb(220,116,2); }
div.DivClassName
{
background-color: #DC7402;
}
.BgClassName
{
background-color: #DC7402;
}
</style>
border-color css
<style>
span { border-color: #DC7402; }
span { border-color: rgb(220,116,2); }
td.TdClassName
{
border-color: #DC7402;
}
.TagClassName
{
border-color: #DC7402;
}
</style>