Shades of Tango #D97A34
Tints of Tango #D97A34
RGB
CMYK
RGB Variations
Color information
#D97A34 (or 0xD97A34) is known color: Tango. HEX triplet: D9, 7A and 34. RGB value is (217,122,52). Sum of RGB (Red+Green+Blue) = 217+122+52=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97A34 is #2685CB. Grayscale: #8E8E8E. Windows color (decimal): -2524620 or 3439321. OLE color: 3439321.
HSL color Cylindrical-coordinate representation of color #D97A34: hue angle of 25.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D97A34 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 52 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.15 |
| HSL | 25.45º | 0.68% | 0.53% | - |
| HSV(B) | 25.45º | 0.76% | 0.85% | - |
| XYZ | 36.19 | 28.92 | 6.92 | - |
| YUV | 142.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 52 | 0 | 0.44 | 0.76 | 0.15 | 25.45 | 0.68 | 0.53 |
| Hex | D9 | 7A | 34 | 0 | 2C | 4C | F | 19 | 44 | 35 |
| Octal | 331 | 172 | 64 | 0 | 54 | 114 | 17 | 31 | 104 | 65 |
| Binary | 11011001 | 1111010 | 110100 | 0 | 101100 | 1001100 | 1111 | 11001 | 1000100 | 110101 |
Color Harmonies of #D97A34
Complementary color
Monochromatic Colors of #D97A34
Black with #D97A34
Text Example
Text Example
White with #D97A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A34; }
p { color: rgb(217,122,52); }
H1.HeaderClassName
{
color: #D97A34;
}
.AnyTagClassName
{
color: #D97A34;
}
</style>
background-color css
<style>
a { background-color: #D97A34; }
a { background-color: rgb(217,122,52); }
div.DivClassName
{
background-color: #D97A34;
}
.BgClassName
{
background-color: #D97A34;
}
</style>
border-color css
<style>
span { border-color: #D97A34; }
span { border-color: rgb(217,122,52); }
td.TdClassName
{
border-color: #D97A34;
}
.TagClassName
{
border-color: #D97A34;
}
</style>