Shades of Mango Tango #D97A0D
Tints of Mango Tango #D97A0D
RGB
CMYK
RGB Variations
Color information
#D97A0D (or 0xD97A0D) is known color: Mango Tango. HEX triplet: D9, 7A and 0D. RGB value is (217,122,13). Sum of RGB (Red+Green+Blue) = 217+122+13=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97A0D is #2685F2. Grayscale: #8A8A8A. Windows color (decimal): -2524659 or 883417. OLE color: 883417.
HSL color Cylindrical-coordinate representation of color #D97A0D: hue angle of 32.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D97A0D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.15 |
| HSL | 32.06º | 0.89% | 0.45% | - |
| HSV(B) | 32.06º | 0.94% | 0.85% | - |
| XYZ | 35.65 | 28.7 | 4.04 | - |
| YUV | 137.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 13 | 0 | 0.44 | 0.94 | 0.15 | 32.06 | 0.89 | 0.45 |
| Hex | D9 | 7A | D | 0 | 2C | 5E | F | 20 | 59 | 2D |
| Octal | 331 | 172 | 15 | 0 | 54 | 136 | 17 | 40 | 131 | 55 |
| Binary | 11011001 | 1111010 | 1101 | 0 | 101100 | 1011110 | 1111 | 100000 | 1011001 | 101101 |
Color Harmonies of #D97A0D
Complementary color
Monochromatic Colors of #D97A0D
Black with #D97A0D
Text Example
Text Example
White with #D97A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A0D; }
p { color: rgb(217,122,13); }
H1.HeaderClassName
{
color: #D97A0D;
}
.AnyTagClassName
{
color: #D97A0D;
}
</style>
background-color css
<style>
a { background-color: #D97A0D; }
a { background-color: rgb(217,122,13); }
div.DivClassName
{
background-color: #D97A0D;
}
.BgClassName
{
background-color: #D97A0D;
}
</style>
border-color css
<style>
span { border-color: #D97A0D; }
span { border-color: rgb(217,122,13); }
td.TdClassName
{
border-color: #D97A0D;
}
.TagClassName
{
border-color: #D97A0D;
}
</style>