Shades of Mango Tango #D57404
Tints of Mango Tango #D57404
RGB
CMYK
RGB Variations
Color information
#D57404 (or 0xD57404) is known color: Mango Tango. HEX triplet: D5, 74 and 04. RGB value is (213,116,4). Sum of RGB (Red+Green+Blue) = 213+116+4=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D57404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57404 is #2A8BFB. Grayscale: #848484. Windows color (decimal): -2788348 or 292053. OLE color: 292053.
HSL color Cylindrical-coordinate representation of color #D57404: hue angle of 32.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D57404 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.16 |
| HSL | 32.15º | 0.96% | 0.43% | - |
| HSV(B) | 32.15º | 0.98% | 0.84% | - |
| XYZ | 33.71 | 26.65 | 3.48 | - |
| YUV | 132.24 | 55.64 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 4 | 0 | 0.46 | 0.98 | 0.16 | 32.15 | 0.96 | 0.43 |
| Hex | D5 | 74 | 4 | 0 | 2E | 62 | 10 | 20 | 60 | 2B |
| Octal | 325 | 164 | 4 | 0 | 56 | 142 | 20 | 40 | 140 | 53 |
| Binary | 11010101 | 1110100 | 100 | 0 | 101110 | 1100010 | 10000 | 100000 | 1100000 | 101011 |
Color Harmonies of #D57404
Complementary color
Monochromatic Colors of #D57404
Black with #D57404
Text Example
Text Example
White with #D57404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57404; }
p { color: rgb(213,116,4); }
H1.HeaderClassName
{
color: #D57404;
}
.AnyTagClassName
{
color: #D57404;
}
</style>
background-color css
<style>
a { background-color: #D57404; }
a { background-color: rgb(213,116,4); }
div.DivClassName
{
background-color: #D57404;
}
.BgClassName
{
background-color: #D57404;
}
</style>
border-color css
<style>
span { border-color: #D57404; }
span { border-color: rgb(213,116,4); }
td.TdClassName
{
border-color: #D57404;
}
.TagClassName
{
border-color: #D57404;
}
</style>