Shades of Mango Tango #D37407
Tints of Mango Tango #D37407
RGB
CMYK
RGB Variations
Color information
#D37407 (or 0xD37407) is known color: Mango Tango. HEX triplet: D3, 74 and 07. RGB value is (211,116,7). Sum of RGB (Red+Green+Blue) = 211+116+7=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D37407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37407 is #2C8BF8. Grayscale: #848484. Windows color (decimal): -2919417 or 488659. OLE color: 488659.
HSL color Cylindrical-coordinate representation of color #D37407: hue angle of 32.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D37407 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.17 |
| HSL | 32.06º | 0.94% | 0.43% | - |
| HSV(B) | 32.06º | 0.97% | 0.83% | - |
| XYZ | 33.15 | 26.36 | 3.54 | - |
| YUV | 131.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 7 | 0 | 0.45 | 0.97 | 0.17 | 32.06 | 0.94 | 0.43 |
| Hex | D3 | 74 | 7 | 0 | 2D | 61 | 11 | 20 | 5E | 2B |
| Octal | 323 | 164 | 7 | 0 | 55 | 141 | 21 | 40 | 136 | 53 |
| Binary | 11010011 | 1110100 | 111 | 0 | 101101 | 1100001 | 10001 | 100000 | 1011110 | 101011 |
Color Harmonies of #D37407
Complementary color
Monochromatic Colors of #D37407
Black with #D37407
Text Example
Text Example
White with #D37407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37407; }
p { color: rgb(211,116,7); }
H1.HeaderClassName
{
color: #D37407;
}
.AnyTagClassName
{
color: #D37407;
}
</style>
background-color css
<style>
a { background-color: #D37407; }
a { background-color: rgb(211,116,7); }
div.DivClassName
{
background-color: #D37407;
}
.BgClassName
{
background-color: #D37407;
}
</style>
border-color css
<style>
span { border-color: #D37407; }
span { border-color: rgb(211,116,7); }
td.TdClassName
{
border-color: #D37407;
}
.TagClassName
{
border-color: #D37407;
}
</style>