Shades of Mango Tango #D57A04
Tints of Mango Tango #D57A04
RGB
CMYK
RGB Variations
Color information
#D57A04 (or 0xD57A04) is known color: Mango Tango. HEX triplet: D5, 7A and 04. RGB value is (213,122,4). Sum of RGB (Red+Green+Blue) = 213+122+4=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A04 is #2A85FB. Grayscale: #888888. Windows color (decimal): -2786812 or 293589. OLE color: 293589.
HSL color Cylindrical-coordinate representation of color #D57A04: hue angle of 33.88º 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 #D57A04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.16 |
| HSL | 33.88º | 0.96% | 0.43% | - |
| HSV(B) | 33.88º | 0.98% | 0.84% | - |
| XYZ | 34.42 | 28.07 | 3.72 | - |
| YUV | 135.76 | 53.65 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 4 | 0 | 0.43 | 0.98 | 0.16 | 33.88 | 0.96 | 0.43 |
| Hex | D5 | 7A | 4 | 0 | 2B | 62 | 10 | 22 | 60 | 2B |
| Octal | 325 | 172 | 4 | 0 | 53 | 142 | 20 | 42 | 140 | 53 |
| Binary | 11010101 | 1111010 | 100 | 0 | 101011 | 1100010 | 10000 | 100010 | 1100000 | 101011 |
Color Harmonies of #D57A04
Complementary color
Monochromatic Colors of #D57A04
Black with #D57A04
Text Example
Text Example
White with #D57A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A04; }
p { color: rgb(213,122,4); }
H1.HeaderClassName
{
color: #D57A04;
}
.AnyTagClassName
{
color: #D57A04;
}
</style>
background-color css
<style>
a { background-color: #D57A04; }
a { background-color: rgb(213,122,4); }
div.DivClassName
{
background-color: #D57A04;
}
.BgClassName
{
background-color: #D57A04;
}
</style>
border-color css
<style>
span { border-color: #D57A04; }
span { border-color: rgb(213,122,4); }
td.TdClassName
{
border-color: #D57A04;
}
.TagClassName
{
border-color: #D57A04;
}
</style>