Shades of Mango Tango #D47300
Tints of Mango Tango #D47300
RGB
CMYK
RGB Variations
Color information
#D47300 (or 0xD47300) is known color: Mango Tango. HEX triplet: D4, 73 and 00. RGB value is (212,115,0). Sum of RGB (Red+Green+Blue) = 212+115+0=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D47300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47300 is #2B8CFF. Grayscale: #838383. Windows color (decimal): -2854144 or 29652. OLE color: 29652.
HSL color Cylindrical-coordinate representation of color #D47300: hue angle of 32.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D47300 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.17 |
| HSL | 32.55º | 1% | 0.42% | - |
| HSV(B) | 32.55º | 1% | 0.83% | - |
| XYZ | 33.28 | 26.26 | 3.31 | - |
| YUV | 130.89 | 54.14 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 0 | 0 | 0.46 | 1 | 0.17 | 32.55 | 1 | 0.42 |
| Hex | D4 | 73 | 0 | 0 | 2E | 64 | 11 | 21 | 64 | 2A |
| Octal | 324 | 163 | 0 | 0 | 56 | 144 | 21 | 41 | 144 | 52 |
| Binary | 11010100 | 1110011 | 0 | 0 | 101110 | 1100100 | 10001 | 100001 | 1100100 | 101010 |
Color Harmonies of #D47300
Complementary color
Monochromatic Colors of #D47300
Black with #D47300
Text Example
Text Example
White with #D47300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47300; }
p { color: rgb(212,115,0); }
H1.HeaderClassName
{
color: #D47300;
}
.AnyTagClassName
{
color: #D47300;
}
</style>
background-color css
<style>
a { background-color: #D47300; }
a { background-color: rgb(212,115,0); }
div.DivClassName
{
background-color: #D47300;
}
.BgClassName
{
background-color: #D47300;
}
</style>
border-color css
<style>
span { border-color: #D47300; }
span { border-color: rgb(212,115,0); }
td.TdClassName
{
border-color: #D47300;
}
.TagClassName
{
border-color: #D47300;
}
</style>