Shades of Mango Tango #D47600
Tints of Mango Tango #D47600
RGB
CMYK
RGB Variations
Color information
#D47600 (or 0xD47600) is known color: Mango Tango. HEX triplet: D4, 76 and 00. RGB value is (212,118,0). Sum of RGB (Red+Green+Blue) = 212+118+0=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D47600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47600 is #2B89FF. Grayscale: #858585. Windows color (decimal): -2853376 or 30420. OLE color: 30420.
HSL color Cylindrical-coordinate representation of color #D47600: hue angle of 33.4º 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 #D47600 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.17 |
| HSL | 33.4º | 1% | 0.42% | - |
| HSV(B) | 33.4º | 1% | 0.83% | - |
| XYZ | 33.63 | 26.95 | 3.43 | - |
| YUV | 132.65 | 53.14 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 0 | 0 | 0.44 | 1 | 0.17 | 33.4 | 1 | 0.42 |
| Hex | D4 | 76 | 0 | 0 | 2C | 64 | 11 | 21 | 64 | 2A |
| Octal | 324 | 166 | 0 | 0 | 54 | 144 | 21 | 41 | 144 | 52 |
| Binary | 11010100 | 1110110 | 0 | 0 | 101100 | 1100100 | 10001 | 100001 | 1100100 | 101010 |
Color Harmonies of #D47600
Complementary color
Monochromatic Colors of #D47600
Black with #D47600
Text Example
Text Example
White with #D47600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47600; }
p { color: rgb(212,118,0); }
H1.HeaderClassName
{
color: #D47600;
}
.AnyTagClassName
{
color: #D47600;
}
</style>
background-color css
<style>
a { background-color: #D47600; }
a { background-color: rgb(212,118,0); }
div.DivClassName
{
background-color: #D47600;
}
.BgClassName
{
background-color: #D47600;
}
</style>
border-color css
<style>
span { border-color: #D47600; }
span { border-color: rgb(212,118,0); }
td.TdClassName
{
border-color: #D47600;
}
.TagClassName
{
border-color: #D47600;
}
</style>