Shades of Mango Tango #D17A00
Tints of Mango Tango #D17A00
RGB
CMYK
RGB Variations
Color information
#D17A00 (or 0xD17A00) is known color: Mango Tango. HEX triplet: D1, 7A and 00. RGB value is (209,122,0). Sum of RGB (Red+Green+Blue) = 209+122+0=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17A00 is #2E85FF. Grayscale: #868686. Windows color (decimal): -3048960 or 31441. OLE color: 31441.
HSL color Cylindrical-coordinate representation of color #D17A00: hue angle of 35.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D17A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.18 |
| HSL | 35.02º | 1% | 0.41% | - |
| HSV(B) | 35.02º | 1% | 0.82% | - |
| XYZ | 33.25 | 27.47 | 3.55 | - |
| YUV | 134.11 | 52.32 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 0 | 0 | 0.42 | 1 | 0.18 | 35.02 | 1 | 0.41 |
| Hex | D1 | 7A | 0 | 0 | 2A | 64 | 12 | 23 | 64 | 29 |
| Octal | 321 | 172 | 0 | 0 | 52 | 144 | 22 | 43 | 144 | 51 |
| Binary | 11010001 | 1111010 | 0 | 0 | 101010 | 1100100 | 10010 | 100011 | 1100100 | 101001 |
Color Harmonies of #D17A00
Complementary color
Monochromatic Colors of #D17A00
Black with #D17A00
Text Example
Text Example
White with #D17A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A00; }
p { color: rgb(209,122,0); }
H1.HeaderClassName
{
color: #D17A00;
}
.AnyTagClassName
{
color: #D17A00;
}
</style>
background-color css
<style>
a { background-color: #D17A00; }
a { background-color: rgb(209,122,0); }
div.DivClassName
{
background-color: #D17A00;
}
.BgClassName
{
background-color: #D17A00;
}
</style>
border-color css
<style>
span { border-color: #D17A00; }
span { border-color: rgb(209,122,0); }
td.TdClassName
{
border-color: #D17A00;
}
.TagClassName
{
border-color: #D17A00;
}
</style>