Shades of Mango Tango #D56906
Tints of Mango Tango #D56906
RGB
CMYK
RGB Variations
Color information
#D56906 (or 0xD56906) is known color: Mango Tango. HEX triplet: D5, 69 and 06. RGB value is (213,105,6). Sum of RGB (Red+Green+Blue) = 213+105+6=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D56906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56906 is #2A96F9. Grayscale: #7E7E7E. Windows color (decimal): -2791162 or 420309. OLE color: 420309.
HSL color Cylindrical-coordinate representation of color #D56906: hue angle of 28.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D56906 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.16 |
| HSL | 28.7º | 0.95% | 0.43% | - |
| HSV(B) | 28.7º | 0.97% | 0.84% | - |
| XYZ | 32.53 | 24.26 | 3.14 | - |
| YUV | 126.01 | 60.28 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 6 | 0 | 0.51 | 0.97 | 0.16 | 28.7 | 0.95 | 0.43 |
| Hex | D5 | 69 | 6 | 0 | 33 | 61 | 10 | 1D | 5F | 2B |
| Octal | 325 | 151 | 6 | 0 | 63 | 141 | 20 | 35 | 137 | 53 |
| Binary | 11010101 | 1101001 | 110 | 0 | 110011 | 1100001 | 10000 | 11101 | 1011111 | 101011 |
Color Harmonies of #D56906
Complementary color
Monochromatic Colors of #D56906
Black with #D56906
Text Example
Text Example
White with #D56906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56906; }
p { color: rgb(213,105,6); }
H1.HeaderClassName
{
color: #D56906;
}
.AnyTagClassName
{
color: #D56906;
}
</style>
background-color css
<style>
a { background-color: #D56906; }
a { background-color: rgb(213,105,6); }
div.DivClassName
{
background-color: #D56906;
}
.BgClassName
{
background-color: #D56906;
}
</style>
border-color css
<style>
span { border-color: #D56906; }
span { border-color: rgb(213,105,6); }
td.TdClassName
{
border-color: #D56906;
}
.TagClassName
{
border-color: #D56906;
}
</style>