Shades of Mango Tango #D56A03
Tints of Mango Tango #D56A03
RGB
CMYK
RGB Variations
Color information
#D56A03 (or 0xD56A03) is known color: Mango Tango. HEX triplet: D5, 6A and 03. RGB value is (213,106,3). Sum of RGB (Red+Green+Blue) = 213+106+3=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A03 is #2A95FC. Grayscale: #7E7E7E. Windows color (decimal): -2790909 or 223957. OLE color: 223957.
HSL color Cylindrical-coordinate representation of color #D56A03: hue angle of 29.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D56A03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.16 |
| HSL | 29.43º | 0.97% | 0.42% | - |
| HSV(B) | 29.43º | 0.99% | 0.84% | - |
| XYZ | 32.61 | 24.46 | 3.09 | - |
| YUV | 126.25 | 58.45 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 3 | 0 | 0.50 | 0.99 | 0.16 | 29.43 | 0.97 | 0.42 |
| Hex | D5 | 6A | 3 | 0 | 32 | 63 | 10 | 1D | 61 | 2A |
| Octal | 325 | 152 | 3 | 0 | 62 | 143 | 20 | 35 | 141 | 52 |
| Binary | 11010101 | 1101010 | 11 | 0 | 110010 | 1100011 | 10000 | 11101 | 1100001 | 101010 |
Color Harmonies of #D56A03
Complementary color
Monochromatic Colors of #D56A03
Black with #D56A03
Text Example
Text Example
White with #D56A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A03; }
p { color: rgb(213,106,3); }
H1.HeaderClassName
{
color: #D56A03;
}
.AnyTagClassName
{
color: #D56A03;
}
</style>
background-color css
<style>
a { background-color: #D56A03; }
a { background-color: rgb(213,106,3); }
div.DivClassName
{
background-color: #D56A03;
}
.BgClassName
{
background-color: #D56A03;
}
</style>
border-color css
<style>
span { border-color: #D56A03; }
span { border-color: rgb(213,106,3); }
td.TdClassName
{
border-color: #D56A03;
}
.TagClassName
{
border-color: #D56A03;
}
</style>