Shades of Mango Tango #D47A08
Tints of Mango Tango #D47A08
RGB
CMYK
RGB Variations
Color information
#D47A08 (or 0xD47A08) is known color: Mango Tango. HEX triplet: D4, 7A and 08. RGB value is (212,122,8). Sum of RGB (Red+Green+Blue) = 212+122+8=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A08 is #2B85F7. Grayscale: #888888. Windows color (decimal): -2852344 or 555732. OLE color: 555732.
HSL color Cylindrical-coordinate representation of color #D47A08: hue angle of 33.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D47A08 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.17 |
| HSL | 33.53º | 0.93% | 0.43% | - |
| HSV(B) | 33.53º | 0.96% | 0.83% | - |
| XYZ | 34.15 | 27.93 | 3.82 | - |
| YUV | 135.91 | 55.82 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 8 | 0 | 0.42 | 0.96 | 0.17 | 33.53 | 0.93 | 0.43 |
| Hex | D4 | 7A | 8 | 0 | 2A | 60 | 11 | 22 | 5D | 2B |
| Octal | 324 | 172 | 10 | 0 | 52 | 140 | 21 | 42 | 135 | 53 |
| Binary | 11010100 | 1111010 | 1000 | 0 | 101010 | 1100000 | 10001 | 100010 | 1011101 | 101011 |
Color Harmonies of #D47A08
Complementary color
Monochromatic Colors of #D47A08
Black with #D47A08
Text Example
Text Example
White with #D47A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A08; }
p { color: rgb(212,122,8); }
H1.HeaderClassName
{
color: #D47A08;
}
.AnyTagClassName
{
color: #D47A08;
}
</style>
background-color css
<style>
a { background-color: #D47A08; }
a { background-color: rgb(212,122,8); }
div.DivClassName
{
background-color: #D47A08;
}
.BgClassName
{
background-color: #D47A08;
}
</style>
border-color css
<style>
span { border-color: #D47A08; }
span { border-color: rgb(212,122,8); }
td.TdClassName
{
border-color: #D47A08;
}
.TagClassName
{
border-color: #D47A08;
}
</style>