Shades of Mango Tango #D17001
Tints of Mango Tango #D17001
RGB
CMYK
RGB Variations
Color information
#D17001 (or 0xD17001) is known color: Mango Tango. HEX triplet: D1, 70 and 01. RGB value is (209,112,1). Sum of RGB (Red+Green+Blue) = 209+112+1=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D17001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17001 is #2E8FFE. Grayscale: #808080. Windows color (decimal): -3051519 or 94417. OLE color: 94417.
HSL color Cylindrical-coordinate representation of color #D17001: hue angle of 32.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D17001 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.18 |
| HSL | 32.02º | 0.99% | 0.41% | - |
| HSV(B) | 32.02º | 1% | 0.82% | - |
| XYZ | 32.09 | 25.15 | 3.19 | - |
| YUV | 128.35 | 56.14 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 1 | 0 | 0.46 | 1.00 | 0.18 | 32.02 | 0.99 | 0.41 |
| Hex | D1 | 70 | 1 | 0 | 2E | 64 | 12 | 20 | 63 | 29 |
| Octal | 321 | 160 | 1 | 0 | 56 | 144 | 22 | 40 | 143 | 51 |
| Binary | 11010001 | 1110000 | 1 | 0 | 101110 | 1100100 | 10010 | 100000 | 1100011 | 101001 |
Color Harmonies of #D17001
Complementary color
Monochromatic Colors of #D17001
Black with #D17001
Text Example
Text Example
White with #D17001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17001; }
p { color: rgb(209,112,1); }
H1.HeaderClassName
{
color: #D17001;
}
.AnyTagClassName
{
color: #D17001;
}
</style>
background-color css
<style>
a { background-color: #D17001; }
a { background-color: rgb(209,112,1); }
div.DivClassName
{
background-color: #D17001;
}
.BgClassName
{
background-color: #D17001;
}
</style>
border-color css
<style>
span { border-color: #D17001; }
span { border-color: rgb(209,112,1); }
td.TdClassName
{
border-color: #D17001;
}
.TagClassName
{
border-color: #D17001;
}
</style>