Shades of Mango Tango #D47301
Tints of Mango Tango #D47301
RGB
CMYK
RGB Variations
Color information
#D47301 (or 0xD47301) is known color: Mango Tango. HEX triplet: D4, 73 and 01. RGB value is (212,115,1). Sum of RGB (Red+Green+Blue) = 212+115+1=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D47301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47301 is #2B8CFE. Grayscale: #838383. Windows color (decimal): -2854143 or 95188. OLE color: 95188.
HSL color Cylindrical-coordinate representation of color #D47301: hue angle of 32.42º 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 #D47301 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.17 |
| HSL | 32.42º | 0.99% | 0.42% | - |
| HSV(B) | 32.42º | 1% | 0.83% | - |
| XYZ | 33.29 | 26.26 | 3.34 | - |
| YUV | 131.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 1 | 0 | 0.46 | 1.00 | 0.17 | 32.42 | 0.99 | 0.42 |
| Hex | D4 | 73 | 1 | 0 | 2E | 64 | 11 | 20 | 63 | 2A |
| Octal | 324 | 163 | 1 | 0 | 56 | 144 | 21 | 40 | 143 | 52 |
| Binary | 11010100 | 1110011 | 1 | 0 | 101110 | 1100100 | 10001 | 100000 | 1100011 | 101010 |
Color Harmonies of #D47301
Complementary color
Monochromatic Colors of #D47301
Black with #D47301
Text Example
Text Example
White with #D47301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47301; }
p { color: rgb(212,115,1); }
H1.HeaderClassName
{
color: #D47301;
}
.AnyTagClassName
{
color: #D47301;
}
</style>
background-color css
<style>
a { background-color: #D47301; }
a { background-color: rgb(212,115,1); }
div.DivClassName
{
background-color: #D47301;
}
.BgClassName
{
background-color: #D47301;
}
</style>
border-color css
<style>
span { border-color: #D47301; }
span { border-color: rgb(212,115,1); }
td.TdClassName
{
border-color: #D47301;
}
.TagClassName
{
border-color: #D47301;
}
</style>