Shades of Mango Tango #D37003
Tints of Mango Tango #D37003
RGB
CMYK
RGB Variations
Color information
#D37003 (or 0xD37003) is known color: Mango Tango. HEX triplet: D3, 70 and 03. RGB value is (211,112,3). Sum of RGB (Red+Green+Blue) = 211+112+3=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D37003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37003 is #2C8FFC. Grayscale: #818181. Windows color (decimal): -2920445 or 225491. OLE color: 225491.
HSL color Cylindrical-coordinate representation of color #D37003: hue angle of 31.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D37003 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.17 |
| HSL | 31.44º | 0.97% | 0.42% | - |
| HSV(B) | 31.44º | 0.99% | 0.83% | - |
| XYZ | 32.67 | 25.44 | 3.28 | - |
| YUV | 129.18 | 56.8 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 3 | 0 | 0.47 | 0.99 | 0.17 | 31.44 | 0.97 | 0.42 |
| Hex | D3 | 70 | 3 | 0 | 2F | 63 | 11 | 1F | 61 | 2A |
| Octal | 323 | 160 | 3 | 0 | 57 | 143 | 21 | 37 | 141 | 52 |
| Binary | 11010011 | 1110000 | 11 | 0 | 101111 | 1100011 | 10001 | 11111 | 1100001 | 101010 |
Color Harmonies of #D37003
Complementary color
Monochromatic Colors of #D37003
Black with #D37003
Text Example
Text Example
White with #D37003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37003; }
p { color: rgb(211,112,3); }
H1.HeaderClassName
{
color: #D37003;
}
.AnyTagClassName
{
color: #D37003;
}
</style>
background-color css
<style>
a { background-color: #D37003; }
a { background-color: rgb(211,112,3); }
div.DivClassName
{
background-color: #D37003;
}
.BgClassName
{
background-color: #D37003;
}
</style>
border-color css
<style>
span { border-color: #D37003; }
span { border-color: rgb(211,112,3); }
td.TdClassName
{
border-color: #D37003;
}
.TagClassName
{
border-color: #D37003;
}
</style>