Shades of Mango Tango #D57602
Tints of Mango Tango #D57602
RGB
CMYK
RGB Variations
Color information
#D57602 (or 0xD57602) is known color: Mango Tango. HEX triplet: D5, 76 and 02. RGB value is (213,118,2). Sum of RGB (Red+Green+Blue) = 213+118+2=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D57602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57602 is #2A89FD. Grayscale: #858585. Windows color (decimal): -2787838 or 161493. OLE color: 161493.
HSL color Cylindrical-coordinate representation of color #D57602: hue angle of 32.99º 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 #D57602 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.16 |
| HSL | 32.99º | 0.98% | 0.42% | - |
| HSV(B) | 32.99º | 0.99% | 0.84% | - |
| XYZ | 33.93 | 27.11 | 3.5 | - |
| YUV | 133.18 | 53.97 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 2 | 0 | 0.45 | 0.99 | 0.16 | 32.99 | 0.98 | 0.42 |
| Hex | D5 | 76 | 2 | 0 | 2D | 63 | 10 | 21 | 62 | 2A |
| Octal | 325 | 166 | 2 | 0 | 55 | 143 | 20 | 41 | 142 | 52 |
| Binary | 11010101 | 1110110 | 10 | 0 | 101101 | 1100011 | 10000 | 100001 | 1100010 | 101010 |
Color Harmonies of #D57602
Complementary color
Monochromatic Colors of #D57602
Black with #D57602
Text Example
Text Example
White with #D57602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57602; }
p { color: rgb(213,118,2); }
H1.HeaderClassName
{
color: #D57602;
}
.AnyTagClassName
{
color: #D57602;
}
</style>
background-color css
<style>
a { background-color: #D57602; }
a { background-color: rgb(213,118,2); }
div.DivClassName
{
background-color: #D57602;
}
.BgClassName
{
background-color: #D57602;
}
</style>
border-color css
<style>
span { border-color: #D57602; }
span { border-color: rgb(213,118,2); }
td.TdClassName
{
border-color: #D57602;
}
.TagClassName
{
border-color: #D57602;
}
</style>