Shades of Mango Tango #D17006
Tints of Mango Tango #D17006
RGB
CMYK
RGB Variations
Color information
#D17006 (or 0xD17006) is known color: Mango Tango. HEX triplet: D1, 70 and 06. RGB value is (209,112,6). Sum of RGB (Red+Green+Blue) = 209+112+6=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D17006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17006 is #2E8FF9. Grayscale: #818181. Windows color (decimal): -3051514 or 422097. OLE color: 422097.
HSL color Cylindrical-coordinate representation of color #D17006: hue angle of 31.33º degrees, saturation: 0.94, 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 #D17006 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.18 |
| HSL | 31.33º | 0.94% | 0.42% | - |
| HSV(B) | 31.33º | 0.97% | 0.82% | - |
| XYZ | 32.12 | 25.16 | 3.34 | - |
| YUV | 128.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 6 | 0 | 0.46 | 0.97 | 0.18 | 31.33 | 0.94 | 0.42 |
| Hex | D1 | 70 | 6 | 0 | 2E | 61 | 12 | 1F | 5E | 2A |
| Octal | 321 | 160 | 6 | 0 | 56 | 141 | 22 | 37 | 136 | 52 |
| Binary | 11010001 | 1110000 | 110 | 0 | 101110 | 1100001 | 10010 | 11111 | 1011110 | 101010 |
Color Harmonies of #D17006
Complementary color
Monochromatic Colors of #D17006
Black with #D17006
Text Example
Text Example
White with #D17006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17006; }
p { color: rgb(209,112,6); }
H1.HeaderClassName
{
color: #D17006;
}
.AnyTagClassName
{
color: #D17006;
}
</style>
background-color css
<style>
a { background-color: #D17006; }
a { background-color: rgb(209,112,6); }
div.DivClassName
{
background-color: #D17006;
}
.BgClassName
{
background-color: #D17006;
}
</style>
border-color css
<style>
span { border-color: #D17006; }
span { border-color: rgb(209,112,6); }
td.TdClassName
{
border-color: #D17006;
}
.TagClassName
{
border-color: #D17006;
}
</style>