Shades of Mango Tango #D56E08
Tints of Mango Tango #D56E08
RGB
CMYK
RGB Variations
Color information
#D56E08 (or 0xD56E08) is known color: Mango Tango. HEX triplet: D5, 6E and 08. RGB value is (213,110,8). Sum of RGB (Red+Green+Blue) = 213+110+8=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E08 is #2A91F7. Grayscale: #818181. Windows color (decimal): -2789880 or 552661. OLE color: 552661.
HSL color Cylindrical-coordinate representation of color #D56E08: hue angle of 29.85º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D56E08 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.16 |
| HSL | 29.85º | 0.93% | 0.43% | - |
| HSV(B) | 29.85º | 0.96% | 0.84% | - |
| XYZ | 33.06 | 25.32 | 3.37 | - |
| YUV | 129.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 8 | 0 | 0.48 | 0.96 | 0.16 | 29.85 | 0.93 | 0.43 |
| Hex | D5 | 6E | 8 | 0 | 30 | 60 | 10 | 1E | 5D | 2B |
| Octal | 325 | 156 | 10 | 0 | 60 | 140 | 20 | 36 | 135 | 53 |
| Binary | 11010101 | 1101110 | 1000 | 0 | 110000 | 1100000 | 10000 | 11110 | 1011101 | 101011 |
Color Harmonies of #D56E08
Complementary color
Monochromatic Colors of #D56E08
Black with #D56E08
Text Example
Text Example
White with #D56E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E08; }
p { color: rgb(213,110,8); }
H1.HeaderClassName
{
color: #D56E08;
}
.AnyTagClassName
{
color: #D56E08;
}
</style>
background-color css
<style>
a { background-color: #D56E08; }
a { background-color: rgb(213,110,8); }
div.DivClassName
{
background-color: #D56E08;
}
.BgClassName
{
background-color: #D56E08;
}
</style>
border-color css
<style>
span { border-color: #D56E08; }
span { border-color: rgb(213,110,8); }
td.TdClassName
{
border-color: #D56E08;
}
.TagClassName
{
border-color: #D56E08;
}
</style>