Shades of Mango Tango #D78404
Tints of Mango Tango #D78404
RGB
CMYK
RGB Variations
Color information
#D78404 (or 0xD78404) is known color: Mango Tango. HEX triplet: D7, 84 and 04. RGB value is (215,132,4). Sum of RGB (Red+Green+Blue) = 215+132+4=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D78404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78404 is #287BFB. Grayscale: #8E8E8E. Windows color (decimal): -2653180 or 296151. OLE color: 296151.
HSL color Cylindrical-coordinate representation of color #D78404: hue angle of 36.4º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D78404 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.16 |
| HSL | 36.4º | 0.96% | 0.43% | - |
| HSV(B) | 36.4º | 0.98% | 0.84% | - |
| XYZ | 36.3 | 30.96 | 4.18 | - |
| YUV | 142.23 | 50 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 4 | 0 | 0.39 | 0.98 | 0.16 | 36.4 | 0.96 | 0.43 |
| Hex | D7 | 84 | 4 | 0 | 27 | 62 | 10 | 24 | 60 | 2B |
| Octal | 327 | 204 | 4 | 0 | 47 | 142 | 20 | 44 | 140 | 53 |
| Binary | 11010111 | 10000100 | 100 | 0 | 100111 | 1100010 | 10000 | 100100 | 1100000 | 101011 |
Color Harmonies of #D78404
Complementary color
Monochromatic Colors of #D78404
Black with #D78404
Text Example
Text Example
White with #D78404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78404; }
p { color: rgb(215,132,4); }
H1.HeaderClassName
{
color: #D78404;
}
.AnyTagClassName
{
color: #D78404;
}
</style>
background-color css
<style>
a { background-color: #D78404; }
a { background-color: rgb(215,132,4); }
div.DivClassName
{
background-color: #D78404;
}
.BgClassName
{
background-color: #D78404;
}
</style>
border-color css
<style>
span { border-color: #D78404; }
span { border-color: rgb(215,132,4); }
td.TdClassName
{
border-color: #D78404;
}
.TagClassName
{
border-color: #D78404;
}
</style>