Shades of Mango Tango #DC7407
Tints of Mango Tango #DC7407
RGB
CMYK
RGB Variations
Color information
#DC7407 (or 0xDC7407) is known color: Mango Tango. HEX triplet: DC, 74 and 07. RGB value is (220,116,7). Sum of RGB (Red+Green+Blue) = 220+116+7=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7407 is #238BF8. Grayscale: #878787. Windows color (decimal): -2329593 or 488668. OLE color: 488668.
HSL color Cylindrical-coordinate representation of color #DC7407: hue angle of 30.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC7407 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.14 |
| HSL | 30.7º | 0.94% | 0.45% | - |
| HSV(B) | 30.7º | 0.97% | 0.86% | - |
| XYZ | 35.8 | 27.72 | 3.67 | - |
| YUV | 134.67 | 55.96 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 7 | 0 | 0.47 | 0.97 | 0.14 | 30.7 | 0.94 | 0.45 |
| Hex | DC | 74 | 7 | 0 | 2F | 61 | E | 1F | 5E | 2D |
| Octal | 334 | 164 | 7 | 0 | 57 | 141 | 16 | 37 | 136 | 55 |
| Binary | 11011100 | 1110100 | 111 | 0 | 101111 | 1100001 | 1110 | 11111 | 1011110 | 101101 |
Color Harmonies of #DC7407
Complementary color
Monochromatic Colors of #DC7407
Black with #DC7407
Text Example
Text Example
White with #DC7407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7407; }
p { color: rgb(220,116,7); }
H1.HeaderClassName
{
color: #DC7407;
}
.AnyTagClassName
{
color: #DC7407;
}
</style>
background-color css
<style>
a { background-color: #DC7407; }
a { background-color: rgb(220,116,7); }
div.DivClassName
{
background-color: #DC7407;
}
.BgClassName
{
background-color: #DC7407;
}
</style>
border-color css
<style>
span { border-color: #DC7407; }
span { border-color: rgb(220,116,7); }
td.TdClassName
{
border-color: #DC7407;
}
.TagClassName
{
border-color: #DC7407;
}
</style>