Shades of Mango Tango #DC7405
Tints of Mango Tango #DC7405
RGB
CMYK
RGB Variations
Color information
#DC7405 (or 0xDC7405) is known color: Mango Tango. HEX triplet: DC, 74 and 05. RGB value is (220,116,5). Sum of RGB (Red+Green+Blue) = 220+116+5=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7405 is #238BFA. Grayscale: #868686. Windows color (decimal): -2329595 or 357596. OLE color: 357596.
HSL color Cylindrical-coordinate representation of color #DC7405: hue angle of 30.98º 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 #DC7405 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.14 |
| HSL | 30.98º | 0.96% | 0.44% | - |
| HSV(B) | 30.98º | 0.98% | 0.86% | - |
| XYZ | 35.79 | 27.72 | 3.61 | - |
| YUV | 134.44 | 54.96 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 5 | 0 | 0.47 | 0.98 | 0.14 | 30.98 | 0.96 | 0.44 |
| Hex | DC | 74 | 5 | 0 | 2F | 62 | E | 1F | 60 | 2C |
| Octal | 334 | 164 | 5 | 0 | 57 | 142 | 16 | 37 | 140 | 54 |
| Binary | 11011100 | 1110100 | 101 | 0 | 101111 | 1100010 | 1110 | 11111 | 1100000 | 101100 |
Color Harmonies of #DC7405
Complementary color
Monochromatic Colors of #DC7405
Black with #DC7405
Text Example
Text Example
White with #DC7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7405; }
p { color: rgb(220,116,5); }
H1.HeaderClassName
{
color: #DC7405;
}
.AnyTagClassName
{
color: #DC7405;
}
</style>
background-color css
<style>
a { background-color: #DC7405; }
a { background-color: rgb(220,116,5); }
div.DivClassName
{
background-color: #DC7405;
}
.BgClassName
{
background-color: #DC7405;
}
</style>
border-color css
<style>
span { border-color: #DC7405; }
span { border-color: rgb(220,116,5); }
td.TdClassName
{
border-color: #DC7405;
}
.TagClassName
{
border-color: #DC7405;
}
</style>