Shades of Mango Tango #D37202
Tints of Mango Tango #D37202
RGB
CMYK
RGB Variations
Color information
#D37202 (or 0xD37202) is known color: Mango Tango. HEX triplet: D3, 72 and 02. RGB value is (211,114,2). Sum of RGB (Red+Green+Blue) = 211+114+2=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D37202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37202 is #2C8DFD. Grayscale: #828282. Windows color (decimal): -2919934 or 160467. OLE color: 160467.
HSL color Cylindrical-coordinate representation of color #D37202: hue angle of 32.15º 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 #D37202 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.17 |
| HSL | 32.15º | 0.98% | 0.42% | - |
| HSV(B) | 32.15º | 0.99% | 0.83% | - |
| XYZ | 32.89 | 25.89 | 3.32 | - |
| YUV | 130.24 | 55.64 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 2 | 0 | 0.46 | 0.99 | 0.17 | 32.15 | 0.98 | 0.42 |
| Hex | D3 | 72 | 2 | 0 | 2E | 63 | 11 | 20 | 62 | 2A |
| Octal | 323 | 162 | 2 | 0 | 56 | 143 | 21 | 40 | 142 | 52 |
| Binary | 11010011 | 1110010 | 10 | 0 | 101110 | 1100011 | 10001 | 100000 | 1100010 | 101010 |
Color Harmonies of #D37202
Complementary color
Monochromatic Colors of #D37202
Black with #D37202
Text Example
Text Example
White with #D37202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37202; }
p { color: rgb(211,114,2); }
H1.HeaderClassName
{
color: #D37202;
}
.AnyTagClassName
{
color: #D37202;
}
</style>
background-color css
<style>
a { background-color: #D37202; }
a { background-color: rgb(211,114,2); }
div.DivClassName
{
background-color: #D37202;
}
.BgClassName
{
background-color: #D37202;
}
</style>
border-color css
<style>
span { border-color: #D37202; }
span { border-color: rgb(211,114,2); }
td.TdClassName
{
border-color: #D37202;
}
.TagClassName
{
border-color: #D37202;
}
</style>