Shades of Mango Tango #DC7500
Tints of Mango Tango #DC7500
RGB
CMYK
RGB Variations
Color information
#DC7500 (or 0xDC7500) is known color: Mango Tango. HEX triplet: DC, 75 and 00. RGB value is (220,117,0). Sum of RGB (Red+Green+Blue) = 220+117+0=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7500 is #238AFF. Grayscale: #878787. Windows color (decimal): -2329344 or 30172. OLE color: 30172.
HSL color Cylindrical-coordinate representation of color #DC7500: hue angle of 31.91º 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 #DC7500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.14 |
| HSL | 31.91º | 1% | 0.43% | - |
| HSV(B) | 31.91º | 1% | 0.86% | - |
| XYZ | 35.88 | 27.94 | 3.5 | - |
| YUV | 134.46 | 52.12 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 0 | 0 | 0.47 | 1 | 0.14 | 31.91 | 1 | 0.43 |
| Hex | DC | 75 | 0 | 0 | 2F | 64 | E | 20 | 64 | 2B |
| Octal | 334 | 165 | 0 | 0 | 57 | 144 | 16 | 40 | 144 | 53 |
| Binary | 11011100 | 1110101 | 0 | 0 | 101111 | 1100100 | 1110 | 100000 | 1100100 | 101011 |
Color Harmonies of #DC7500
Complementary color
Monochromatic Colors of #DC7500
Black with #DC7500
Text Example
Text Example
White with #DC7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7500; }
p { color: rgb(220,117,0); }
H1.HeaderClassName
{
color: #DC7500;
}
.AnyTagClassName
{
color: #DC7500;
}
</style>
background-color css
<style>
a { background-color: #DC7500; }
a { background-color: rgb(220,117,0); }
div.DivClassName
{
background-color: #DC7500;
}
.BgClassName
{
background-color: #DC7500;
}
</style>
border-color css
<style>
span { border-color: #DC7500; }
span { border-color: rgb(220,117,0); }
td.TdClassName
{
border-color: #DC7500;
}
.TagClassName
{
border-color: #DC7500;
}
</style>