Shades of Mango Tango #D37E02
Tints of Mango Tango #D37E02
RGB
CMYK
RGB Variations
Color information
#D37E02 (or 0xD37E02) is known color: Mango Tango. HEX triplet: D3, 7E and 02. RGB value is (211,126,2). Sum of RGB (Red+Green+Blue) = 211+126+2=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37E02 is #2C81FD. Grayscale: #898989. Windows color (decimal): -2916862 or 163539. OLE color: 163539.
HSL color Cylindrical-coordinate representation of color #D37E02: hue angle of 35.6º degrees, saturation: 0.98, 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 #D37E02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.17 |
| HSL | 35.6º | 0.98% | 0.42% | - |
| HSV(B) | 35.6º | 0.99% | 0.83% | - |
| XYZ | 34.34 | 28.77 | 3.8 | - |
| YUV | 137.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 2 | 0 | 0.40 | 0.99 | 0.17 | 35.6 | 0.98 | 0.42 |
| Hex | D3 | 7E | 2 | 0 | 28 | 63 | 11 | 24 | 62 | 2A |
| Octal | 323 | 176 | 2 | 0 | 50 | 143 | 21 | 44 | 142 | 52 |
| Binary | 11010011 | 1111110 | 10 | 0 | 101000 | 1100011 | 10001 | 100100 | 1100010 | 101010 |
Color Harmonies of #D37E02
Complementary color
Monochromatic Colors of #D37E02
Black with #D37E02
Text Example
Text Example
White with #D37E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E02; }
p { color: rgb(211,126,2); }
H1.HeaderClassName
{
color: #D37E02;
}
.AnyTagClassName
{
color: #D37E02;
}
</style>
background-color css
<style>
a { background-color: #D37E02; }
a { background-color: rgb(211,126,2); }
div.DivClassName
{
background-color: #D37E02;
}
.BgClassName
{
background-color: #D37E02;
}
</style>
border-color css
<style>
span { border-color: #D37E02; }
span { border-color: rgb(211,126,2); }
td.TdClassName
{
border-color: #D37E02;
}
.TagClassName
{
border-color: #D37E02;
}
</style>