Shades of Mango Tango #D77800
Tints of Mango Tango #D77800
RGB
CMYK
RGB Variations
Color information
#D77800 (or 0xD77800) is known color: Mango Tango. HEX triplet: D7, 78 and 00. RGB value is (215,120,0). Sum of RGB (Red+Green+Blue) = 215+120+0=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D77800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77800 is #2887FF. Grayscale: #878787. Windows color (decimal): -2656256 or 30935. OLE color: 30935.
HSL color Cylindrical-coordinate representation of color #D77800: hue angle of 33.49º 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 #D77800 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.16 |
| HSL | 33.49º | 1% | 0.42% | - |
| HSV(B) | 33.49º | 1% | 0.84% | - |
| XYZ | 34.74 | 27.88 | 3.55 | - |
| YUV | 134.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 0 | 0 | 0.44 | 1 | 0.16 | 33.49 | 1 | 0.42 |
| Hex | D7 | 78 | 0 | 0 | 2C | 64 | 10 | 21 | 64 | 2A |
| Octal | 327 | 170 | 0 | 0 | 54 | 144 | 20 | 41 | 144 | 52 |
| Binary | 11010111 | 1111000 | 0 | 0 | 101100 | 1100100 | 10000 | 100001 | 1100100 | 101010 |
Color Harmonies of #D77800
Complementary color
Monochromatic Colors of #D77800
Black with #D77800
Text Example
Text Example
White with #D77800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77800; }
p { color: rgb(215,120,0); }
H1.HeaderClassName
{
color: #D77800;
}
.AnyTagClassName
{
color: #D77800;
}
</style>
background-color css
<style>
a { background-color: #D77800; }
a { background-color: rgb(215,120,0); }
div.DivClassName
{
background-color: #D77800;
}
.BgClassName
{
background-color: #D77800;
}
</style>
border-color css
<style>
span { border-color: #D77800; }
span { border-color: rgb(215,120,0); }
td.TdClassName
{
border-color: #D77800;
}
.TagClassName
{
border-color: #D77800;
}
</style>