Shades of Mango Tango #D78100
Tints of Mango Tango #D78100
RGB
CMYK
RGB Variations
Color information
#D78100 (or 0xD78100) is known color: Mango Tango. HEX triplet: D7, 81 and 00. RGB value is (215,129,0). Sum of RGB (Red+Green+Blue) = 215+129+0=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D78100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78100 is #287EFF. Grayscale: #8C8C8C. Windows color (decimal): -2653952 or 33239. OLE color: 33239.
HSL color Cylindrical-coordinate representation of color #D78100: hue angle of 36º 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 #D78100 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.16 |
| HSL | 36º | 1% | 0.42% | - |
| HSV(B) | 36º | 1% | 0.84% | - |
| XYZ | 35.87 | 30.15 | 3.93 | - |
| YUV | 140.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 0 | 0 | 0.4 | 1 | 0.16 | 36 | 1 | 0.42 |
| Hex | D7 | 81 | 0 | 0 | 28 | 64 | 10 | 24 | 64 | 2A |
| Octal | 327 | 201 | 0 | 0 | 50 | 144 | 20 | 44 | 144 | 52 |
| Binary | 11010111 | 10000001 | 0 | 0 | 101000 | 1100100 | 10000 | 100100 | 1100100 | 101010 |
Color Harmonies of #D78100
Complementary color
Monochromatic Colors of #D78100
Black with #D78100
Text Example
Text Example
White with #D78100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78100; }
p { color: rgb(215,129,0); }
H1.HeaderClassName
{
color: #D78100;
}
.AnyTagClassName
{
color: #D78100;
}
</style>
background-color css
<style>
a { background-color: #D78100; }
a { background-color: rgb(215,129,0); }
div.DivClassName
{
background-color: #D78100;
}
.BgClassName
{
background-color: #D78100;
}
</style>
border-color css
<style>
span { border-color: #D78100; }
span { border-color: rgb(215,129,0); }
td.TdClassName
{
border-color: #D78100;
}
.TagClassName
{
border-color: #D78100;
}
</style>