Shades of Mango Tango #D58504
Tints of Mango Tango #D58504
RGB
CMYK
RGB Variations
Color information
#D58504 (or 0xD58504) is known color: Mango Tango. HEX triplet: D5, 85 and 04. RGB value is (213,133,4). Sum of RGB (Red+Green+Blue) = 213+133+4=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D58504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58504 is #2A7AFB. Grayscale: #8E8E8E. Windows color (decimal): -2783996 or 296405. OLE color: 296405.
HSL color Cylindrical-coordinate representation of color #D58504: hue angle of 37.03º 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 #D58504 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.16 |
| HSL | 37.03º | 0.96% | 0.43% | - |
| HSV(B) | 37.03º | 0.98% | 0.84% | - |
| XYZ | 35.85 | 30.93 | 4.2 | - |
| YUV | 142.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 4 | 0 | 0.38 | 0.98 | 0.16 | 37.03 | 0.96 | 0.43 |
| Hex | D5 | 85 | 4 | 0 | 26 | 62 | 10 | 25 | 60 | 2B |
| Octal | 325 | 205 | 4 | 0 | 46 | 142 | 20 | 45 | 140 | 53 |
| Binary | 11010101 | 10000101 | 100 | 0 | 100110 | 1100010 | 10000 | 100101 | 1100000 | 101011 |
Color Harmonies of #D58504
Complementary color
Monochromatic Colors of #D58504
Black with #D58504
Text Example
Text Example
White with #D58504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58504; }
p { color: rgb(213,133,4); }
H1.HeaderClassName
{
color: #D58504;
}
.AnyTagClassName
{
color: #D58504;
}
</style>
background-color css
<style>
a { background-color: #D58504; }
a { background-color: rgb(213,133,4); }
div.DivClassName
{
background-color: #D58504;
}
.BgClassName
{
background-color: #D58504;
}
</style>
border-color css
<style>
span { border-color: #D58504; }
span { border-color: rgb(213,133,4); }
td.TdClassName
{
border-color: #D58504;
}
.TagClassName
{
border-color: #D58504;
}
</style>