Shades of Mango Tango #DC7200
Tints of Mango Tango #DC7200
RGB
CMYK
RGB Variations
Color information
#DC7200 (or 0xDC7200) is known color: Mango Tango. HEX triplet: DC, 72 and 00. RGB value is (220,114,0). Sum of RGB (Red+Green+Blue) = 220+114+0=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7200 is #238DFF. Grayscale: #858585. Windows color (decimal): -2330112 or 29404. OLE color: 29404.
HSL color Cylindrical-coordinate representation of color #DC7200: hue angle of 31.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.14 |
| HSL | 31.09º | 1% | 0.43% | - |
| HSV(B) | 31.09º | 1% | 0.86% | - |
| XYZ | 35.53 | 27.25 | 3.39 | - |
| YUV | 132.7 | 53.12 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 0 | 0 | 0.48 | 1 | 0.14 | 31.09 | 1 | 0.43 |
| Hex | DC | 72 | 0 | 0 | 30 | 64 | E | 1F | 64 | 2B |
| Octal | 334 | 162 | 0 | 0 | 60 | 144 | 16 | 37 | 144 | 53 |
| Binary | 11011100 | 1110010 | 0 | 0 | 110000 | 1100100 | 1110 | 11111 | 1100100 | 101011 |
Color Harmonies of #DC7200
Complementary color
Monochromatic Colors of #DC7200
Black with #DC7200
Text Example
Text Example
White with #DC7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7200; }
p { color: rgb(220,114,0); }
H1.HeaderClassName
{
color: #DC7200;
}
.AnyTagClassName
{
color: #DC7200;
}
</style>
background-color css
<style>
a { background-color: #DC7200; }
a { background-color: rgb(220,114,0); }
div.DivClassName
{
background-color: #DC7200;
}
.BgClassName
{
background-color: #DC7200;
}
</style>
border-color css
<style>
span { border-color: #DC7200; }
span { border-color: rgb(220,114,0); }
td.TdClassName
{
border-color: #DC7200;
}
.TagClassName
{
border-color: #DC7200;
}
</style>