Shades of Mango Tango #D77C02
Tints of Mango Tango #D77C02
RGB
CMYK
RGB Variations
Color information
#D77C02 (or 0xD77C02) is known color: Mango Tango. HEX triplet: D7, 7C and 02. RGB value is (215,124,2). Sum of RGB (Red+Green+Blue) = 215+124+2=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C02 is #2883FD. Grayscale: #898989. Windows color (decimal): -2655230 or 163031. OLE color: 163031.
HSL color Cylindrical-coordinate representation of color #D77C02: hue angle of 34.37º 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 #D77C02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.16 |
| HSL | 34.37º | 0.98% | 0.43% | - |
| HSV(B) | 34.37º | 0.99% | 0.84% | - |
| XYZ | 35.24 | 28.87 | 3.77 | - |
| YUV | 137.3 | 51.65 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 2 | 0 | 0.42 | 0.99 | 0.16 | 34.37 | 0.98 | 0.43 |
| Hex | D7 | 7C | 2 | 0 | 2A | 63 | 10 | 22 | 62 | 2B |
| Octal | 327 | 174 | 2 | 0 | 52 | 143 | 20 | 42 | 142 | 53 |
| Binary | 11010111 | 1111100 | 10 | 0 | 101010 | 1100011 | 10000 | 100010 | 1100010 | 101011 |
Color Harmonies of #D77C02
Complementary color
Monochromatic Colors of #D77C02
Black with #D77C02
Text Example
Text Example
White with #D77C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C02; }
p { color: rgb(215,124,2); }
H1.HeaderClassName
{
color: #D77C02;
}
.AnyTagClassName
{
color: #D77C02;
}
</style>
background-color css
<style>
a { background-color: #D77C02; }
a { background-color: rgb(215,124,2); }
div.DivClassName
{
background-color: #D77C02;
}
.BgClassName
{
background-color: #D77C02;
}
</style>
border-color css
<style>
span { border-color: #D77C02; }
span { border-color: rgb(215,124,2); }
td.TdClassName
{
border-color: #D77C02;
}
.TagClassName
{
border-color: #D77C02;
}
</style>