Shades of Mango Tango #D78407
Tints of Mango Tango #D78407
RGB
CMYK
RGB Variations
Color information
#D78407 (or 0xD78407) is known color: Mango Tango. HEX triplet: D7, 84 and 07. RGB value is (215,132,7). Sum of RGB (Red+Green+Blue) = 215+132+7=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D78407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78407 is #287BF8. Grayscale: #8F8F8F. Windows color (decimal): -2653177 or 492759. OLE color: 492759.
HSL color Cylindrical-coordinate representation of color #D78407: hue angle of 36.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D78407 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.16 |
| HSL | 36.06º | 0.94% | 0.44% | - |
| HSV(B) | 36.06º | 0.97% | 0.84% | - |
| XYZ | 36.31 | 30.96 | 4.26 | - |
| YUV | 142.57 | 51.5 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 7 | 0 | 0.39 | 0.97 | 0.16 | 36.06 | 0.94 | 0.44 |
| Hex | D7 | 84 | 7 | 0 | 27 | 61 | 10 | 24 | 5E | 2C |
| Octal | 327 | 204 | 7 | 0 | 47 | 141 | 20 | 44 | 136 | 54 |
| Binary | 11010111 | 10000100 | 111 | 0 | 100111 | 1100001 | 10000 | 100100 | 1011110 | 101100 |
Color Harmonies of #D78407
Complementary color
Monochromatic Colors of #D78407
Black with #D78407
Text Example
Text Example
White with #D78407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78407; }
p { color: rgb(215,132,7); }
H1.HeaderClassName
{
color: #D78407;
}
.AnyTagClassName
{
color: #D78407;
}
</style>
background-color css
<style>
a { background-color: #D78407; }
a { background-color: rgb(215,132,7); }
div.DivClassName
{
background-color: #D78407;
}
.BgClassName
{
background-color: #D78407;
}
</style>
border-color css
<style>
span { border-color: #D78407; }
span { border-color: rgb(215,132,7); }
td.TdClassName
{
border-color: #D78407;
}
.TagClassName
{
border-color: #D78407;
}
</style>