Shades of Mango Tango #D97800
Tints of Mango Tango #D97800
RGB
CMYK
RGB Variations
Color information
#D97800 (or 0xD97800) is known color: Mango Tango. HEX triplet: D9, 78 and 00. RGB value is (217,120,0). Sum of RGB (Red+Green+Blue) = 217+120+0=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D97800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97800 is #2687FF. Grayscale: #878787. Windows color (decimal): -2525184 or 30937. OLE color: 30937.
HSL color Cylindrical-coordinate representation of color #D97800: hue angle of 33.18º 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 #D97800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.15 |
| HSL | 33.18º | 1% | 0.43% | - |
| HSV(B) | 33.18º | 1% | 0.85% | - |
| XYZ | 35.33 | 28.18 | 3.58 | - |
| YUV | 135.32 | 51.64 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 0 | 0 | 0.45 | 1 | 0.15 | 33.18 | 1 | 0.43 |
| Hex | D9 | 78 | 0 | 0 | 2D | 64 | F | 21 | 64 | 2B |
| Octal | 331 | 170 | 0 | 0 | 55 | 144 | 17 | 41 | 144 | 53 |
| Binary | 11011001 | 1111000 | 0 | 0 | 101101 | 1100100 | 1111 | 100001 | 1100100 | 101011 |
Color Harmonies of #D97800
Complementary color
Monochromatic Colors of #D97800
Black with #D97800
Text Example
Text Example
White with #D97800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97800; }
p { color: rgb(217,120,0); }
H1.HeaderClassName
{
color: #D97800;
}
.AnyTagClassName
{
color: #D97800;
}
</style>
background-color css
<style>
a { background-color: #D97800; }
a { background-color: rgb(217,120,0); }
div.DivClassName
{
background-color: #D97800;
}
.BgClassName
{
background-color: #D97800;
}
</style>
border-color css
<style>
span { border-color: #D97800; }
span { border-color: rgb(217,120,0); }
td.TdClassName
{
border-color: #D97800;
}
.TagClassName
{
border-color: #D97800;
}
</style>