Shades of Mango Tango #DC7403
Tints of Mango Tango #DC7403
RGB
CMYK
RGB Variations
Color information
#DC7403 (or 0xDC7403) is known color: Mango Tango. HEX triplet: DC, 74 and 03. RGB value is (220,116,3). Sum of RGB (Red+Green+Blue) = 220+116+3=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7403 is #238BFC. Grayscale: #868686. Windows color (decimal): -2329597 or 226524. OLE color: 226524.
HSL color Cylindrical-coordinate representation of color #DC7403: hue angle of 31.24º degrees, saturation: 0.97, 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 #DC7403 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.14 |
| HSL | 31.24º | 0.97% | 0.44% | - |
| HSV(B) | 31.24º | 0.99% | 0.86% | - |
| XYZ | 35.78 | 27.71 | 3.55 | - |
| YUV | 134.21 | 53.96 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 3 | 0 | 0.47 | 0.99 | 0.14 | 31.24 | 0.97 | 0.44 |
| Hex | DC | 74 | 3 | 0 | 2F | 63 | E | 1F | 61 | 2C |
| Octal | 334 | 164 | 3 | 0 | 57 | 143 | 16 | 37 | 141 | 54 |
| Binary | 11011100 | 1110100 | 11 | 0 | 101111 | 1100011 | 1110 | 11111 | 1100001 | 101100 |
Color Harmonies of #DC7403
Complementary color
Monochromatic Colors of #DC7403
Black with #DC7403
Text Example
Text Example
White with #DC7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7403; }
p { color: rgb(220,116,3); }
H1.HeaderClassName
{
color: #DC7403;
}
.AnyTagClassName
{
color: #DC7403;
}
</style>
background-color css
<style>
a { background-color: #DC7403; }
a { background-color: rgb(220,116,3); }
div.DivClassName
{
background-color: #DC7403;
}
.BgClassName
{
background-color: #DC7403;
}
</style>
border-color css
<style>
span { border-color: #DC7403; }
span { border-color: rgb(220,116,3); }
td.TdClassName
{
border-color: #DC7403;
}
.TagClassName
{
border-color: #DC7403;
}
</style>