Shades of Mango Tango #D07C07
Tints of Mango Tango #D07C07
RGB
CMYK
RGB Variations
Color information
#D07C07 (or 0xD07C07) is known color: Mango Tango. HEX triplet: D0, 7C and 07. RGB value is (208,124,7). Sum of RGB (Red+Green+Blue) = 208+124+7=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C07 is #2F83F8. Grayscale: #888888. Windows color (decimal): -3113977 or 490704. OLE color: 490704.
HSL color Cylindrical-coordinate representation of color #D07C07: hue angle of 34.93º 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 #D07C07 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.18 |
| HSL | 34.93º | 0.93% | 0.42% | - |
| HSV(B) | 34.93º | 0.97% | 0.82% | - |
| XYZ | 33.26 | 27.84 | 3.82 | - |
| YUV | 135.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 7 | 0 | 0.40 | 0.97 | 0.18 | 34.93 | 0.93 | 0.42 |
| Hex | D0 | 7C | 7 | 0 | 28 | 61 | 12 | 23 | 5D | 2A |
| Octal | 320 | 174 | 7 | 0 | 50 | 141 | 22 | 43 | 135 | 52 |
| Binary | 11010000 | 1111100 | 111 | 0 | 101000 | 1100001 | 10010 | 100011 | 1011101 | 101010 |
Color Harmonies of #D07C07
Complementary color
Monochromatic Colors of #D07C07
Black with #D07C07
Text Example
Text Example
White with #D07C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C07; }
p { color: rgb(208,124,7); }
H1.HeaderClassName
{
color: #D07C07;
}
.AnyTagClassName
{
color: #D07C07;
}
</style>
background-color css
<style>
a { background-color: #D07C07; }
a { background-color: rgb(208,124,7); }
div.DivClassName
{
background-color: #D07C07;
}
.BgClassName
{
background-color: #D07C07;
}
</style>
border-color css
<style>
span { border-color: #D07C07; }
span { border-color: rgb(208,124,7); }
td.TdClassName
{
border-color: #D07C07;
}
.TagClassName
{
border-color: #D07C07;
}
</style>