Shades of Mango Tango #D77C06
Tints of Mango Tango #D77C06
RGB
CMYK
RGB Variations
Color information
#D77C06 (or 0xD77C06) is known color: Mango Tango. HEX triplet: D7, 7C and 06. RGB value is (215,124,6). Sum of RGB (Red+Green+Blue) = 215+124+6=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C06 is #2883F9. Grayscale: #8A8A8A. Windows color (decimal): -2655226 or 425175. OLE color: 425175.
HSL color Cylindrical-coordinate representation of color #D77C06: hue angle of 33.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D77C06 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.16 |
| HSL | 33.88º | 0.95% | 0.43% | - |
| HSV(B) | 33.88º | 0.97% | 0.84% | - |
| XYZ | 35.26 | 28.88 | 3.89 | - |
| YUV | 137.76 | 53.65 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 6 | 0 | 0.42 | 0.97 | 0.16 | 33.88 | 0.95 | 0.43 |
| Hex | D7 | 7C | 6 | 0 | 2A | 61 | 10 | 22 | 5F | 2B |
| Octal | 327 | 174 | 6 | 0 | 52 | 141 | 20 | 42 | 137 | 53 |
| Binary | 11010111 | 1111100 | 110 | 0 | 101010 | 1100001 | 10000 | 100010 | 1011111 | 101011 |
Color Harmonies of #D77C06
Complementary color
Monochromatic Colors of #D77C06
Black with #D77C06
Text Example
Text Example
White with #D77C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C06; }
p { color: rgb(215,124,6); }
H1.HeaderClassName
{
color: #D77C06;
}
.AnyTagClassName
{
color: #D77C06;
}
</style>
background-color css
<style>
a { background-color: #D77C06; }
a { background-color: rgb(215,124,6); }
div.DivClassName
{
background-color: #D77C06;
}
.BgClassName
{
background-color: #D77C06;
}
</style>
border-color css
<style>
span { border-color: #D77C06; }
span { border-color: rgb(215,124,6); }
td.TdClassName
{
border-color: #D77C06;
}
.TagClassName
{
border-color: #D77C06;
}
</style>