Shades of Mango Tango #D17005
Tints of Mango Tango #D17005
RGB
CMYK
RGB Variations
Color information
#D17005 (or 0xD17005) is known color: Mango Tango. HEX triplet: D1, 70 and 05. RGB value is (209,112,5). Sum of RGB (Red+Green+Blue) = 209+112+5=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D17005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17005 is #2E8FFA. Grayscale: #818181. Windows color (decimal): -3051515 or 356561. OLE color: 356561.
HSL color Cylindrical-coordinate representation of color #D17005: hue angle of 31.47º degrees, saturation: 0.95, 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 #D17005 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.18 |
| HSL | 31.47º | 0.95% | 0.42% | - |
| HSV(B) | 31.47º | 0.98% | 0.82% | - |
| XYZ | 32.12 | 25.15 | 3.31 | - |
| YUV | 128.81 | 58.14 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 5 | 0 | 0.46 | 0.98 | 0.18 | 31.47 | 0.95 | 0.42 |
| Hex | D1 | 70 | 5 | 0 | 2E | 62 | 12 | 1F | 5F | 2A |
| Octal | 321 | 160 | 5 | 0 | 56 | 142 | 22 | 37 | 137 | 52 |
| Binary | 11010001 | 1110000 | 101 | 0 | 101110 | 1100010 | 10010 | 11111 | 1011111 | 101010 |
Color Harmonies of #D17005
Complementary color
Monochromatic Colors of #D17005
Black with #D17005
Text Example
Text Example
White with #D17005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17005; }
p { color: rgb(209,112,5); }
H1.HeaderClassName
{
color: #D17005;
}
.AnyTagClassName
{
color: #D17005;
}
</style>
background-color css
<style>
a { background-color: #D17005; }
a { background-color: rgb(209,112,5); }
div.DivClassName
{
background-color: #D17005;
}
.BgClassName
{
background-color: #D17005;
}
</style>
border-color css
<style>
span { border-color: #D17005; }
span { border-color: rgb(209,112,5); }
td.TdClassName
{
border-color: #D17005;
}
.TagClassName
{
border-color: #D17005;
}
</style>