Shades of Mango Tango #D16E00
Tints of Mango Tango #D16E00
RGB
CMYK
RGB Variations
Color information
#D16E00 (or 0xD16E00) is known color: Mango Tango. HEX triplet: D1, 6E and 00. RGB value is (209,110,0). Sum of RGB (Red+Green+Blue) = 209+110+0=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E00 is #2E91FF. Grayscale: #7F7F7F. Windows color (decimal): -3052032 or 28369. OLE color: 28369.
HSL color Cylindrical-coordinate representation of color #D16E00: hue angle of 31.58º 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 #D16E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.18 |
| HSL | 31.58º | 1% | 0.41% | - |
| HSV(B) | 31.58º | 1% | 0.82% | - |
| XYZ | 31.87 | 24.71 | 3.09 | - |
| YUV | 127.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 0 | 0 | 0.47 | 1 | 0.18 | 31.58 | 1 | 0.41 |
| Hex | D1 | 6E | 0 | 0 | 2F | 64 | 12 | 20 | 64 | 29 |
| Octal | 321 | 156 | 0 | 0 | 57 | 144 | 22 | 40 | 144 | 51 |
| Binary | 11010001 | 1101110 | 0 | 0 | 101111 | 1100100 | 10010 | 100000 | 1100100 | 101001 |
Color Harmonies of #D16E00
Complementary color
Monochromatic Colors of #D16E00
Black with #D16E00
Text Example
Text Example
White with #D16E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E00; }
p { color: rgb(209,110,0); }
H1.HeaderClassName
{
color: #D16E00;
}
.AnyTagClassName
{
color: #D16E00;
}
</style>
background-color css
<style>
a { background-color: #D16E00; }
a { background-color: rgb(209,110,0); }
div.DivClassName
{
background-color: #D16E00;
}
.BgClassName
{
background-color: #D16E00;
}
</style>
border-color css
<style>
span { border-color: #D16E00; }
span { border-color: rgb(209,110,0); }
td.TdClassName
{
border-color: #D16E00;
}
.TagClassName
{
border-color: #D16E00;
}
</style>