Shades of Mango Tango #D77F08
Tints of Mango Tango #D77F08
RGB
CMYK
RGB Variations
Color information
#D77F08 (or 0xD77F08) is known color: Mango Tango. HEX triplet: D7, 7F and 08. RGB value is (215,127,8). Sum of RGB (Red+Green+Blue) = 215+127+8=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F08 is #2880F7. Grayscale: #8C8C8C. Windows color (decimal): -2654456 or 557015. OLE color: 557015.
HSL color Cylindrical-coordinate representation of color #D77F08: hue angle of 34.49º degrees, saturation: 0.93, 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 #D77F08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.16 |
| HSL | 34.49º | 0.93% | 0.44% | - |
| HSV(B) | 34.49º | 0.96% | 0.84% | - |
| XYZ | 35.66 | 29.64 | 4.07 | - |
| YUV | 139.75 | 53.65 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 8 | 0 | 0.41 | 0.96 | 0.16 | 34.49 | 0.93 | 0.44 |
| Hex | D7 | 7F | 8 | 0 | 29 | 60 | 10 | 22 | 5D | 2C |
| Octal | 327 | 177 | 10 | 0 | 51 | 140 | 20 | 42 | 135 | 54 |
| Binary | 11010111 | 1111111 | 1000 | 0 | 101001 | 1100000 | 10000 | 100010 | 1011101 | 101100 |
Color Harmonies of #D77F08
Complementary color
Monochromatic Colors of #D77F08
Black with #D77F08
Text Example
Text Example
White with #D77F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F08; }
p { color: rgb(215,127,8); }
H1.HeaderClassName
{
color: #D77F08;
}
.AnyTagClassName
{
color: #D77F08;
}
</style>
background-color css
<style>
a { background-color: #D77F08; }
a { background-color: rgb(215,127,8); }
div.DivClassName
{
background-color: #D77F08;
}
.BgClassName
{
background-color: #D77F08;
}
</style>
border-color css
<style>
span { border-color: #D77F08; }
span { border-color: rgb(215,127,8); }
td.TdClassName
{
border-color: #D77F08;
}
.TagClassName
{
border-color: #D77F08;
}
</style>