Shades of Mango Tango #D77200
Tints of Mango Tango #D77200
RGB
CMYK
RGB Variations
Color information
#D77200 (or 0xD77200) is known color: Mango Tango. HEX triplet: D7, 72 and 00. RGB value is (215,114,0). Sum of RGB (Red+Green+Blue) = 215+114+0=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D77200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77200 is #288DFF. Grayscale: #838383. Windows color (decimal): -2657792 or 29399. OLE color: 29399.
HSL color Cylindrical-coordinate representation of color #D77200: hue angle of 31.81º 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 #D77200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.16 |
| HSL | 31.81º | 1% | 0.42% | - |
| HSV(B) | 31.81º | 1% | 0.84% | - |
| XYZ | 34.04 | 26.48 | 3.32 | - |
| YUV | 131.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 0 | 0 | 0.47 | 1 | 0.16 | 31.81 | 1 | 0.42 |
| Hex | D7 | 72 | 0 | 0 | 2F | 64 | 10 | 20 | 64 | 2A |
| Octal | 327 | 162 | 0 | 0 | 57 | 144 | 20 | 40 | 144 | 52 |
| Binary | 11010111 | 1110010 | 0 | 0 | 101111 | 1100100 | 10000 | 100000 | 1100100 | 101010 |
Color Harmonies of #D77200
Complementary color
Monochromatic Colors of #D77200
Black with #D77200
Text Example
Text Example
White with #D77200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77200; }
p { color: rgb(215,114,0); }
H1.HeaderClassName
{
color: #D77200;
}
.AnyTagClassName
{
color: #D77200;
}
</style>
background-color css
<style>
a { background-color: #D77200; }
a { background-color: rgb(215,114,0); }
div.DivClassName
{
background-color: #D77200;
}
.BgClassName
{
background-color: #D77200;
}
</style>
border-color css
<style>
span { border-color: #D77200; }
span { border-color: rgb(215,114,0); }
td.TdClassName
{
border-color: #D77200;
}
.TagClassName
{
border-color: #D77200;
}
</style>