Shades of Mango Tango #D57403
Tints of Mango Tango #D57403
RGB
CMYK
RGB Variations
Color information
#D57403 (or 0xD57403) is known color: Mango Tango. HEX triplet: D5, 74 and 03. RGB value is (213,116,3). Sum of RGB (Red+Green+Blue) = 213+116+3=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D57403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57403 is #2A8BFC. Grayscale: #848484. Windows color (decimal): -2788349 or 226517. OLE color: 226517.
HSL color Cylindrical-coordinate representation of color #D57403: hue angle of 32.29º degrees, saturation: 0.97, 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 #D57403 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 3 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.16 |
| HSL | 32.29º | 0.97% | 0.42% | - |
| HSV(B) | 32.29º | 0.99% | 0.84% | - |
| XYZ | 33.7 | 26.64 | 3.45 | - |
| YUV | 132.12 | 55.14 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 3 | 0 | 0.46 | 0.99 | 0.16 | 32.29 | 0.97 | 0.42 |
| Hex | D5 | 74 | 3 | 0 | 2E | 63 | 10 | 20 | 61 | 2A |
| Octal | 325 | 164 | 3 | 0 | 56 | 143 | 20 | 40 | 141 | 52 |
| Binary | 11010101 | 1110100 | 11 | 0 | 101110 | 1100011 | 10000 | 100000 | 1100001 | 101010 |
Color Harmonies of #D57403
Complementary color
Monochromatic Colors of #D57403
Black with #D57403
Text Example
Text Example
White with #D57403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57403; }
p { color: rgb(213,116,3); }
H1.HeaderClassName
{
color: #D57403;
}
.AnyTagClassName
{
color: #D57403;
}
</style>
background-color css
<style>
a { background-color: #D57403; }
a { background-color: rgb(213,116,3); }
div.DivClassName
{
background-color: #D57403;
}
.BgClassName
{
background-color: #D57403;
}
</style>
border-color css
<style>
span { border-color: #D57403; }
span { border-color: rgb(213,116,3); }
td.TdClassName
{
border-color: #D57403;
}
.TagClassName
{
border-color: #D57403;
}
</style>