Shades of Mango Tango #D17F07
Tints of Mango Tango #D17F07
RGB
CMYK
RGB Variations
Color information
#D17F07 (or 0xD17F07) is known color: Mango Tango. HEX triplet: D1, 7F and 07. RGB value is (209,127,7). Sum of RGB (Red+Green+Blue) = 209+127+7=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F07 is #2E80F8. Grayscale: #8A8A8A. Windows color (decimal): -3047673 or 491473. OLE color: 491473.
HSL color Cylindrical-coordinate representation of color #D17F07: hue angle of 35.64º 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 #D17F07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.18 |
| HSL | 35.64º | 0.94% | 0.42% | - |
| HSV(B) | 35.64º | 0.97% | 0.82% | - |
| XYZ | 33.92 | 28.75 | 3.96 | - |
| YUV | 137.84 | 54.17 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 7 | 0 | 0.39 | 0.97 | 0.18 | 35.64 | 0.94 | 0.42 |
| Hex | D1 | 7F | 7 | 0 | 27 | 61 | 12 | 24 | 5E | 2A |
| Octal | 321 | 177 | 7 | 0 | 47 | 141 | 22 | 44 | 136 | 52 |
| Binary | 11010001 | 1111111 | 111 | 0 | 100111 | 1100001 | 10010 | 100100 | 1011110 | 101010 |
Color Harmonies of #D17F07
Complementary color
Monochromatic Colors of #D17F07
Black with #D17F07
Text Example
Text Example
White with #D17F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F07; }
p { color: rgb(209,127,7); }
H1.HeaderClassName
{
color: #D17F07;
}
.AnyTagClassName
{
color: #D17F07;
}
</style>
background-color css
<style>
a { background-color: #D17F07; }
a { background-color: rgb(209,127,7); }
div.DivClassName
{
background-color: #D17F07;
}
.BgClassName
{
background-color: #D17F07;
}
</style>
border-color css
<style>
span { border-color: #D17F07; }
span { border-color: rgb(209,127,7); }
td.TdClassName
{
border-color: #D17F07;
}
.TagClassName
{
border-color: #D17F07;
}
</style>