Shades of Mango Tango #D96800
Tints of Mango Tango #D96800
RGB
CMYK
RGB Variations
Color information
#D96800 (or 0xD96800) is known color: Mango Tango. HEX triplet: D9, 68 and 00. RGB value is (217,104,0). Sum of RGB (Red+Green+Blue) = 217+104+0=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D96800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96800 is #2697FF. Grayscale: #7E7E7E. Windows color (decimal): -2529280 or 26841. OLE color: 26841.
HSL color Cylindrical-coordinate representation of color #D96800: hue angle of 28.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D96800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.15 |
| HSL | 28.76º | 1% | 0.43% | - |
| HSV(B) | 28.76º | 1% | 0.85% | - |
| XYZ | 33.57 | 24.65 | 2.99 | - |
| YUV | 125.93 | 56.94 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 0 | 0 | 0.52 | 1 | 0.15 | 28.76 | 1 | 0.43 |
| Hex | D9 | 68 | 0 | 0 | 34 | 64 | F | 1D | 64 | 2B |
| Octal | 331 | 150 | 0 | 0 | 64 | 144 | 17 | 35 | 144 | 53 |
| Binary | 11011001 | 1101000 | 0 | 0 | 110100 | 1100100 | 1111 | 11101 | 1100100 | 101011 |
Color Harmonies of #D96800
Complementary color
Monochromatic Colors of #D96800
Black with #D96800
Text Example
Text Example
White with #D96800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96800; }
p { color: rgb(217,104,0); }
H1.HeaderClassName
{
color: #D96800;
}
.AnyTagClassName
{
color: #D96800;
}
</style>
background-color css
<style>
a { background-color: #D96800; }
a { background-color: rgb(217,104,0); }
div.DivClassName
{
background-color: #D96800;
}
.BgClassName
{
background-color: #D96800;
}
</style>
border-color css
<style>
span { border-color: #D96800; }
span { border-color: rgb(217,104,0); }
td.TdClassName
{
border-color: #D96800;
}
.TagClassName
{
border-color: #D96800;
}
</style>