Shades of Mango Tango #D57100
Tints of Mango Tango #D57100
RGB
CMYK
RGB Variations
Color information
#D57100 (or 0xD57100) is known color: Mango Tango. HEX triplet: D5, 71 and 00. RGB value is (213,113,0). Sum of RGB (Red+Green+Blue) = 213+113+0=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D57100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57100 is #2A8EFF. Grayscale: #828282. Windows color (decimal): -2789120 or 29141. OLE color: 29141.
HSL color Cylindrical-coordinate representation of color #D57100: hue angle of 31.83º 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 #D57100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.16 |
| HSL | 31.83º | 1% | 0.42% | - |
| HSV(B) | 31.83º | 1% | 0.84% | - |
| XYZ | 33.35 | 25.96 | 3.25 | - |
| YUV | 130.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 0 | 0 | 0.47 | 1 | 0.16 | 31.83 | 1 | 0.42 |
| Hex | D5 | 71 | 0 | 0 | 2F | 64 | 10 | 20 | 64 | 2A |
| Octal | 325 | 161 | 0 | 0 | 57 | 144 | 20 | 40 | 144 | 52 |
| Binary | 11010101 | 1110001 | 0 | 0 | 101111 | 1100100 | 10000 | 100000 | 1100100 | 101010 |
Color Harmonies of #D57100
Complementary color
Monochromatic Colors of #D57100
Black with #D57100
Text Example
Text Example
White with #D57100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57100; }
p { color: rgb(213,113,0); }
H1.HeaderClassName
{
color: #D57100;
}
.AnyTagClassName
{
color: #D57100;
}
</style>
background-color css
<style>
a { background-color: #D57100; }
a { background-color: rgb(213,113,0); }
div.DivClassName
{
background-color: #D57100;
}
.BgClassName
{
background-color: #D57100;
}
</style>
border-color css
<style>
span { border-color: #D57100; }
span { border-color: rgb(213,113,0); }
td.TdClassName
{
border-color: #D57100;
}
.TagClassName
{
border-color: #D57100;
}
</style>