Shades of Mango Tango #D16F04
Tints of Mango Tango #D16F04
RGB
CMYK
RGB Variations
Color information
#D16F04 (or 0xD16F04) is known color: Mango Tango. HEX triplet: D1, 6F and 04. RGB value is (209,111,4). Sum of RGB (Red+Green+Blue) = 209+111+4=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F04 is #2E90FB. Grayscale: #808080. Windows color (decimal): -3051772 or 290769. OLE color: 290769.
HSL color Cylindrical-coordinate representation of color #D16F04: hue angle of 31.32º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D16F04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.18 |
| HSL | 31.32º | 0.96% | 0.42% | - |
| HSV(B) | 31.32º | 0.98% | 0.82% | - |
| XYZ | 32 | 24.93 | 3.24 | - |
| YUV | 128.1 | 57.97 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 4 | 0 | 0.47 | 0.98 | 0.18 | 31.32 | 0.96 | 0.42 |
| Hex | D1 | 6F | 4 | 0 | 2F | 62 | 12 | 1F | 60 | 2A |
| Octal | 321 | 157 | 4 | 0 | 57 | 142 | 22 | 37 | 140 | 52 |
| Binary | 11010001 | 1101111 | 100 | 0 | 101111 | 1100010 | 10010 | 11111 | 1100000 | 101010 |
Color Harmonies of #D16F04
Complementary color
Monochromatic Colors of #D16F04
Black with #D16F04
Text Example
Text Example
White with #D16F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F04; }
p { color: rgb(209,111,4); }
H1.HeaderClassName
{
color: #D16F04;
}
.AnyTagClassName
{
color: #D16F04;
}
</style>
background-color css
<style>
a { background-color: #D16F04; }
a { background-color: rgb(209,111,4); }
div.DivClassName
{
background-color: #D16F04;
}
.BgClassName
{
background-color: #D16F04;
}
</style>
border-color css
<style>
span { border-color: #D16F04; }
span { border-color: rgb(209,111,4); }
td.TdClassName
{
border-color: #D16F04;
}
.TagClassName
{
border-color: #D16F04;
}
</style>