Shades of Mango Tango #D17200
Tints of Mango Tango #D17200
RGB
CMYK
RGB Variations
Color information
#D17200 (or 0xD17200) is known color: Mango Tango. HEX triplet: D1, 72 and 00. RGB value is (209,114,0). Sum of RGB (Red+Green+Blue) = 209+114+0=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D17200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17200 is #2E8DFF. Grayscale: #818181. Windows color (decimal): -3051008 or 29393. OLE color: 29393.
HSL color Cylindrical-coordinate representation of color #D17200: hue angle of 32.73º 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 #D17200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.18 |
| HSL | 32.73º | 1% | 0.41% | - |
| HSV(B) | 32.73º | 1% | 0.82% | - |
| XYZ | 32.31 | 25.59 | 3.24 | - |
| YUV | 129.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 0 | 0 | 0.45 | 1 | 0.18 | 32.73 | 1 | 0.41 |
| Hex | D1 | 72 | 0 | 0 | 2D | 64 | 12 | 21 | 64 | 29 |
| Octal | 321 | 162 | 0 | 0 | 55 | 144 | 22 | 41 | 144 | 51 |
| Binary | 11010001 | 1110010 | 0 | 0 | 101101 | 1100100 | 10010 | 100001 | 1100100 | 101001 |
Color Harmonies of #D17200
Complementary color
Monochromatic Colors of #D17200
Black with #D17200
Text Example
Text Example
White with #D17200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17200; }
p { color: rgb(209,114,0); }
H1.HeaderClassName
{
color: #D17200;
}
.AnyTagClassName
{
color: #D17200;
}
</style>
background-color css
<style>
a { background-color: #D17200; }
a { background-color: rgb(209,114,0); }
div.DivClassName
{
background-color: #D17200;
}
.BgClassName
{
background-color: #D17200;
}
</style>
border-color css
<style>
span { border-color: #D17200; }
span { border-color: rgb(209,114,0); }
td.TdClassName
{
border-color: #D17200;
}
.TagClassName
{
border-color: #D17200;
}
</style>