Shades of Mango Tango #D16F02
Tints of Mango Tango #D16F02
RGB
CMYK
RGB Variations
Color information
#D16F02 (or 0xD16F02) is known color: Mango Tango. HEX triplet: D1, 6F and 02. RGB value is (209,111,2). Sum of RGB (Red+Green+Blue) = 209+111+2=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F02 is #2E90FD. Grayscale: #808080. Windows color (decimal): -3051774 or 159697. OLE color: 159697.
HSL color Cylindrical-coordinate representation of color #D16F02: hue angle of 31.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D16F02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.18 |
| HSL | 31.59º | 0.98% | 0.41% | - |
| HSV(B) | 31.59º | 0.99% | 0.82% | - |
| XYZ | 31.99 | 24.93 | 3.18 | - |
| YUV | 127.88 | 56.97 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 2 | 0 | 0.47 | 0.99 | 0.18 | 31.59 | 0.98 | 0.41 |
| Hex | D1 | 6F | 2 | 0 | 2F | 63 | 12 | 20 | 62 | 29 |
| Octal | 321 | 157 | 2 | 0 | 57 | 143 | 22 | 40 | 142 | 51 |
| Binary | 11010001 | 1101111 | 10 | 0 | 101111 | 1100011 | 10010 | 100000 | 1100010 | 101001 |
Color Harmonies of #D16F02
Complementary color
Monochromatic Colors of #D16F02
Black with #D16F02
Text Example
Text Example
White with #D16F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F02; }
p { color: rgb(209,111,2); }
H1.HeaderClassName
{
color: #D16F02;
}
.AnyTagClassName
{
color: #D16F02;
}
</style>
background-color css
<style>
a { background-color: #D16F02; }
a { background-color: rgb(209,111,2); }
div.DivClassName
{
background-color: #D16F02;
}
.BgClassName
{
background-color: #D16F02;
}
</style>
border-color css
<style>
span { border-color: #D16F02; }
span { border-color: rgb(209,111,2); }
td.TdClassName
{
border-color: #D16F02;
}
.TagClassName
{
border-color: #D16F02;
}
</style>