Shades of Mango Tango #D77309
Tints of Mango Tango #D77309
RGB
CMYK
RGB Variations
Color information
#D77309 (or 0xD77309) is known color: Mango Tango. HEX triplet: D7, 73 and 09. RGB value is (215,115,9). Sum of RGB (Red+Green+Blue) = 215+115+9=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D77309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77309 is #288CF6. Grayscale: #858585. Windows color (decimal): -2657527 or 619479. OLE color: 619479.
HSL color Cylindrical-coordinate representation of color #D77309: hue angle of 30.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D77309 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.16 |
| HSL | 30.87º | 0.92% | 0.44% | - |
| HSV(B) | 30.87º | 0.96% | 0.84% | - |
| XYZ | 34.2 | 26.73 | 3.61 | - |
| YUV | 132.82 | 58.13 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 9 | 0 | 0.47 | 0.96 | 0.16 | 30.87 | 0.92 | 0.44 |
| Hex | D7 | 73 | 9 | 0 | 2F | 60 | 10 | 1F | 5C | 2C |
| Octal | 327 | 163 | 11 | 0 | 57 | 140 | 20 | 37 | 134 | 54 |
| Binary | 11010111 | 1110011 | 1001 | 0 | 101111 | 1100000 | 10000 | 11111 | 1011100 | 101100 |
Color Harmonies of #D77309
Complementary color
Monochromatic Colors of #D77309
Black with #D77309
Text Example
Text Example
White with #D77309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77309; }
p { color: rgb(215,115,9); }
H1.HeaderClassName
{
color: #D77309;
}
.AnyTagClassName
{
color: #D77309;
}
</style>
background-color css
<style>
a { background-color: #D77309; }
a { background-color: rgb(215,115,9); }
div.DivClassName
{
background-color: #D77309;
}
.BgClassName
{
background-color: #D77309;
}
</style>
border-color css
<style>
span { border-color: #D77309; }
span { border-color: rgb(215,115,9); }
td.TdClassName
{
border-color: #D77309;
}
.TagClassName
{
border-color: #D77309;
}
</style>