Shades of Mango Tango #D47A01
Tints of Mango Tango #D47A01
RGB
CMYK
RGB Variations
Color information
#D47A01 (or 0xD47A01) is known color: Mango Tango. HEX triplet: D4, 7A and 01. RGB value is (212,122,1). Sum of RGB (Red+Green+Blue) = 212+122+1=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A01 is #2B85FE. Grayscale: #878787. Windows color (decimal): -2852351 or 96980. OLE color: 96980.
HSL color Cylindrical-coordinate representation of color #D47A01: hue angle of 34.41º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D47A01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.17 |
| HSL | 34.41º | 0.99% | 0.42% | - |
| HSV(B) | 34.41º | 1% | 0.83% | - |
| XYZ | 34.12 | 27.92 | 3.62 | - |
| YUV | 135.12 | 52.32 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 1 | 0 | 0.42 | 1.00 | 0.17 | 34.41 | 0.99 | 0.42 |
| Hex | D4 | 7A | 1 | 0 | 2A | 64 | 11 | 22 | 63 | 2A |
| Octal | 324 | 172 | 1 | 0 | 52 | 144 | 21 | 42 | 143 | 52 |
| Binary | 11010100 | 1111010 | 1 | 0 | 101010 | 1100100 | 10001 | 100010 | 1100011 | 101010 |
Color Harmonies of #D47A01
Complementary color
Monochromatic Colors of #D47A01
Black with #D47A01
Text Example
Text Example
White with #D47A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A01; }
p { color: rgb(212,122,1); }
H1.HeaderClassName
{
color: #D47A01;
}
.AnyTagClassName
{
color: #D47A01;
}
</style>
background-color css
<style>
a { background-color: #D47A01; }
a { background-color: rgb(212,122,1); }
div.DivClassName
{
background-color: #D47A01;
}
.BgClassName
{
background-color: #D47A01;
}
</style>
border-color css
<style>
span { border-color: #D47A01; }
span { border-color: rgb(212,122,1); }
td.TdClassName
{
border-color: #D47A01;
}
.TagClassName
{
border-color: #D47A01;
}
</style>