Shades of Mango Tango #D97D00
Tints of Mango Tango #D97D00
RGB
CMYK
RGB Variations
Color information
#D97D00 (or 0xD97D00) is known color: Mango Tango. HEX triplet: D9, 7D and 00. RGB value is (217,125,0). Sum of RGB (Red+Green+Blue) = 217+125+0=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97D00 is #2682FF. Grayscale: #8A8A8A. Windows color (decimal): -2523904 or 32217. OLE color: 32217.
HSL color Cylindrical-coordinate representation of color #D97D00: hue angle of 34.56º 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 #D97D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.15 |
| HSL | 34.56º | 1% | 0.43% | - |
| HSV(B) | 34.56º | 1% | 0.85% | - |
| XYZ | 35.95 | 29.42 | 3.78 | - |
| YUV | 138.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 0 | 0 | 0.42 | 1 | 0.15 | 34.56 | 1 | 0.43 |
| Hex | D9 | 7D | 0 | 0 | 2A | 64 | F | 23 | 64 | 2B |
| Octal | 331 | 175 | 0 | 0 | 52 | 144 | 17 | 43 | 144 | 53 |
| Binary | 11011001 | 1111101 | 0 | 0 | 101010 | 1100100 | 1111 | 100011 | 1100100 | 101011 |
Color Harmonies of #D97D00
Complementary color
Monochromatic Colors of #D97D00
Black with #D97D00
Text Example
Text Example
White with #D97D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D00; }
p { color: rgb(217,125,0); }
H1.HeaderClassName
{
color: #D97D00;
}
.AnyTagClassName
{
color: #D97D00;
}
</style>
background-color css
<style>
a { background-color: #D97D00; }
a { background-color: rgb(217,125,0); }
div.DivClassName
{
background-color: #D97D00;
}
.BgClassName
{
background-color: #D97D00;
}
</style>
border-color css
<style>
span { border-color: #D97D00; }
span { border-color: rgb(217,125,0); }
td.TdClassName
{
border-color: #D97D00;
}
.TagClassName
{
border-color: #D97D00;
}
</style>