Shades of Mango Tango #D77702
Tints of Mango Tango #D77702
RGB
CMYK
RGB Variations
Color information
#D77702 (or 0xD77702) is known color: Mango Tango. HEX triplet: D7, 77 and 02. RGB value is (215,119,2). Sum of RGB (Red+Green+Blue) = 215+119+2=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D77702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77702 is #2888FD. Grayscale: #868686. Windows color (decimal): -2656510 or 161751. OLE color: 161751.
HSL color Cylindrical-coordinate representation of color #D77702: hue angle of 32.96º 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 #D77702 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.16 |
| HSL | 32.96º | 0.98% | 0.43% | - |
| HSV(B) | 32.96º | 0.99% | 0.84% | - |
| XYZ | 34.63 | 27.65 | 3.57 | - |
| YUV | 134.37 | 53.3 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 2 | 0 | 0.45 | 0.99 | 0.16 | 32.96 | 0.98 | 0.43 |
| Hex | D7 | 77 | 2 | 0 | 2D | 63 | 10 | 21 | 62 | 2B |
| Octal | 327 | 167 | 2 | 0 | 55 | 143 | 20 | 41 | 142 | 53 |
| Binary | 11010111 | 1110111 | 10 | 0 | 101101 | 1100011 | 10000 | 100001 | 1100010 | 101011 |
Color Harmonies of #D77702
Complementary color
Monochromatic Colors of #D77702
Black with #D77702
Text Example
Text Example
White with #D77702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77702; }
p { color: rgb(215,119,2); }
H1.HeaderClassName
{
color: #D77702;
}
.AnyTagClassName
{
color: #D77702;
}
</style>
background-color css
<style>
a { background-color: #D77702; }
a { background-color: rgb(215,119,2); }
div.DivClassName
{
background-color: #D77702;
}
.BgClassName
{
background-color: #D77702;
}
</style>
border-color css
<style>
span { border-color: #D77702; }
span { border-color: rgb(215,119,2); }
td.TdClassName
{
border-color: #D77702;
}
.TagClassName
{
border-color: #D77702;
}
</style>