Shades of Tango #D97737
Tints of Tango #D97737
RGB
CMYK
RGB Variations
Color information
#D97737 (or 0xD97737) is known color: Tango. HEX triplet: D9, 77 and 37. RGB value is (217,119,55). Sum of RGB (Red+Green+Blue) = 217+119+55=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D97737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97737 is #2688C8. Grayscale: #8D8D8D. Windows color (decimal): -2525385 or 3635161. OLE color: 3635161.
HSL color Cylindrical-coordinate representation of color #D97737: hue angle of 23.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D97737 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 55 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.15 |
| HSL | 23.7º | 0.68% | 0.53% | - |
| HSV(B) | 23.7º | 0.75% | 0.85% | - |
| XYZ | 35.9 | 28.22 | 7.17 | - |
| YUV | 141.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 55 | 0 | 0.45 | 0.75 | 0.15 | 23.7 | 0.68 | 0.53 |
| Hex | D9 | 77 | 37 | 0 | 2D | 4B | F | 18 | 44 | 35 |
| Octal | 331 | 167 | 67 | 0 | 55 | 113 | 17 | 30 | 104 | 65 |
| Binary | 11011001 | 1110111 | 110111 | 0 | 101101 | 1001011 | 1111 | 11000 | 1000100 | 110101 |
Color Harmonies of #D97737
Complementary color
Monochromatic Colors of #D97737
Black with #D97737
Text Example
Text Example
White with #D97737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97737; }
p { color: rgb(217,119,55); }
H1.HeaderClassName
{
color: #D97737;
}
.AnyTagClassName
{
color: #D97737;
}
</style>
background-color css
<style>
a { background-color: #D97737; }
a { background-color: rgb(217,119,55); }
div.DivClassName
{
background-color: #D97737;
}
.BgClassName
{
background-color: #D97737;
}
</style>
border-color css
<style>
span { border-color: #D97737; }
span { border-color: rgb(217,119,55); }
td.TdClassName
{
border-color: #D97737;
}
.TagClassName
{
border-color: #D97737;
}
</style>