Shades of Mango Tango #D56901
Tints of Mango Tango #D56901
RGB
CMYK
RGB Variations
Color information
#D56901 (or 0xD56901) is known color: Mango Tango. HEX triplet: D5, 69 and 01. RGB value is (213,105,1). Sum of RGB (Red+Green+Blue) = 213+105+1=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D56901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56901 is #2A96FE. Grayscale: #7D7D7D. Windows color (decimal): -2791167 or 92629. OLE color: 92629.
HSL color Cylindrical-coordinate representation of color #D56901: hue angle of 29.43º 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 #D56901 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.16 |
| HSL | 29.43º | 0.99% | 0.42% | - |
| HSV(B) | 29.43º | 1% | 0.84% | - |
| XYZ | 32.5 | 24.25 | 3 | - |
| YUV | 125.44 | 57.78 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 1 | 0 | 0.51 | 1.00 | 0.16 | 29.43 | 0.99 | 0.42 |
| Hex | D5 | 69 | 1 | 0 | 33 | 64 | 10 | 1D | 63 | 2A |
| Octal | 325 | 151 | 1 | 0 | 63 | 144 | 20 | 35 | 143 | 52 |
| Binary | 11010101 | 1101001 | 1 | 0 | 110011 | 1100100 | 10000 | 11101 | 1100011 | 101010 |
Color Harmonies of #D56901
Complementary color
Monochromatic Colors of #D56901
Black with #D56901
Text Example
Text Example
White with #D56901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56901; }
p { color: rgb(213,105,1); }
H1.HeaderClassName
{
color: #D56901;
}
.AnyTagClassName
{
color: #D56901;
}
</style>
background-color css
<style>
a { background-color: #D56901; }
a { background-color: rgb(213,105,1); }
div.DivClassName
{
background-color: #D56901;
}
.BgClassName
{
background-color: #D56901;
}
</style>
border-color css
<style>
span { border-color: #D56901; }
span { border-color: rgb(213,105,1); }
td.TdClassName
{
border-color: #D56901;
}
.TagClassName
{
border-color: #D56901;
}
</style>