Shades of Mango Tango #D17108
Tints of Mango Tango #D17108
RGB
CMYK
RGB Variations
Color information
#D17108 (or 0xD17108) is known color: Mango Tango. HEX triplet: D1, 71 and 08. RGB value is (209,113,8). Sum of RGB (Red+Green+Blue) = 209+113+8=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D17108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17108 is #2E8EF7. Grayscale: #828282. Windows color (decimal): -3051256 or 553425. OLE color: 553425.
HSL color Cylindrical-coordinate representation of color #D17108: hue angle of 31.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D17108 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.18 |
| HSL | 31.34º | 0.93% | 0.43% | - |
| HSV(B) | 31.34º | 0.96% | 0.82% | - |
| XYZ | 32.24 | 25.38 | 3.43 | - |
| YUV | 129.73 | 59.3 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 8 | 0 | 0.46 | 0.96 | 0.18 | 31.34 | 0.93 | 0.43 |
| Hex | D1 | 71 | 8 | 0 | 2E | 60 | 12 | 1F | 5D | 2B |
| Octal | 321 | 161 | 10 | 0 | 56 | 140 | 22 | 37 | 135 | 53 |
| Binary | 11010001 | 1110001 | 1000 | 0 | 101110 | 1100000 | 10010 | 11111 | 1011101 | 101011 |
Color Harmonies of #D17108
Complementary color
Monochromatic Colors of #D17108
Black with #D17108
Text Example
Text Example
White with #D17108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17108; }
p { color: rgb(209,113,8); }
H1.HeaderClassName
{
color: #D17108;
}
.AnyTagClassName
{
color: #D17108;
}
</style>
background-color css
<style>
a { background-color: #D17108; }
a { background-color: rgb(209,113,8); }
div.DivClassName
{
background-color: #D17108;
}
.BgClassName
{
background-color: #D17108;
}
</style>
border-color css
<style>
span { border-color: #D17108; }
span { border-color: rgb(209,113,8); }
td.TdClassName
{
border-color: #D17108;
}
.TagClassName
{
border-color: #D17108;
}
</style>