Shades of Mango Tango #D47001
Tints of Mango Tango #D47001
RGB
CMYK
RGB Variations
Color information
#D47001 (or 0xD47001) is known color: Mango Tango. HEX triplet: D4, 70 and 01. RGB value is (212,112,1). Sum of RGB (Red+Green+Blue) = 212+112+1=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D47001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47001 is #2B8FFE. Grayscale: #818181. Windows color (decimal): -2854911 or 94420. OLE color: 94420.
HSL color Cylindrical-coordinate representation of color #D47001: hue angle of 31.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D47001 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.17 |
| HSL | 31.56º | 0.99% | 0.42% | - |
| HSV(B) | 31.56º | 1% | 0.83% | - |
| XYZ | 32.95 | 25.59 | 3.23 | - |
| YUV | 129.25 | 55.63 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 1 | 0 | 0.47 | 1.00 | 0.17 | 31.56 | 0.99 | 0.42 |
| Hex | D4 | 70 | 1 | 0 | 2F | 64 | 11 | 20 | 63 | 2A |
| Octal | 324 | 160 | 1 | 0 | 57 | 144 | 21 | 40 | 143 | 52 |
| Binary | 11010100 | 1110000 | 1 | 0 | 101111 | 1100100 | 10001 | 100000 | 1100011 | 101010 |
Color Harmonies of #D47001
Complementary color
Monochromatic Colors of #D47001
Black with #D47001
Text Example
Text Example
White with #D47001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47001; }
p { color: rgb(212,112,1); }
H1.HeaderClassName
{
color: #D47001;
}
.AnyTagClassName
{
color: #D47001;
}
</style>
background-color css
<style>
a { background-color: #D47001; }
a { background-color: rgb(212,112,1); }
div.DivClassName
{
background-color: #D47001;
}
.BgClassName
{
background-color: #D47001;
}
</style>
border-color css
<style>
span { border-color: #D47001; }
span { border-color: rgb(212,112,1); }
td.TdClassName
{
border-color: #D47001;
}
.TagClassName
{
border-color: #D47001;
}
</style>