Shades of Mango Tango #D56E00
Tints of Mango Tango #D56E00
RGB
CMYK
RGB Variations
Color information
#D56E00 (or 0xD56E00) is known color: Mango Tango. HEX triplet: D5, 6E and 00. RGB value is (213,110,0). Sum of RGB (Red+Green+Blue) = 213+110+0=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E00 is #2A91FF. Grayscale: #808080. Windows color (decimal): -2789888 or 28373. OLE color: 28373.
HSL color Cylindrical-coordinate representation of color #D56E00: hue angle of 30.99º 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 #D56E00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.16 |
| HSL | 30.99º | 1% | 0.42% | - |
| HSV(B) | 30.99º | 1% | 0.84% | - |
| XYZ | 33.02 | 25.3 | 3.14 | - |
| YUV | 128.26 | 55.62 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 0 | 0 | 0.48 | 1 | 0.16 | 30.99 | 1 | 0.42 |
| Hex | D5 | 6E | 0 | 0 | 30 | 64 | 10 | 1F | 64 | 2A |
| Octal | 325 | 156 | 0 | 0 | 60 | 144 | 20 | 37 | 144 | 52 |
| Binary | 11010101 | 1101110 | 0 | 0 | 110000 | 1100100 | 10000 | 11111 | 1100100 | 101010 |
Color Harmonies of #D56E00
Complementary color
Monochromatic Colors of #D56E00
Black with #D56E00
Text Example
Text Example
White with #D56E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E00; }
p { color: rgb(213,110,0); }
H1.HeaderClassName
{
color: #D56E00;
}
.AnyTagClassName
{
color: #D56E00;
}
</style>
background-color css
<style>
a { background-color: #D56E00; }
a { background-color: rgb(213,110,0); }
div.DivClassName
{
background-color: #D56E00;
}
.BgClassName
{
background-color: #D56E00;
}
</style>
border-color css
<style>
span { border-color: #D56E00; }
span { border-color: rgb(213,110,0); }
td.TdClassName
{
border-color: #D56E00;
}
.TagClassName
{
border-color: #D56E00;
}
</style>