Shades of Mango Tango #D57802
Tints of Mango Tango #D57802
RGB
CMYK
RGB Variations
Color information
#D57802 (or 0xD57802) is known color: Mango Tango. HEX triplet: D5, 78 and 02. RGB value is (213,120,2). Sum of RGB (Red+Green+Blue) = 213+120+2=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D57802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57802 is #2A87FD. Grayscale: #868686. Windows color (decimal): -2787326 or 162005. OLE color: 162005.
HSL color Cylindrical-coordinate representation of color #D57802: hue angle of 33.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D57802 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.16 |
| HSL | 33.55º | 0.98% | 0.42% | - |
| HSV(B) | 33.55º | 0.99% | 0.84% | - |
| XYZ | 34.17 | 27.58 | 3.58 | - |
| YUV | 134.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 2 | 0 | 0.44 | 0.99 | 0.16 | 33.55 | 0.98 | 0.42 |
| Hex | D5 | 78 | 2 | 0 | 2C | 63 | 10 | 22 | 62 | 2A |
| Octal | 325 | 170 | 2 | 0 | 54 | 143 | 20 | 42 | 142 | 52 |
| Binary | 11010101 | 1111000 | 10 | 0 | 101100 | 1100011 | 10000 | 100010 | 1100010 | 101010 |
Color Harmonies of #D57802
Complementary color
Monochromatic Colors of #D57802
Black with #D57802
Text Example
Text Example
White with #D57802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57802; }
p { color: rgb(213,120,2); }
H1.HeaderClassName
{
color: #D57802;
}
.AnyTagClassName
{
color: #D57802;
}
</style>
background-color css
<style>
a { background-color: #D57802; }
a { background-color: rgb(213,120,2); }
div.DivClassName
{
background-color: #D57802;
}
.BgClassName
{
background-color: #D57802;
}
</style>
border-color css
<style>
span { border-color: #D57802; }
span { border-color: rgb(213,120,2); }
td.TdClassName
{
border-color: #D57802;
}
.TagClassName
{
border-color: #D57802;
}
</style>