Shades of Mango Tango #DC720D
Tints of Mango Tango #DC720D
RGB
CMYK
RGB Variations
Color information
#DC720D (or 0xDC720D) is known color: Mango Tango. HEX triplet: DC, 72 and 0D. RGB value is (220,114,13). Sum of RGB (Red+Green+Blue) = 220+114+13=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC720D is #238DF2. Grayscale: #868686. Windows color (decimal): -2330099 or 881372. OLE color: 881372.
HSL color Cylindrical-coordinate representation of color #DC720D: hue angle of 29.28º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC720D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.14 |
| HSL | 29.28º | 0.89% | 0.46% | - |
| HSV(B) | 29.28º | 0.94% | 0.86% | - |
| XYZ | 35.61 | 27.28 | 3.77 | - |
| YUV | 134.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 13 | 0 | 0.48 | 0.94 | 0.14 | 29.28 | 0.89 | 0.46 |
| Hex | DC | 72 | D | 0 | 30 | 5E | E | 1D | 59 | 2E |
| Octal | 334 | 162 | 15 | 0 | 60 | 136 | 16 | 35 | 131 | 56 |
| Binary | 11011100 | 1110010 | 1101 | 0 | 110000 | 1011110 | 1110 | 11101 | 1011001 | 101110 |
Color Harmonies of #DC720D
Complementary color
Monochromatic Colors of #DC720D
Black with #DC720D
Text Example
Text Example
White with #DC720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC720D; }
p { color: rgb(220,114,13); }
H1.HeaderClassName
{
color: #DC720D;
}
.AnyTagClassName
{
color: #DC720D;
}
</style>
background-color css
<style>
a { background-color: #DC720D; }
a { background-color: rgb(220,114,13); }
div.DivClassName
{
background-color: #DC720D;
}
.BgClassName
{
background-color: #DC720D;
}
</style>
border-color css
<style>
span { border-color: #DC720D; }
span { border-color: rgb(220,114,13); }
td.TdClassName
{
border-color: #DC720D;
}
.TagClassName
{
border-color: #DC720D;
}
</style>