Shades of Mango Tango #D97A0C
Tints of Mango Tango #D97A0C
RGB
CMYK
RGB Variations
Color information
#D97A0C (or 0xD97A0C) is known color: Mango Tango. HEX triplet: D9, 7A and 0C. RGB value is (217,122,12). Sum of RGB (Red+Green+Blue) = 217+122+12=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97A0C is #2685F3. Grayscale: #8A8A8A. Windows color (decimal): -2524660 or 817881. OLE color: 817881.
HSL color Cylindrical-coordinate representation of color #D97A0C: hue angle of 32.2º degrees, saturation: 0.9, 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 #D97A0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.15 |
| HSL | 32.2º | 0.9% | 0.45% | - |
| HSV(B) | 32.2º | 0.94% | 0.85% | - |
| XYZ | 35.64 | 28.7 | 4.01 | - |
| YUV | 137.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 12 | 0 | 0.44 | 0.94 | 0.15 | 32.2 | 0.9 | 0.45 |
| Hex | D9 | 7A | C | 0 | 2C | 5E | F | 20 | 5A | 2D |
| Octal | 331 | 172 | 14 | 0 | 54 | 136 | 17 | 40 | 132 | 55 |
| Binary | 11011001 | 1111010 | 1100 | 0 | 101100 | 1011110 | 1111 | 100000 | 1011010 | 101101 |
Color Harmonies of #D97A0C
Complementary color
Monochromatic Colors of #D97A0C
Black with #D97A0C
Text Example
Text Example
White with #D97A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A0C; }
p { color: rgb(217,122,12); }
H1.HeaderClassName
{
color: #D97A0C;
}
.AnyTagClassName
{
color: #D97A0C;
}
</style>
background-color css
<style>
a { background-color: #D97A0C; }
a { background-color: rgb(217,122,12); }
div.DivClassName
{
background-color: #D97A0C;
}
.BgClassName
{
background-color: #D97A0C;
}
</style>
border-color css
<style>
span { border-color: #D97A0C; }
span { border-color: rgb(217,122,12); }
td.TdClassName
{
border-color: #D97A0C;
}
.TagClassName
{
border-color: #D97A0C;
}
</style>