Shades of Mango Tango #D57E00
Tints of Mango Tango #D57E00
RGB
CMYK
RGB Variations
Color information
#D57E00 (or 0xD57E00) is known color: Mango Tango. HEX triplet: D5, 7E and 00. RGB value is (213,126,0). Sum of RGB (Red+Green+Blue) = 213+126+0=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E00 is #2A81FF. Grayscale: #8A8A8A. Windows color (decimal): -2785792 or 32469. OLE color: 32469.
HSL color Cylindrical-coordinate representation of color #D57E00: hue angle of 35.49º 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 #D57E00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.16 |
| HSL | 35.49º | 1% | 0.42% | - |
| HSV(B) | 35.49º | 1% | 0.84% | - |
| XYZ | 34.9 | 29.07 | 3.77 | - |
| YUV | 137.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 0 | 0 | 0.41 | 1 | 0.16 | 35.49 | 1 | 0.42 |
| Hex | D5 | 7E | 0 | 0 | 29 | 64 | 10 | 23 | 64 | 2A |
| Octal | 325 | 176 | 0 | 0 | 51 | 144 | 20 | 43 | 144 | 52 |
| Binary | 11010101 | 1111110 | 0 | 0 | 101001 | 1100100 | 10000 | 100011 | 1100100 | 101010 |
Color Harmonies of #D57E00
Complementary color
Monochromatic Colors of #D57E00
Black with #D57E00
Text Example
Text Example
White with #D57E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E00; }
p { color: rgb(213,126,0); }
H1.HeaderClassName
{
color: #D57E00;
}
.AnyTagClassName
{
color: #D57E00;
}
</style>
background-color css
<style>
a { background-color: #D57E00; }
a { background-color: rgb(213,126,0); }
div.DivClassName
{
background-color: #D57E00;
}
.BgClassName
{
background-color: #D57E00;
}
</style>
border-color css
<style>
span { border-color: #D57E00; }
span { border-color: rgb(213,126,0); }
td.TdClassName
{
border-color: #D57E00;
}
.TagClassName
{
border-color: #D57E00;
}
</style>