Shades of Mango Tango #D47F03
Tints of Mango Tango #D47F03
RGB
CMYK
RGB Variations
Color information
#D47F03 (or 0xD47F03) is known color: Mango Tango. HEX triplet: D4, 7F and 03. RGB value is (212,127,3). Sum of RGB (Red+Green+Blue) = 212+127+3=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47F03 is #2B80FC. Grayscale: #8A8A8A. Windows color (decimal): -2851069 or 229332. OLE color: 229332.
HSL color Cylindrical-coordinate representation of color #D47F03: hue angle of 35.6º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D47F03 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.17 |
| HSL | 35.6º | 0.97% | 0.42% | - |
| HSV(B) | 35.6º | 0.99% | 0.83% | - |
| XYZ | 34.76 | 29.18 | 3.89 | - |
| YUV | 138.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 3 | 0 | 0.40 | 0.99 | 0.17 | 35.6 | 0.97 | 0.42 |
| Hex | D4 | 7F | 3 | 0 | 28 | 63 | 11 | 24 | 61 | 2A |
| Octal | 324 | 177 | 3 | 0 | 50 | 143 | 21 | 44 | 141 | 52 |
| Binary | 11010100 | 1111111 | 11 | 0 | 101000 | 1100011 | 10001 | 100100 | 1100001 | 101010 |
Color Harmonies of #D47F03
Complementary color
Monochromatic Colors of #D47F03
Black with #D47F03
Text Example
Text Example
White with #D47F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F03; }
p { color: rgb(212,127,3); }
H1.HeaderClassName
{
color: #D47F03;
}
.AnyTagClassName
{
color: #D47F03;
}
</style>
background-color css
<style>
a { background-color: #D47F03; }
a { background-color: rgb(212,127,3); }
div.DivClassName
{
background-color: #D47F03;
}
.BgClassName
{
background-color: #D47F03;
}
</style>
border-color css
<style>
span { border-color: #D47F03; }
span { border-color: rgb(212,127,3); }
td.TdClassName
{
border-color: #D47F03;
}
.TagClassName
{
border-color: #D47F03;
}
</style>