Shades of Mango Tango #D47009
Tints of Mango Tango #D47009
RGB
CMYK
RGB Variations
Color information
#D47009 (or 0xD47009) is known color: Mango Tango. HEX triplet: D4, 70 and 09. RGB value is (212,112,9). Sum of RGB (Red+Green+Blue) = 212+112+9=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D47009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47009 is #2B8FF6. Grayscale: #828282. Windows color (decimal): -2854903 or 618708. OLE color: 618708.
HSL color Cylindrical-coordinate representation of color #D47009: hue angle of 30.44º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D47009 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.17 |
| HSL | 30.44º | 0.92% | 0.43% | - |
| HSV(B) | 30.44º | 0.96% | 0.83% | - |
| XYZ | 32.99 | 25.61 | 3.46 | - |
| YUV | 130.16 | 59.63 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 9 | 0 | 0.47 | 0.96 | 0.17 | 30.44 | 0.92 | 0.43 |
| Hex | D4 | 70 | 9 | 0 | 2F | 60 | 11 | 1E | 5C | 2B |
| Octal | 324 | 160 | 11 | 0 | 57 | 140 | 21 | 36 | 134 | 53 |
| Binary | 11010100 | 1110000 | 1001 | 0 | 101111 | 1100000 | 10001 | 11110 | 1011100 | 101011 |
Color Harmonies of #D47009
Complementary color
Monochromatic Colors of #D47009
Black with #D47009
Text Example
Text Example
White with #D47009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47009; }
p { color: rgb(212,112,9); }
H1.HeaderClassName
{
color: #D47009;
}
.AnyTagClassName
{
color: #D47009;
}
</style>
background-color css
<style>
a { background-color: #D47009; }
a { background-color: rgb(212,112,9); }
div.DivClassName
{
background-color: #D47009;
}
.BgClassName
{
background-color: #D47009;
}
</style>
border-color css
<style>
span { border-color: #D47009; }
span { border-color: rgb(212,112,9); }
td.TdClassName
{
border-color: #D47009;
}
.TagClassName
{
border-color: #D47009;
}
</style>