Shades of Tango #D97434
Tints of Tango #D97434
RGB
CMYK
RGB Variations
Color information
#D97434 (or 0xD97434) is known color: Tango. HEX triplet: D9, 74 and 34. RGB value is (217,116,52). Sum of RGB (Red+Green+Blue) = 217+116+52=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D97434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97434 is #268BCB. Grayscale: #8B8B8B. Windows color (decimal): -2526156 or 3437785. OLE color: 3437785.
HSL color Cylindrical-coordinate representation of color #D97434: hue angle of 23.27º 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 #D97434 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 52 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.15 |
| HSL | 23.27º | 0.68% | 0.53% | - |
| HSV(B) | 23.27º | 0.76% | 0.85% | - |
| XYZ | 35.48 | 27.49 | 6.68 | - |
| YUV | 138.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 52 | 0 | 0.47 | 0.76 | 0.15 | 23.27 | 0.68 | 0.53 |
| Hex | D9 | 74 | 34 | 0 | 2F | 4C | F | 17 | 44 | 35 |
| Octal | 331 | 164 | 64 | 0 | 57 | 114 | 17 | 27 | 104 | 65 |
| Binary | 11011001 | 1110100 | 110100 | 0 | 101111 | 1001100 | 1111 | 10111 | 1000100 | 110101 |
Color Harmonies of #D97434
Complementary color
Monochromatic Colors of #D97434
Black with #D97434
Text Example
Text Example
White with #D97434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97434; }
p { color: rgb(217,116,52); }
H1.HeaderClassName
{
color: #D97434;
}
.AnyTagClassName
{
color: #D97434;
}
</style>
background-color css
<style>
a { background-color: #D97434; }
a { background-color: rgb(217,116,52); }
div.DivClassName
{
background-color: #D97434;
}
.BgClassName
{
background-color: #D97434;
}
</style>
border-color css
<style>
span { border-color: #D97434; }
span { border-color: rgb(217,116,52); }
td.TdClassName
{
border-color: #D97434;
}
.TagClassName
{
border-color: #D97434;
}
</style>