Shades of Mango Tango #DC7003
Tints of Mango Tango #DC7003
RGB
CMYK
RGB Variations
Color information
#DC7003 (or 0xDC7003) is known color: Mango Tango. HEX triplet: DC, 70 and 03. RGB value is (220,112,3). Sum of RGB (Red+Green+Blue) = 220+112+3=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7003 is #238FFC. Grayscale: #848484. Windows color (decimal): -2330621 or 225500. OLE color: 225500.
HSL color Cylindrical-coordinate representation of color #DC7003: hue angle of 30.14º 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 #DC7003 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.14 |
| HSL | 30.14º | 0.97% | 0.44% | - |
| HSV(B) | 30.14º | 0.99% | 0.86% | - |
| XYZ | 35.33 | 26.81 | 3.4 | - |
| YUV | 131.87 | 55.28 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 3 | 0 | 0.49 | 0.99 | 0.14 | 30.14 | 0.97 | 0.44 |
| Hex | DC | 70 | 3 | 0 | 31 | 63 | E | 1E | 61 | 2C |
| Octal | 334 | 160 | 3 | 0 | 61 | 143 | 16 | 36 | 141 | 54 |
| Binary | 11011100 | 1110000 | 11 | 0 | 110001 | 1100011 | 1110 | 11110 | 1100001 | 101100 |
Color Harmonies of #DC7003
Complementary color
Monochromatic Colors of #DC7003
Black with #DC7003
Text Example
Text Example
White with #DC7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7003; }
p { color: rgb(220,112,3); }
H1.HeaderClassName
{
color: #DC7003;
}
.AnyTagClassName
{
color: #DC7003;
}
</style>
background-color css
<style>
a { background-color: #DC7003; }
a { background-color: rgb(220,112,3); }
div.DivClassName
{
background-color: #DC7003;
}
.BgClassName
{
background-color: #DC7003;
}
</style>
border-color css
<style>
span { border-color: #DC7003; }
span { border-color: rgb(220,112,3); }
td.TdClassName
{
border-color: #DC7003;
}
.TagClassName
{
border-color: #DC7003;
}
</style>