Shades of Mango Tango #D07507
Tints of Mango Tango #D07507
RGB
CMYK
RGB Variations
Color information
#D07507 (or 0xD07507) is known color: Mango Tango. HEX triplet: D0, 75 and 07. RGB value is (208,117,7). Sum of RGB (Red+Green+Blue) = 208+117+7=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D07507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07507 is #2F8AF8. Grayscale: #848484. Windows color (decimal): -3115769 or 488912. OLE color: 488912.
HSL color Cylindrical-coordinate representation of color #D07507: hue angle of 32.84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D07507 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.18 |
| HSL | 32.84º | 0.93% | 0.42% | - |
| HSV(B) | 32.84º | 0.97% | 0.82% | - |
| XYZ | 32.41 | 26.15 | 3.54 | - |
| YUV | 131.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 7 | 0 | 0.44 | 0.97 | 0.18 | 32.84 | 0.93 | 0.42 |
| Hex | D0 | 75 | 7 | 0 | 2C | 61 | 12 | 21 | 5D | 2A |
| Octal | 320 | 165 | 7 | 0 | 54 | 141 | 22 | 41 | 135 | 52 |
| Binary | 11010000 | 1110101 | 111 | 0 | 101100 | 1100001 | 10010 | 100001 | 1011101 | 101010 |
Color Harmonies of #D07507
Complementary color
Monochromatic Colors of #D07507
Black with #D07507
Text Example
Text Example
White with #D07507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07507; }
p { color: rgb(208,117,7); }
H1.HeaderClassName
{
color: #D07507;
}
.AnyTagClassName
{
color: #D07507;
}
</style>
background-color css
<style>
a { background-color: #D07507; }
a { background-color: rgb(208,117,7); }
div.DivClassName
{
background-color: #D07507;
}
.BgClassName
{
background-color: #D07507;
}
</style>
border-color css
<style>
span { border-color: #D07507; }
span { border-color: rgb(208,117,7); }
td.TdClassName
{
border-color: #D07507;
}
.TagClassName
{
border-color: #D07507;
}
</style>