Shades of Mango Tango #D47D07
Tints of Mango Tango #D47D07
RGB
CMYK
RGB Variations
Color information
#D47D07 (or 0xD47D07) is known color: Mango Tango. HEX triplet: D4, 7D and 07. RGB value is (212,125,7). Sum of RGB (Red+Green+Blue) = 212+125+7=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D07 is #2B82F8. Grayscale: #8A8A8A. Windows color (decimal): -2851577 or 490964. OLE color: 490964.
HSL color Cylindrical-coordinate representation of color #D47D07: hue angle of 34.54º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D47D07 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.17 |
| HSL | 34.54º | 0.94% | 0.43% | - |
| HSV(B) | 34.54º | 0.97% | 0.83% | - |
| XYZ | 34.52 | 28.68 | 3.92 | - |
| YUV | 137.56 | 54.32 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 7 | 0 | 0.41 | 0.97 | 0.17 | 34.54 | 0.94 | 0.43 |
| Hex | D4 | 7D | 7 | 0 | 29 | 61 | 11 | 23 | 5E | 2B |
| Octal | 324 | 175 | 7 | 0 | 51 | 141 | 21 | 43 | 136 | 53 |
| Binary | 11010100 | 1111101 | 111 | 0 | 101001 | 1100001 | 10001 | 100011 | 1011110 | 101011 |
Color Harmonies of #D47D07
Complementary color
Monochromatic Colors of #D47D07
Black with #D47D07
Text Example
Text Example
White with #D47D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D07; }
p { color: rgb(212,125,7); }
H1.HeaderClassName
{
color: #D47D07;
}
.AnyTagClassName
{
color: #D47D07;
}
</style>
background-color css
<style>
a { background-color: #D47D07; }
a { background-color: rgb(212,125,7); }
div.DivClassName
{
background-color: #D47D07;
}
.BgClassName
{
background-color: #D47D07;
}
</style>
border-color css
<style>
span { border-color: #D47D07; }
span { border-color: rgb(212,125,7); }
td.TdClassName
{
border-color: #D47D07;
}
.TagClassName
{
border-color: #D47D07;
}
</style>