Shades of Mango Tango #D37507
Tints of Mango Tango #D37507
RGB
CMYK
RGB Variations
Color information
#D37507 (or 0xD37507) is known color: Mango Tango. HEX triplet: D3, 75 and 07. RGB value is (211,117,7). Sum of RGB (Red+Green+Blue) = 211+117+7=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D37507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37507 is #2C8AF8. Grayscale: #858585. Windows color (decimal): -2919161 or 488915. OLE color: 488915.
HSL color Cylindrical-coordinate representation of color #D37507: hue angle of 32.35º 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 #D37507 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.17 |
| HSL | 32.35º | 0.94% | 0.43% | - |
| HSV(B) | 32.35º | 0.97% | 0.83% | - |
| XYZ | 33.26 | 26.59 | 3.58 | - |
| YUV | 132.57 | 57.14 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 7 | 0 | 0.45 | 0.97 | 0.17 | 32.35 | 0.94 | 0.43 |
| Hex | D3 | 75 | 7 | 0 | 2D | 61 | 11 | 20 | 5E | 2B |
| Octal | 323 | 165 | 7 | 0 | 55 | 141 | 21 | 40 | 136 | 53 |
| Binary | 11010011 | 1110101 | 111 | 0 | 101101 | 1100001 | 10001 | 100000 | 1011110 | 101011 |
Color Harmonies of #D37507
Complementary color
Monochromatic Colors of #D37507
Black with #D37507
Text Example
Text Example
White with #D37507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37507; }
p { color: rgb(211,117,7); }
H1.HeaderClassName
{
color: #D37507;
}
.AnyTagClassName
{
color: #D37507;
}
</style>
background-color css
<style>
a { background-color: #D37507; }
a { background-color: rgb(211,117,7); }
div.DivClassName
{
background-color: #D37507;
}
.BgClassName
{
background-color: #D37507;
}
</style>
border-color css
<style>
span { border-color: #D37507; }
span { border-color: rgb(211,117,7); }
td.TdClassName
{
border-color: #D37507;
}
.TagClassName
{
border-color: #D37507;
}
</style>