Shades of Mango Tango #D78504
Tints of Mango Tango #D78504
RGB
CMYK
RGB Variations
Color information
#D78504 (or 0xD78504) is known color: Mango Tango. HEX triplet: D7, 85 and 04. RGB value is (215,133,4). Sum of RGB (Red+Green+Blue) = 215+133+4=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D78504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78504 is #287AFB. Grayscale: #8F8F8F. Windows color (decimal): -2652924 or 296407. OLE color: 296407.
HSL color Cylindrical-coordinate representation of color #D78504: hue angle of 36.68º 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 #D78504 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.16 |
| HSL | 36.68º | 0.96% | 0.43% | - |
| HSV(B) | 36.68º | 0.98% | 0.84% | - |
| XYZ | 36.43 | 31.23 | 4.22 | - |
| YUV | 142.81 | 49.67 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 4 | 0 | 0.38 | 0.98 | 0.16 | 36.68 | 0.96 | 0.43 |
| Hex | D7 | 85 | 4 | 0 | 26 | 62 | 10 | 25 | 60 | 2B |
| Octal | 327 | 205 | 4 | 0 | 46 | 142 | 20 | 45 | 140 | 53 |
| Binary | 11010111 | 10000101 | 100 | 0 | 100110 | 1100010 | 10000 | 100101 | 1100000 | 101011 |
Color Harmonies of #D78504
Complementary color
Monochromatic Colors of #D78504
Black with #D78504
Text Example
Text Example
White with #D78504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78504; }
p { color: rgb(215,133,4); }
H1.HeaderClassName
{
color: #D78504;
}
.AnyTagClassName
{
color: #D78504;
}
</style>
background-color css
<style>
a { background-color: #D78504; }
a { background-color: rgb(215,133,4); }
div.DivClassName
{
background-color: #D78504;
}
.BgClassName
{
background-color: #D78504;
}
</style>
border-color css
<style>
span { border-color: #D78504; }
span { border-color: rgb(215,133,4); }
td.TdClassName
{
border-color: #D78504;
}
.TagClassName
{
border-color: #D78504;
}
</style>