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