Shades of Mango Tango #DC7502
Tints of Mango Tango #DC7502
RGB
CMYK
RGB Variations
Color information
#DC7502 (or 0xDC7502) is known color: Mango Tango. HEX triplet: DC, 75 and 02. RGB value is (220,117,2). Sum of RGB (Red+Green+Blue) = 220+117+2=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7502 is #238AFD. Grayscale: #878787. Windows color (decimal): -2329342 or 161244. OLE color: 161244.
HSL color Cylindrical-coordinate representation of color #DC7502: hue angle of 31.65º 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 #DC7502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.14 |
| HSL | 31.65º | 0.98% | 0.44% | - |
| HSV(B) | 31.65º | 0.99% | 0.86% | - |
| XYZ | 35.89 | 27.94 | 3.56 | - |
| YUV | 134.69 | 53.12 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 2 | 0 | 0.47 | 0.99 | 0.14 | 31.65 | 0.98 | 0.44 |
| Hex | DC | 75 | 2 | 0 | 2F | 63 | E | 20 | 62 | 2C |
| Octal | 334 | 165 | 2 | 0 | 57 | 143 | 16 | 40 | 142 | 54 |
| Binary | 11011100 | 1110101 | 10 | 0 | 101111 | 1100011 | 1110 | 100000 | 1100010 | 101100 |
Color Harmonies of #DC7502
Complementary color
Monochromatic Colors of #DC7502
Black with #DC7502
Text Example
Text Example
White with #DC7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7502; }
p { color: rgb(220,117,2); }
H1.HeaderClassName
{
color: #DC7502;
}
.AnyTagClassName
{
color: #DC7502;
}
</style>
background-color css
<style>
a { background-color: #DC7502; }
a { background-color: rgb(220,117,2); }
div.DivClassName
{
background-color: #DC7502;
}
.BgClassName
{
background-color: #DC7502;
}
</style>
border-color css
<style>
span { border-color: #DC7502; }
span { border-color: rgb(220,117,2); }
td.TdClassName
{
border-color: #DC7502;
}
.TagClassName
{
border-color: #DC7502;
}
</style>