Shades of Mango Tango #D47900
Tints of Mango Tango #D47900
RGB
CMYK
RGB Variations
Color information
#D47900 (or 0xD47900) is known color: Mango Tango. HEX triplet: D4, 79 and 00. RGB value is (212,121,0). Sum of RGB (Red+Green+Blue) = 212+121+0=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D47900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47900 is #2B86FF. Grayscale: #868686. Windows color (decimal): -2852608 or 31188. OLE color: 31188.
HSL color Cylindrical-coordinate representation of color #D47900: hue angle of 34.25º 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 #D47900 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.17 |
| HSL | 34.25º | 1% | 0.42% | - |
| HSV(B) | 34.25º | 1% | 0.83% | - |
| XYZ | 33.99 | 27.67 | 3.55 | - |
| YUV | 134.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 0 | 0 | 0.43 | 1 | 0.17 | 34.25 | 1 | 0.42 |
| Hex | D4 | 79 | 0 | 0 | 2B | 64 | 11 | 22 | 64 | 2A |
| Octal | 324 | 171 | 0 | 0 | 53 | 144 | 21 | 42 | 144 | 52 |
| Binary | 11010100 | 1111001 | 0 | 0 | 101011 | 1100100 | 10001 | 100010 | 1100100 | 101010 |
Color Harmonies of #D47900
Complementary color
Monochromatic Colors of #D47900
Black with #D47900
Text Example
Text Example
White with #D47900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47900; }
p { color: rgb(212,121,0); }
H1.HeaderClassName
{
color: #D47900;
}
.AnyTagClassName
{
color: #D47900;
}
</style>
background-color css
<style>
a { background-color: #D47900; }
a { background-color: rgb(212,121,0); }
div.DivClassName
{
background-color: #D47900;
}
.BgClassName
{
background-color: #D47900;
}
</style>
border-color css
<style>
span { border-color: #D47900; }
span { border-color: rgb(212,121,0); }
td.TdClassName
{
border-color: #D47900;
}
.TagClassName
{
border-color: #D47900;
}
</style>