Shades of Mango Tango #DC7602
Tints of Mango Tango #DC7602
RGB
CMYK
RGB Variations
Color information
#DC7602 (or 0xDC7602) is known color: Mango Tango. HEX triplet: DC, 76 and 02. RGB value is (220,118,2). Sum of RGB (Red+Green+Blue) = 220+118+2=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7602 is #2389FD. Grayscale: #878787. Windows color (decimal): -2329086 or 161500. OLE color: 161500.
HSL color Cylindrical-coordinate representation of color #DC7602: hue angle of 31.93º 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 #DC7602 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.14 |
| HSL | 31.93º | 0.98% | 0.44% | - |
| HSV(B) | 31.93º | 0.99% | 0.86% | - |
| XYZ | 36 | 28.18 | 3.6 | - |
| YUV | 135.27 | 52.79 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 2 | 0 | 0.46 | 0.99 | 0.14 | 31.93 | 0.98 | 0.44 |
| Hex | DC | 76 | 2 | 0 | 2E | 63 | E | 20 | 62 | 2C |
| Octal | 334 | 166 | 2 | 0 | 56 | 143 | 16 | 40 | 142 | 54 |
| Binary | 11011100 | 1110110 | 10 | 0 | 101110 | 1100011 | 1110 | 100000 | 1100010 | 101100 |
Color Harmonies of #DC7602
Complementary color
Monochromatic Colors of #DC7602
Black with #DC7602
Text Example
Text Example
White with #DC7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7602; }
p { color: rgb(220,118,2); }
H1.HeaderClassName
{
color: #DC7602;
}
.AnyTagClassName
{
color: #DC7602;
}
</style>
background-color css
<style>
a { background-color: #DC7602; }
a { background-color: rgb(220,118,2); }
div.DivClassName
{
background-color: #DC7602;
}
.BgClassName
{
background-color: #DC7602;
}
</style>
border-color css
<style>
span { border-color: #DC7602; }
span { border-color: rgb(220,118,2); }
td.TdClassName
{
border-color: #DC7602;
}
.TagClassName
{
border-color: #DC7602;
}
</style>