Shades of Mango Tango #D58404
Tints of Mango Tango #D58404
RGB
CMYK
RGB Variations
Color information
#D58404 (or 0xD58404) is known color: Mango Tango. HEX triplet: D5, 84 and 04. RGB value is (213,132,4). Sum of RGB (Red+Green+Blue) = 213+132+4=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D58404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58404 is #2A7BFB. Grayscale: #8E8E8E. Windows color (decimal): -2784252 or 296149. OLE color: 296149.
HSL color Cylindrical-coordinate representation of color #D58404: hue angle of 36.75º 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 #D58404 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.16 |
| HSL | 36.75º | 0.96% | 0.43% | - |
| HSV(B) | 36.75º | 0.98% | 0.84% | - |
| XYZ | 35.71 | 30.66 | 4.15 | - |
| YUV | 141.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 4 | 0 | 0.38 | 0.98 | 0.16 | 36.75 | 0.96 | 0.43 |
| Hex | D5 | 84 | 4 | 0 | 26 | 62 | 10 | 25 | 60 | 2B |
| Octal | 325 | 204 | 4 | 0 | 46 | 142 | 20 | 45 | 140 | 53 |
| Binary | 11010101 | 10000100 | 100 | 0 | 100110 | 1100010 | 10000 | 100101 | 1100000 | 101011 |
Color Harmonies of #D58404
Complementary color
Monochromatic Colors of #D58404
Black with #D58404
Text Example
Text Example
White with #D58404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58404; }
p { color: rgb(213,132,4); }
H1.HeaderClassName
{
color: #D58404;
}
.AnyTagClassName
{
color: #D58404;
}
</style>
background-color css
<style>
a { background-color: #D58404; }
a { background-color: rgb(213,132,4); }
div.DivClassName
{
background-color: #D58404;
}
.BgClassName
{
background-color: #D58404;
}
</style>
border-color css
<style>
span { border-color: #D58404; }
span { border-color: rgb(213,132,4); }
td.TdClassName
{
border-color: #D58404;
}
.TagClassName
{
border-color: #D58404;
}
</style>