Shades of Mango Tango #D17F02
Tints of Mango Tango #D17F02
RGB
CMYK
RGB Variations
Color information
#D17F02 (or 0xD17F02) is known color: Mango Tango. HEX triplet: D1, 7F and 02. RGB value is (209,127,2). Sum of RGB (Red+Green+Blue) = 209+127+2=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F02 is #2E80FD. Grayscale: #898989. Windows color (decimal): -3047678 or 163793. OLE color: 163793.
HSL color Cylindrical-coordinate representation of color #D17F02: hue angle of 36.23º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D17F02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.18 |
| HSL | 36.23º | 0.98% | 0.41% | - |
| HSV(B) | 36.23º | 0.99% | 0.82% | - |
| XYZ | 33.89 | 28.74 | 3.82 | - |
| YUV | 137.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 2 | 0 | 0.39 | 0.99 | 0.18 | 36.23 | 0.98 | 0.41 |
| Hex | D1 | 7F | 2 | 0 | 27 | 63 | 12 | 24 | 62 | 29 |
| Octal | 321 | 177 | 2 | 0 | 47 | 143 | 22 | 44 | 142 | 51 |
| Binary | 11010001 | 1111111 | 10 | 0 | 100111 | 1100011 | 10010 | 100100 | 1100010 | 101001 |
Color Harmonies of #D17F02
Complementary color
Monochromatic Colors of #D17F02
Black with #D17F02
Text Example
Text Example
White with #D17F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F02; }
p { color: rgb(209,127,2); }
H1.HeaderClassName
{
color: #D17F02;
}
.AnyTagClassName
{
color: #D17F02;
}
</style>
background-color css
<style>
a { background-color: #D17F02; }
a { background-color: rgb(209,127,2); }
div.DivClassName
{
background-color: #D17F02;
}
.BgClassName
{
background-color: #D17F02;
}
</style>
border-color css
<style>
span { border-color: #D17F02; }
span { border-color: rgb(209,127,2); }
td.TdClassName
{
border-color: #D17F02;
}
.TagClassName
{
border-color: #D17F02;
}
</style>