Shades of Mango Tango #D56F01
Tints of Mango Tango #D56F01
RGB
CMYK
RGB Variations
Color information
#D56F01 (or 0xD56F01) is known color: Mango Tango. HEX triplet: D5, 6F and 01. RGB value is (213,111,1). Sum of RGB (Red+Green+Blue) = 213+111+1=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F01 is #2A90FE. Grayscale: #818181. Windows color (decimal): -2789631 or 94165. OLE color: 94165.
HSL color Cylindrical-coordinate representation of color #D56F01: hue angle of 31.13º 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 #D56F01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.16 |
| HSL | 31.13º | 0.99% | 0.42% | - |
| HSV(B) | 31.13º | 1% | 0.84% | - |
| XYZ | 33.13 | 25.52 | 3.21 | - |
| YUV | 128.96 | 55.79 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 1 | 0 | 0.48 | 1.00 | 0.16 | 31.13 | 0.99 | 0.42 |
| Hex | D5 | 6F | 1 | 0 | 30 | 64 | 10 | 1F | 63 | 2A |
| Octal | 325 | 157 | 1 | 0 | 60 | 144 | 20 | 37 | 143 | 52 |
| Binary | 11010101 | 1101111 | 1 | 0 | 110000 | 1100100 | 10000 | 11111 | 1100011 | 101010 |
Color Harmonies of #D56F01
Complementary color
Monochromatic Colors of #D56F01
Black with #D56F01
Text Example
Text Example
White with #D56F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F01; }
p { color: rgb(213,111,1); }
H1.HeaderClassName
{
color: #D56F01;
}
.AnyTagClassName
{
color: #D56F01;
}
</style>
background-color css
<style>
a { background-color: #D56F01; }
a { background-color: rgb(213,111,1); }
div.DivClassName
{
background-color: #D56F01;
}
.BgClassName
{
background-color: #D56F01;
}
</style>
border-color css
<style>
span { border-color: #D56F01; }
span { border-color: rgb(213,111,1); }
td.TdClassName
{
border-color: #D56F01;
}
.TagClassName
{
border-color: #D56F01;
}
</style>