Shades of Mango Tango #D57800
Tints of Mango Tango #D57800
RGB
CMYK
RGB Variations
Color information
#D57800 (or 0xD57800) is known color: Mango Tango. HEX triplet: D5, 78 and 00. RGB value is (213,120,0). Sum of RGB (Red+Green+Blue) = 213+120+0=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D57800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57800 is #2A87FF. Grayscale: #868686. Windows color (decimal): -2787328 or 30933. OLE color: 30933.
HSL color Cylindrical-coordinate representation of color #D57800: hue angle of 33.8º 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 #D57800 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.16 |
| HSL | 33.8º | 1% | 0.42% | - |
| HSV(B) | 33.8º | 1% | 0.84% | - |
| XYZ | 34.16 | 27.58 | 3.52 | - |
| YUV | 134.13 | 52.31 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 0 | 0 | 0.44 | 1 | 0.16 | 33.8 | 1 | 0.42 |
| Hex | D5 | 78 | 0 | 0 | 2C | 64 | 10 | 22 | 64 | 2A |
| Octal | 325 | 170 | 0 | 0 | 54 | 144 | 20 | 42 | 144 | 52 |
| Binary | 11010101 | 1111000 | 0 | 0 | 101100 | 1100100 | 10000 | 100010 | 1100100 | 101010 |
Color Harmonies of #D57800
Complementary color
Monochromatic Colors of #D57800
Black with #D57800
Text Example
Text Example
White with #D57800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57800; }
p { color: rgb(213,120,0); }
H1.HeaderClassName
{
color: #D57800;
}
.AnyTagClassName
{
color: #D57800;
}
</style>
background-color css
<style>
a { background-color: #D57800; }
a { background-color: rgb(213,120,0); }
div.DivClassName
{
background-color: #D57800;
}
.BgClassName
{
background-color: #D57800;
}
</style>
border-color css
<style>
span { border-color: #D57800; }
span { border-color: rgb(213,120,0); }
td.TdClassName
{
border-color: #D57800;
}
.TagClassName
{
border-color: #D57800;
}
</style>