Shades of Mango Tango #D96805
Tints of Mango Tango #D96805
RGB
CMYK
RGB Variations
Color information
#D96805 (or 0xD96805) is known color: Mango Tango. HEX triplet: D9, 68 and 05. RGB value is (217,104,5). Sum of RGB (Red+Green+Blue) = 217+104+5=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D96805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96805 is #2697FA. Grayscale: #7F7F7F. Windows color (decimal): -2529275 or 354521. OLE color: 354521.
HSL color Cylindrical-coordinate representation of color #D96805: hue angle of 28.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D96805 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.15 |
| HSL | 28.02º | 0.95% | 0.44% | - |
| HSV(B) | 28.02º | 0.98% | 0.85% | - |
| XYZ | 33.59 | 24.66 | 3.13 | - |
| YUV | 126.5 | 59.44 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 5 | 0 | 0.52 | 0.98 | 0.15 | 28.02 | 0.95 | 0.44 |
| Hex | D9 | 68 | 5 | 0 | 34 | 62 | F | 1C | 5F | 2C |
| Octal | 331 | 150 | 5 | 0 | 64 | 142 | 17 | 34 | 137 | 54 |
| Binary | 11011001 | 1101000 | 101 | 0 | 110100 | 1100010 | 1111 | 11100 | 1011111 | 101100 |
Color Harmonies of #D96805
Complementary color
Monochromatic Colors of #D96805
Black with #D96805
Text Example
Text Example
White with #D96805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96805; }
p { color: rgb(217,104,5); }
H1.HeaderClassName
{
color: #D96805;
}
.AnyTagClassName
{
color: #D96805;
}
</style>
background-color css
<style>
a { background-color: #D96805; }
a { background-color: rgb(217,104,5); }
div.DivClassName
{
background-color: #D96805;
}
.BgClassName
{
background-color: #D96805;
}
</style>
border-color css
<style>
span { border-color: #D96805; }
span { border-color: rgb(217,104,5); }
td.TdClassName
{
border-color: #D96805;
}
.TagClassName
{
border-color: #D96805;
}
</style>