Shades of Mango Tango #D77604
Tints of Mango Tango #D77604
RGB
CMYK
RGB Variations
Color information
#D77604 (or 0xD77604) is known color: Mango Tango. HEX triplet: D7, 76 and 04. RGB value is (215,118,4). Sum of RGB (Red+Green+Blue) = 215+118+4=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D77604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77604 is #2889FB. Grayscale: #868686. Windows color (decimal): -2656764 or 292567. OLE color: 292567.
HSL color Cylindrical-coordinate representation of color #D77604: hue angle of 32.42º 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 #D77604 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.16 |
| HSL | 32.42º | 0.96% | 0.43% | - |
| HSV(B) | 32.42º | 0.98% | 0.84% | - |
| XYZ | 34.52 | 27.41 | 3.59 | - |
| YUV | 134.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 4 | 0 | 0.45 | 0.98 | 0.16 | 32.42 | 0.96 | 0.43 |
| Hex | D7 | 76 | 4 | 0 | 2D | 62 | 10 | 20 | 60 | 2B |
| Octal | 327 | 166 | 4 | 0 | 55 | 142 | 20 | 40 | 140 | 53 |
| Binary | 11010111 | 1110110 | 100 | 0 | 101101 | 1100010 | 10000 | 100000 | 1100000 | 101011 |
Color Harmonies of #D77604
Complementary color
Monochromatic Colors of #D77604
Black with #D77604
Text Example
Text Example
White with #D77604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77604; }
p { color: rgb(215,118,4); }
H1.HeaderClassName
{
color: #D77604;
}
.AnyTagClassName
{
color: #D77604;
}
</style>
background-color css
<style>
a { background-color: #D77604; }
a { background-color: rgb(215,118,4); }
div.DivClassName
{
background-color: #D77604;
}
.BgClassName
{
background-color: #D77604;
}
</style>
border-color css
<style>
span { border-color: #D77604; }
span { border-color: rgb(215,118,4); }
td.TdClassName
{
border-color: #D77604;
}
.TagClassName
{
border-color: #D77604;
}
</style>