Shades of Mango Tango #D56904
Tints of Mango Tango #D56904
RGB
CMYK
RGB Variations
Color information
#D56904 (or 0xD56904) is known color: Mango Tango. HEX triplet: D5, 69 and 04. RGB value is (213,105,4). Sum of RGB (Red+Green+Blue) = 213+105+4=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D56904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56904 is #2A96FB. Grayscale: #7E7E7E. Windows color (decimal): -2791164 or 289237. OLE color: 289237.
HSL color Cylindrical-coordinate representation of color #D56904: hue angle of 29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D56904 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.16 |
| HSL | 29º | 0.96% | 0.43% | - |
| HSV(B) | 29º | 0.98% | 0.84% | - |
| XYZ | 32.51 | 24.26 | 3.08 | - |
| YUV | 125.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 4 | 0 | 0.51 | 0.98 | 0.16 | 29 | 0.96 | 0.43 |
| Hex | D5 | 69 | 4 | 0 | 33 | 62 | 10 | 1D | 60 | 2B |
| Octal | 325 | 151 | 4 | 0 | 63 | 142 | 20 | 35 | 140 | 53 |
| Binary | 11010101 | 1101001 | 100 | 0 | 110011 | 1100010 | 10000 | 11101 | 1100000 | 101011 |
Color Harmonies of #D56904
Complementary color
Monochromatic Colors of #D56904
Black with #D56904
Text Example
Text Example
White with #D56904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56904; }
p { color: rgb(213,105,4); }
H1.HeaderClassName
{
color: #D56904;
}
.AnyTagClassName
{
color: #D56904;
}
</style>
background-color css
<style>
a { background-color: #D56904; }
a { background-color: rgb(213,105,4); }
div.DivClassName
{
background-color: #D56904;
}
.BgClassName
{
background-color: #D56904;
}
</style>
border-color css
<style>
span { border-color: #D56904; }
span { border-color: rgb(213,105,4); }
td.TdClassName
{
border-color: #D56904;
}
.TagClassName
{
border-color: #D56904;
}
</style>