Shades of Tango #D97738
Tints of Tango #D97738
RGB
CMYK
RGB Variations
Color information
#D97738 (or 0xD97738) is known color: Tango. HEX triplet: D9, 77 and 38. RGB value is (217,119,56). Sum of RGB (Red+Green+Blue) = 217+119+56=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D97738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97738 is #2688C7. Grayscale: #8D8D8D. Windows color (decimal): -2525384 or 3700697. OLE color: 3700697.
HSL color Cylindrical-coordinate representation of color #D97738: hue angle of 23.48º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D97738 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 56 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.15 |
| HSL | 23.48º | 0.68% | 0.54% | - |
| HSV(B) | 23.48º | 0.74% | 0.85% | - |
| XYZ | 35.93 | 28.23 | 7.3 | - |
| YUV | 141.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 56 | 0 | 0.45 | 0.74 | 0.15 | 23.48 | 0.68 | 0.54 |
| Hex | D9 | 77 | 38 | 0 | 2D | 4A | F | 17 | 44 | 36 |
| Octal | 331 | 167 | 70 | 0 | 55 | 112 | 17 | 27 | 104 | 66 |
| Binary | 11011001 | 1110111 | 111000 | 0 | 101101 | 1001010 | 1111 | 10111 | 1000100 | 110110 |
Color Harmonies of #D97738
Complementary color
Monochromatic Colors of #D97738
Black with #D97738
Text Example
Text Example
White with #D97738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97738; }
p { color: rgb(217,119,56); }
H1.HeaderClassName
{
color: #D97738;
}
.AnyTagClassName
{
color: #D97738;
}
</style>
background-color css
<style>
a { background-color: #D97738; }
a { background-color: rgb(217,119,56); }
div.DivClassName
{
background-color: #D97738;
}
.BgClassName
{
background-color: #D97738;
}
</style>
border-color css
<style>
span { border-color: #D97738; }
span { border-color: rgb(217,119,56); }
td.TdClassName
{
border-color: #D97738;
}
.TagClassName
{
border-color: #D97738;
}
</style>