Shades of Mango Tango #D97700
Tints of Mango Tango #D97700
RGB
CMYK
RGB Variations
Color information
#D97700 (or 0xD97700) is known color: Mango Tango. HEX triplet: D9, 77 and 00. RGB value is (217,119,0). Sum of RGB (Red+Green+Blue) = 217+119+0=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D97700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97700 is #2688FF. Grayscale: #878787. Windows color (decimal): -2525440 or 30681. OLE color: 30681.
HSL color Cylindrical-coordinate representation of color #D97700: hue angle of 32.9º 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 #D97700 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.15 |
| HSL | 32.9º | 1% | 0.43% | - |
| HSV(B) | 32.9º | 1% | 0.85% | - |
| XYZ | 35.21 | 27.95 | 3.54 | - |
| YUV | 134.74 | 51.97 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 0 | 0 | 0.45 | 1 | 0.15 | 32.9 | 1 | 0.43 |
| Hex | D9 | 77 | 0 | 0 | 2D | 64 | F | 21 | 64 | 2B |
| Octal | 331 | 167 | 0 | 0 | 55 | 144 | 17 | 41 | 144 | 53 |
| Binary | 11011001 | 1110111 | 0 | 0 | 101101 | 1100100 | 1111 | 100001 | 1100100 | 101011 |
Color Harmonies of #D97700
Complementary color
Monochromatic Colors of #D97700
Black with #D97700
Text Example
Text Example
White with #D97700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97700; }
p { color: rgb(217,119,0); }
H1.HeaderClassName
{
color: #D97700;
}
.AnyTagClassName
{
color: #D97700;
}
</style>
background-color css
<style>
a { background-color: #D97700; }
a { background-color: rgb(217,119,0); }
div.DivClassName
{
background-color: #D97700;
}
.BgClassName
{
background-color: #D97700;
}
</style>
border-color css
<style>
span { border-color: #D97700; }
span { border-color: rgb(217,119,0); }
td.TdClassName
{
border-color: #D97700;
}
.TagClassName
{
border-color: #D97700;
}
</style>