Shades of Mango Tango #D77D00
Tints of Mango Tango #D77D00
RGB
CMYK
RGB Variations
Color information
#D77D00 (or 0xD77D00) is known color: Mango Tango. HEX triplet: D7, 7D and 00. RGB value is (215,125,0). Sum of RGB (Red+Green+Blue) = 215+125+0=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D00 is #2882FF. Grayscale: #8A8A8A. Windows color (decimal): -2654976 or 32215. OLE color: 32215.
HSL color Cylindrical-coordinate representation of color #D77D00: hue angle of 34.88º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.16 |
| HSL | 34.88º | 1% | 0.42% | - |
| HSV(B) | 34.88º | 1% | 0.84% | - |
| XYZ | 35.36 | 29.11 | 3.76 | - |
| YUV | 137.66 | 50.32 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 0 | 0 | 0.42 | 1 | 0.16 | 34.88 | 1 | 0.42 |
| Hex | D7 | 7D | 0 | 0 | 2A | 64 | 10 | 23 | 64 | 2A |
| Octal | 327 | 175 | 0 | 0 | 52 | 144 | 20 | 43 | 144 | 52 |
| Binary | 11010111 | 1111101 | 0 | 0 | 101010 | 1100100 | 10000 | 100011 | 1100100 | 101010 |
Color Harmonies of #D77D00
Complementary color
Monochromatic Colors of #D77D00
Black with #D77D00
Text Example
Text Example
White with #D77D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D00; }
p { color: rgb(215,125,0); }
H1.HeaderClassName
{
color: #D77D00;
}
.AnyTagClassName
{
color: #D77D00;
}
</style>
background-color css
<style>
a { background-color: #D77D00; }
a { background-color: rgb(215,125,0); }
div.DivClassName
{
background-color: #D77D00;
}
.BgClassName
{
background-color: #D77D00;
}
</style>
border-color css
<style>
span { border-color: #D77D00; }
span { border-color: rgb(215,125,0); }
td.TdClassName
{
border-color: #D77D00;
}
.TagClassName
{
border-color: #D77D00;
}
</style>