Shades of Mango Tango #D47F02
Tints of Mango Tango #D47F02
RGB
CMYK
RGB Variations
Color information
#D47F02 (or 0xD47F02) is known color: Mango Tango. HEX triplet: D4, 7F and 02. RGB value is (212,127,2). Sum of RGB (Red+Green+Blue) = 212+127+2=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47F02 is #2B80FD. Grayscale: #8A8A8A. Windows color (decimal): -2851070 or 163796. OLE color: 163796.
HSL color Cylindrical-coordinate representation of color #D47F02: hue angle of 35.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D47F02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.17 |
| HSL | 35.71º | 0.98% | 0.42% | - |
| HSV(B) | 35.71º | 0.99% | 0.83% | - |
| XYZ | 34.75 | 29.18 | 3.86 | - |
| YUV | 138.17 | 51.16 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 2 | 0 | 0.40 | 0.99 | 0.17 | 35.71 | 0.98 | 0.42 |
| Hex | D4 | 7F | 2 | 0 | 28 | 63 | 11 | 24 | 62 | 2A |
| Octal | 324 | 177 | 2 | 0 | 50 | 143 | 21 | 44 | 142 | 52 |
| Binary | 11010100 | 1111111 | 10 | 0 | 101000 | 1100011 | 10001 | 100100 | 1100010 | 101010 |
Color Harmonies of #D47F02
Complementary color
Monochromatic Colors of #D47F02
Black with #D47F02
Text Example
Text Example
White with #D47F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F02; }
p { color: rgb(212,127,2); }
H1.HeaderClassName
{
color: #D47F02;
}
.AnyTagClassName
{
color: #D47F02;
}
</style>
background-color css
<style>
a { background-color: #D47F02; }
a { background-color: rgb(212,127,2); }
div.DivClassName
{
background-color: #D47F02;
}
.BgClassName
{
background-color: #D47F02;
}
</style>
border-color css
<style>
span { border-color: #D47F02; }
span { border-color: rgb(212,127,2); }
td.TdClassName
{
border-color: #D47F02;
}
.TagClassName
{
border-color: #D47F02;
}
</style>