Shades of Mango Tango #D07407
Tints of Mango Tango #D07407
RGB
CMYK
RGB Variations
Color information
#D07407 (or 0xD07407) is known color: Mango Tango. HEX triplet: D0, 74 and 07. RGB value is (208,116,7). Sum of RGB (Red+Green+Blue) = 208+116+7=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D07407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07407 is #2F8BF8. Grayscale: #838383. Windows color (decimal): -3116025 or 488656. OLE color: 488656.
HSL color Cylindrical-coordinate representation of color #D07407: hue angle of 32.54º 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 #D07407 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.18 |
| HSL | 32.54º | 0.93% | 0.42% | - |
| HSV(B) | 32.54º | 0.97% | 0.82% | - |
| XYZ | 32.3 | 25.92 | 3.5 | - |
| YUV | 131.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 7 | 0 | 0.44 | 0.97 | 0.18 | 32.54 | 0.93 | 0.42 |
| Hex | D0 | 74 | 7 | 0 | 2C | 61 | 12 | 21 | 5D | 2A |
| Octal | 320 | 164 | 7 | 0 | 54 | 141 | 22 | 41 | 135 | 52 |
| Binary | 11010000 | 1110100 | 111 | 0 | 101100 | 1100001 | 10010 | 100001 | 1011101 | 101010 |
Color Harmonies of #D07407
Complementary color
Monochromatic Colors of #D07407
Black with #D07407
Text Example
Text Example
White with #D07407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07407; }
p { color: rgb(208,116,7); }
H1.HeaderClassName
{
color: #D07407;
}
.AnyTagClassName
{
color: #D07407;
}
</style>
background-color css
<style>
a { background-color: #D07407; }
a { background-color: rgb(208,116,7); }
div.DivClassName
{
background-color: #D07407;
}
.BgClassName
{
background-color: #D07407;
}
</style>
border-color css
<style>
span { border-color: #D07407; }
span { border-color: rgb(208,116,7); }
td.TdClassName
{
border-color: #D07407;
}
.TagClassName
{
border-color: #D07407;
}
</style>