Shades of Mango Tango #DC7511
Tints of Mango Tango #DC7511
RGB
CMYK
RGB Variations
Color information
#DC7511 (or 0xDC7511) is known color: Mango Tango. HEX triplet: DC, 75 and 11. RGB value is (220,117,17). Sum of RGB (Red+Green+Blue) = 220+117+17=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7511 is #238AEE. Grayscale: #888888. Windows color (decimal): -2329327 or 1144284. OLE color: 1144284.
HSL color Cylindrical-coordinate representation of color #DC7511: hue angle of 29.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC7511 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.14 |
| HSL | 29.56º | 0.86% | 0.46% | - |
| HSV(B) | 29.56º | 0.92% | 0.86% | - |
| XYZ | 35.98 | 27.98 | 4.03 | - |
| YUV | 136.4 | 60.62 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 17 | 0 | 0.47 | 0.92 | 0.14 | 29.56 | 0.86 | 0.46 |
| Hex | DC | 75 | 11 | 0 | 2F | 5C | E | 1E | 56 | 2E |
| Octal | 334 | 165 | 21 | 0 | 57 | 134 | 16 | 36 | 126 | 56 |
| Binary | 11011100 | 1110101 | 10001 | 0 | 101111 | 1011100 | 1110 | 11110 | 1010110 | 101110 |
Color Harmonies of #DC7511
Complementary color
Monochromatic Colors of #DC7511
Black with #DC7511
Text Example
Text Example
White with #DC7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7511; }
p { color: rgb(220,117,17); }
H1.HeaderClassName
{
color: #DC7511;
}
.AnyTagClassName
{
color: #DC7511;
}
</style>
background-color css
<style>
a { background-color: #DC7511; }
a { background-color: rgb(220,117,17); }
div.DivClassName
{
background-color: #DC7511;
}
.BgClassName
{
background-color: #DC7511;
}
</style>
border-color css
<style>
span { border-color: #DC7511; }
span { border-color: rgb(220,117,17); }
td.TdClassName
{
border-color: #DC7511;
}
.TagClassName
{
border-color: #DC7511;
}
</style>