Shades of Mango Tango #D57000
Tints of Mango Tango #D57000
RGB
CMYK
RGB Variations
Color information
#D57000 (or 0xD57000) is known color: Mango Tango. HEX triplet: D5, 70 and 00. RGB value is (213,112,0). Sum of RGB (Red+Green+Blue) = 213+112+0=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D57000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57000 is #2A8FFF. Grayscale: #818181. Windows color (decimal): -2789376 or 28885. OLE color: 28885.
HSL color Cylindrical-coordinate representation of color #D57000: hue angle of 31.55º 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 #D57000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.16 |
| HSL | 31.55º | 1% | 0.42% | - |
| HSV(B) | 31.55º | 1% | 0.84% | - |
| XYZ | 33.23 | 25.73 | 3.22 | - |
| YUV | 129.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 0 | 0 | 0.47 | 1 | 0.16 | 31.55 | 1 | 0.42 |
| Hex | D5 | 70 | 0 | 0 | 2F | 64 | 10 | 20 | 64 | 2A |
| Octal | 325 | 160 | 0 | 0 | 57 | 144 | 20 | 40 | 144 | 52 |
| Binary | 11010101 | 1110000 | 0 | 0 | 101111 | 1100100 | 10000 | 100000 | 1100100 | 101010 |
Color Harmonies of #D57000
Complementary color
Monochromatic Colors of #D57000
Black with #D57000
Text Example
Text Example
White with #D57000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57000; }
p { color: rgb(213,112,0); }
H1.HeaderClassName
{
color: #D57000;
}
.AnyTagClassName
{
color: #D57000;
}
</style>
background-color css
<style>
a { background-color: #D57000; }
a { background-color: rgb(213,112,0); }
div.DivClassName
{
background-color: #D57000;
}
.BgClassName
{
background-color: #D57000;
}
</style>
border-color css
<style>
span { border-color: #D57000; }
span { border-color: rgb(213,112,0); }
td.TdClassName
{
border-color: #D57000;
}
.TagClassName
{
border-color: #D57000;
}
</style>