Shades of Mango Tango #D77601
Tints of Mango Tango #D77601
RGB
CMYK
RGB Variations
Color information
#D77601 (or 0xD77601) is known color: Mango Tango. HEX triplet: D7, 76 and 01. RGB value is (215,118,1). Sum of RGB (Red+Green+Blue) = 215+118+1=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D77601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77601 is #2889FE. Grayscale: #868686. Windows color (decimal): -2656767 or 95959. OLE color: 95959.
HSL color Cylindrical-coordinate representation of color #D77601: hue angle of 32.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77601 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.16 |
| HSL | 32.8º | 0.99% | 0.42% | - |
| HSV(B) | 32.8º | 1% | 0.84% | - |
| XYZ | 34.51 | 27.41 | 3.5 | - |
| YUV | 133.67 | 53.14 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 1 | 0 | 0.45 | 1.00 | 0.16 | 32.8 | 0.99 | 0.42 |
| Hex | D7 | 76 | 1 | 0 | 2D | 64 | 10 | 21 | 63 | 2A |
| Octal | 327 | 166 | 1 | 0 | 55 | 144 | 20 | 41 | 143 | 52 |
| Binary | 11010111 | 1110110 | 1 | 0 | 101101 | 1100100 | 10000 | 100001 | 1100011 | 101010 |
Color Harmonies of #D77601
Complementary color
Monochromatic Colors of #D77601
Black with #D77601
Text Example
Text Example
White with #D77601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77601; }
p { color: rgb(215,118,1); }
H1.HeaderClassName
{
color: #D77601;
}
.AnyTagClassName
{
color: #D77601;
}
</style>
background-color css
<style>
a { background-color: #D77601; }
a { background-color: rgb(215,118,1); }
div.DivClassName
{
background-color: #D77601;
}
.BgClassName
{
background-color: #D77601;
}
</style>
border-color css
<style>
span { border-color: #D77601; }
span { border-color: rgb(215,118,1); }
td.TdClassName
{
border-color: #D77601;
}
.TagClassName
{
border-color: #D77601;
}
</style>