Shades of Mango Tango #D17F00
Tints of Mango Tango #D17F00
RGB
CMYK
RGB Variations
Color information
#D17F00 (or 0xD17F00) is known color: Mango Tango. HEX triplet: D1, 7F and 00. RGB value is (209,127,0). Sum of RGB (Red+Green+Blue) = 209+127+0=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F00 is #2E80FF. Grayscale: #898989. Windows color (decimal): -3047680 or 32721. OLE color: 32721.
HSL color Cylindrical-coordinate representation of color #D17F00: hue angle of 36.46º 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 #D17F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.18 |
| HSL | 36.46º | 1% | 0.41% | - |
| HSV(B) | 36.46º | 1% | 0.82% | - |
| XYZ | 33.88 | 28.73 | 3.76 | - |
| YUV | 137.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 0 | 0 | 0.39 | 1 | 0.18 | 36.46 | 1 | 0.41 |
| Hex | D1 | 7F | 0 | 0 | 27 | 64 | 12 | 24 | 64 | 29 |
| Octal | 321 | 177 | 0 | 0 | 47 | 144 | 22 | 44 | 144 | 51 |
| Binary | 11010001 | 1111111 | 0 | 0 | 100111 | 1100100 | 10010 | 100100 | 1100100 | 101001 |
Color Harmonies of #D17F00
Complementary color
Monochromatic Colors of #D17F00
Black with #D17F00
Text Example
Text Example
White with #D17F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F00; }
p { color: rgb(209,127,0); }
H1.HeaderClassName
{
color: #D17F00;
}
.AnyTagClassName
{
color: #D17F00;
}
</style>
background-color css
<style>
a { background-color: #D17F00; }
a { background-color: rgb(209,127,0); }
div.DivClassName
{
background-color: #D17F00;
}
.BgClassName
{
background-color: #D17F00;
}
</style>
border-color css
<style>
span { border-color: #D17F00; }
span { border-color: rgb(209,127,0); }
td.TdClassName
{
border-color: #D17F00;
}
.TagClassName
{
border-color: #D17F00;
}
</style>