Shades of Mango Tango #D96600
Tints of Mango Tango #D96600
RGB
CMYK
RGB Variations
Color information
#D96600 (or 0xD96600) is known color: Mango Tango. HEX triplet: D9, 66 and 00. RGB value is (217,102,0). Sum of RGB (Red+Green+Blue) = 217+102+0=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D96600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96600 is #2699FF. Grayscale: #7D7D7D. Windows color (decimal): -2529792 or 26329. OLE color: 26329.
HSL color Cylindrical-coordinate representation of color #D96600: hue angle of 28.2º 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 #D96600 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.15 |
| HSL | 28.2º | 1% | 0.43% | - |
| HSV(B) | 28.2º | 1% | 0.85% | - |
| XYZ | 33.37 | 24.25 | 2.92 | - |
| YUV | 124.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 0 | 0 | 0.53 | 1 | 0.15 | 28.2 | 1 | 0.43 |
| Hex | D9 | 66 | 0 | 0 | 35 | 64 | F | 1C | 64 | 2B |
| Octal | 331 | 146 | 0 | 0 | 65 | 144 | 17 | 34 | 144 | 53 |
| Binary | 11011001 | 1100110 | 0 | 0 | 110101 | 1100100 | 1111 | 11100 | 1100100 | 101011 |
Color Harmonies of #D96600
Complementary color
Monochromatic Colors of #D96600
Black with #D96600
Text Example
Text Example
White with #D96600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96600; }
p { color: rgb(217,102,0); }
H1.HeaderClassName
{
color: #D96600;
}
.AnyTagClassName
{
color: #D96600;
}
</style>
background-color css
<style>
a { background-color: #D96600; }
a { background-color: rgb(217,102,0); }
div.DivClassName
{
background-color: #D96600;
}
.BgClassName
{
background-color: #D96600;
}
</style>
border-color css
<style>
span { border-color: #D96600; }
span { border-color: rgb(217,102,0); }
td.TdClassName
{
border-color: #D96600;
}
.TagClassName
{
border-color: #D96600;
}
</style>