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