Shades of Mango Tango #DC7002
Tints of Mango Tango #DC7002
RGB
CMYK
RGB Variations
Color information
#DC7002 (or 0xDC7002) is known color: Mango Tango. HEX triplet: DC, 70 and 02. RGB value is (220,112,2). Sum of RGB (Red+Green+Blue) = 220+112+2=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7002 is #238FFD. Grayscale: #848484. Windows color (decimal): -2330622 or 159964. OLE color: 159964.
HSL color Cylindrical-coordinate representation of color #DC7002: hue angle of 30.28º 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 #DC7002 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.14 |
| HSL | 30.28º | 0.98% | 0.44% | - |
| HSV(B) | 30.28º | 0.99% | 0.86% | - |
| XYZ | 35.32 | 26.81 | 3.37 | - |
| YUV | 131.75 | 54.78 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 2 | 0 | 0.49 | 0.99 | 0.14 | 30.28 | 0.98 | 0.44 |
| Hex | DC | 70 | 2 | 0 | 31 | 63 | E | 1E | 62 | 2C |
| Octal | 334 | 160 | 2 | 0 | 61 | 143 | 16 | 36 | 142 | 54 |
| Binary | 11011100 | 1110000 | 10 | 0 | 110001 | 1100011 | 1110 | 11110 | 1100010 | 101100 |
Color Harmonies of #DC7002
Complementary color
Monochromatic Colors of #DC7002
Black with #DC7002
Text Example
Text Example
White with #DC7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7002; }
p { color: rgb(220,112,2); }
H1.HeaderClassName
{
color: #DC7002;
}
.AnyTagClassName
{
color: #DC7002;
}
</style>
background-color css
<style>
a { background-color: #DC7002; }
a { background-color: rgb(220,112,2); }
div.DivClassName
{
background-color: #DC7002;
}
.BgClassName
{
background-color: #DC7002;
}
</style>
border-color css
<style>
span { border-color: #DC7002; }
span { border-color: rgb(220,112,2); }
td.TdClassName
{
border-color: #DC7002;
}
.TagClassName
{
border-color: #DC7002;
}
</style>