Shades of Mango Tango #DC720F
Tints of Mango Tango #DC720F
RGB
CMYK
RGB Variations
Color information
#DC720F (or 0xDC720F) is known color: Mango Tango. HEX triplet: DC, 72 and 0F. RGB value is (220,114,15). Sum of RGB (Red+Green+Blue) = 220+114+15=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC720F is #238DF0. Grayscale: #868686. Windows color (decimal): -2330097 or 1012444. OLE color: 1012444.
HSL color Cylindrical-coordinate representation of color #DC720F: hue angle of 28.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC720F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.14 |
| HSL | 28.98º | 0.87% | 0.46% | - |
| HSV(B) | 28.98º | 0.93% | 0.86% | - |
| XYZ | 35.62 | 27.28 | 3.84 | - |
| YUV | 134.41 | 60.62 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 15 | 0 | 0.48 | 0.93 | 0.14 | 28.98 | 0.87 | 0.46 |
| Hex | DC | 72 | F | 0 | 30 | 5D | E | 1D | 57 | 2E |
| Octal | 334 | 162 | 17 | 0 | 60 | 135 | 16 | 35 | 127 | 56 |
| Binary | 11011100 | 1110010 | 1111 | 0 | 110000 | 1011101 | 1110 | 11101 | 1010111 | 101110 |
Color Harmonies of #DC720F
Complementary color
Monochromatic Colors of #DC720F
Black with #DC720F
Text Example
Text Example
White with #DC720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC720F; }
p { color: rgb(220,114,15); }
H1.HeaderClassName
{
color: #DC720F;
}
.AnyTagClassName
{
color: #DC720F;
}
</style>
background-color css
<style>
a { background-color: #DC720F; }
a { background-color: rgb(220,114,15); }
div.DivClassName
{
background-color: #DC720F;
}
.BgClassName
{
background-color: #DC720F;
}
</style>
border-color css
<style>
span { border-color: #DC720F; }
span { border-color: rgb(220,114,15); }
td.TdClassName
{
border-color: #DC720F;
}
.TagClassName
{
border-color: #DC720F;
}
</style>