Shades of Mango Tango #D77304
Tints of Mango Tango #D77304
RGB
CMYK
RGB Variations
Color information
#D77304 (or 0xD77304) is known color: Mango Tango. HEX triplet: D7, 73 and 04. RGB value is (215,115,4). Sum of RGB (Red+Green+Blue) = 215+115+4=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D77304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77304 is #288CFB. Grayscale: #848484. Windows color (decimal): -2657532 or 291799. OLE color: 291799.
HSL color Cylindrical-coordinate representation of color #D77304: hue angle of 31.56º 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 #D77304 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.16 |
| HSL | 31.56º | 0.96% | 0.43% | - |
| HSV(B) | 31.56º | 0.98% | 0.84% | - |
| XYZ | 34.18 | 26.72 | 3.47 | - |
| YUV | 132.25 | 55.63 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 4 | 0 | 0.47 | 0.98 | 0.16 | 31.56 | 0.96 | 0.43 |
| Hex | D7 | 73 | 4 | 0 | 2F | 62 | 10 | 20 | 60 | 2B |
| Octal | 327 | 163 | 4 | 0 | 57 | 142 | 20 | 40 | 140 | 53 |
| Binary | 11010111 | 1110011 | 100 | 0 | 101111 | 1100010 | 10000 | 100000 | 1100000 | 101011 |
Color Harmonies of #D77304
Complementary color
Monochromatic Colors of #D77304
Black with #D77304
Text Example
Text Example
White with #D77304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77304; }
p { color: rgb(215,115,4); }
H1.HeaderClassName
{
color: #D77304;
}
.AnyTagClassName
{
color: #D77304;
}
</style>
background-color css
<style>
a { background-color: #D77304; }
a { background-color: rgb(215,115,4); }
div.DivClassName
{
background-color: #D77304;
}
.BgClassName
{
background-color: #D77304;
}
</style>
border-color css
<style>
span { border-color: #D77304; }
span { border-color: rgb(215,115,4); }
td.TdClassName
{
border-color: #D77304;
}
.TagClassName
{
border-color: #D77304;
}
</style>