Shades of Mango Tango #D77E02
Tints of Mango Tango #D77E02
RGB
CMYK
RGB Variations
Color information
#D77E02 (or 0xD77E02) is known color: Mango Tango. HEX triplet: D7, 7E and 02. RGB value is (215,126,2). Sum of RGB (Red+Green+Blue) = 215+126+2=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E02 is #2881FD. Grayscale: #8B8B8B. Windows color (decimal): -2654718 or 163543. OLE color: 163543.
HSL color Cylindrical-coordinate representation of color #D77E02: hue angle of 34.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D77E02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.16 |
| HSL | 34.93º | 0.98% | 0.43% | - |
| HSV(B) | 34.93º | 0.99% | 0.84% | - |
| XYZ | 35.5 | 29.37 | 3.86 | - |
| YUV | 138.48 | 50.99 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 2 | 0 | 0.41 | 0.99 | 0.16 | 34.93 | 0.98 | 0.43 |
| Hex | D7 | 7E | 2 | 0 | 29 | 63 | 10 | 23 | 62 | 2B |
| Octal | 327 | 176 | 2 | 0 | 51 | 143 | 20 | 43 | 142 | 53 |
| Binary | 11010111 | 1111110 | 10 | 0 | 101001 | 1100011 | 10000 | 100011 | 1100010 | 101011 |
Color Harmonies of #D77E02
Complementary color
Monochromatic Colors of #D77E02
Black with #D77E02
Text Example
Text Example
White with #D77E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E02; }
p { color: rgb(215,126,2); }
H1.HeaderClassName
{
color: #D77E02;
}
.AnyTagClassName
{
color: #D77E02;
}
</style>
background-color css
<style>
a { background-color: #D77E02; }
a { background-color: rgb(215,126,2); }
div.DivClassName
{
background-color: #D77E02;
}
.BgClassName
{
background-color: #D77E02;
}
</style>
border-color css
<style>
span { border-color: #D77E02; }
span { border-color: rgb(215,126,2); }
td.TdClassName
{
border-color: #D77E02;
}
.TagClassName
{
border-color: #D77E02;
}
</style>