Shades of Mango Tango #D77900
Tints of Mango Tango #D77900
RGB
CMYK
RGB Variations
Color information
#D77900 (or 0xD77900) is known color: Mango Tango. HEX triplet: D7, 79 and 00. RGB value is (215,121,0). Sum of RGB (Red+Green+Blue) = 215+121+0=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D77900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77900 is #2886FF. Grayscale: #878787. Windows color (decimal): -2656000 or 31191. OLE color: 31191.
HSL color Cylindrical-coordinate representation of color #D77900: hue angle of 33.77º 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 #D77900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.16 |
| HSL | 33.77º | 1% | 0.42% | - |
| HSV(B) | 33.77º | 1% | 0.84% | - |
| XYZ | 34.86 | 28.12 | 3.59 | - |
| YUV | 135.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 0 | 0 | 0.44 | 1 | 0.16 | 33.77 | 1 | 0.42 |
| Hex | D7 | 79 | 0 | 0 | 2C | 64 | 10 | 22 | 64 | 2A |
| Octal | 327 | 171 | 0 | 0 | 54 | 144 | 20 | 42 | 144 | 52 |
| Binary | 11010111 | 1111001 | 0 | 0 | 101100 | 1100100 | 10000 | 100010 | 1100100 | 101010 |
Color Harmonies of #D77900
Complementary color
Monochromatic Colors of #D77900
Black with #D77900
Text Example
Text Example
White with #D77900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77900; }
p { color: rgb(215,121,0); }
H1.HeaderClassName
{
color: #D77900;
}
.AnyTagClassName
{
color: #D77900;
}
</style>
background-color css
<style>
a { background-color: #D77900; }
a { background-color: rgb(215,121,0); }
div.DivClassName
{
background-color: #D77900;
}
.BgClassName
{
background-color: #D77900;
}
</style>
border-color css
<style>
span { border-color: #D77900; }
span { border-color: rgb(215,121,0); }
td.TdClassName
{
border-color: #D77900;
}
.TagClassName
{
border-color: #D77900;
}
</style>