Shades of Mango Tango #D47D09
Tints of Mango Tango #D47D09
RGB
CMYK
RGB Variations
Color information
#D47D09 (or 0xD47D09) is known color: Mango Tango. HEX triplet: D4, 7D and 09. RGB value is (212,125,9). Sum of RGB (Red+Green+Blue) = 212+125+9=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D09 is #2B82F6. Grayscale: #8A8A8A. Windows color (decimal): -2851575 or 622036. OLE color: 622036.
HSL color Cylindrical-coordinate representation of color #D47D09: hue angle of 34.29º 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 #D47D09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.17 |
| HSL | 34.29º | 0.92% | 0.43% | - |
| HSV(B) | 34.29º | 0.96% | 0.83% | - |
| XYZ | 34.53 | 28.68 | 3.97 | - |
| YUV | 137.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 9 | 0 | 0.41 | 0.96 | 0.17 | 34.29 | 0.92 | 0.43 |
| Hex | D4 | 7D | 9 | 0 | 29 | 60 | 11 | 22 | 5C | 2B |
| Octal | 324 | 175 | 11 | 0 | 51 | 140 | 21 | 42 | 134 | 53 |
| Binary | 11010100 | 1111101 | 1001 | 0 | 101001 | 1100000 | 10001 | 100010 | 1011100 | 101011 |
Color Harmonies of #D47D09
Complementary color
Monochromatic Colors of #D47D09
Black with #D47D09
Text Example
Text Example
White with #D47D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D09; }
p { color: rgb(212,125,9); }
H1.HeaderClassName
{
color: #D47D09;
}
.AnyTagClassName
{
color: #D47D09;
}
</style>
background-color css
<style>
a { background-color: #D47D09; }
a { background-color: rgb(212,125,9); }
div.DivClassName
{
background-color: #D47D09;
}
.BgClassName
{
background-color: #D47D09;
}
</style>
border-color css
<style>
span { border-color: #D47D09; }
span { border-color: rgb(212,125,9); }
td.TdClassName
{
border-color: #D47D09;
}
.TagClassName
{
border-color: #D47D09;
}
</style>