Shades of Mango Tango #D57A00
Tints of Mango Tango #D57A00
RGB
CMYK
RGB Variations
Color information
#D57A00 (or 0xD57A00) is known color: Mango Tango. HEX triplet: D5, 7A and 00. RGB value is (213,122,0). Sum of RGB (Red+Green+Blue) = 213+122+0=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A00 is #2A85FF. Grayscale: #878787. Windows color (decimal): -2786816 or 31445. OLE color: 31445.
HSL color Cylindrical-coordinate representation of color #D57A00: hue angle of 34.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D57A00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.16 |
| HSL | 34.37º | 1% | 0.42% | - |
| HSV(B) | 34.37º | 1% | 0.84% | - |
| XYZ | 34.4 | 28.07 | 3.6 | - |
| YUV | 135.3 | 51.65 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 0 | 0 | 0.43 | 1 | 0.16 | 34.37 | 1 | 0.42 |
| Hex | D5 | 7A | 0 | 0 | 2B | 64 | 10 | 22 | 64 | 2A |
| Octal | 325 | 172 | 0 | 0 | 53 | 144 | 20 | 42 | 144 | 52 |
| Binary | 11010101 | 1111010 | 0 | 0 | 101011 | 1100100 | 10000 | 100010 | 1100100 | 101010 |
Color Harmonies of #D57A00
Complementary color
Monochromatic Colors of #D57A00
Black with #D57A00
Text Example
Text Example
White with #D57A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A00; }
p { color: rgb(213,122,0); }
H1.HeaderClassName
{
color: #D57A00;
}
.AnyTagClassName
{
color: #D57A00;
}
</style>
background-color css
<style>
a { background-color: #D57A00; }
a { background-color: rgb(213,122,0); }
div.DivClassName
{
background-color: #D57A00;
}
.BgClassName
{
background-color: #D57A00;
}
</style>
border-color css
<style>
span { border-color: #D57A00; }
span { border-color: rgb(213,122,0); }
td.TdClassName
{
border-color: #D57A00;
}
.TagClassName
{
border-color: #D57A00;
}
</style>