Shades of Mango Tango #D07A00
Tints of Mango Tango #D07A00
RGB
CMYK
RGB Variations
Color information
#D07A00 (or 0xD07A00) is known color: Mango Tango. HEX triplet: D0, 7A and 00. RGB value is (208,122,0). Sum of RGB (Red+Green+Blue) = 208+122+0=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A00 is #2F85FF. Grayscale: #868686. Windows color (decimal): -3114496 or 31440. OLE color: 31440.
HSL color Cylindrical-coordinate representation of color #D07A00: hue angle of 35.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.18 |
| HSL | 35.19º | 1% | 0.41% | - |
| HSV(B) | 35.19º | 1% | 0.82% | - |
| XYZ | 32.97 | 27.33 | 3.54 | - |
| YUV | 133.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 0 | 0 | 0.41 | 1 | 0.18 | 35.19 | 1 | 0.41 |
| Hex | D0 | 7A | 0 | 0 | 29 | 64 | 12 | 23 | 64 | 29 |
| Octal | 320 | 172 | 0 | 0 | 51 | 144 | 22 | 43 | 144 | 51 |
| Binary | 11010000 | 1111010 | 0 | 0 | 101001 | 1100100 | 10010 | 100011 | 1100100 | 101001 |
Color Harmonies of #D07A00
Complementary color
Monochromatic Colors of #D07A00
Black with #D07A00
Text Example
Text Example
White with #D07A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A00; }
p { color: rgb(208,122,0); }
H1.HeaderClassName
{
color: #D07A00;
}
.AnyTagClassName
{
color: #D07A00;
}
</style>
background-color css
<style>
a { background-color: #D07A00; }
a { background-color: rgb(208,122,0); }
div.DivClassName
{
background-color: #D07A00;
}
.BgClassName
{
background-color: #D07A00;
}
</style>
border-color css
<style>
span { border-color: #D07A00; }
span { border-color: rgb(208,122,0); }
td.TdClassName
{
border-color: #D07A00;
}
.TagClassName
{
border-color: #D07A00;
}
</style>