Shades of Tango #D17137
Tints of Tango #D17137
RGB
CMYK
RGB Variations
Color information
#D17137 (or 0xD17137) is known color: Tango. HEX triplet: D1, 71 and 37. RGB value is (209,113,55). Sum of RGB (Red+Green+Blue) = 209+113+55=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D17137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17137 is #2E8EC8. Grayscale: #878787. Windows color (decimal): -3051209 or 3633617. OLE color: 3633617.
HSL color Cylindrical-coordinate representation of color #D17137: hue angle of 22.6º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D17137 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 55 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.18 |
| HSL | 22.6º | 0.63% | 0.52% | - |
| HSV(B) | 22.6º | 0.74% | 0.82% | - |
| XYZ | 32.89 | 25.64 | 6.83 | - |
| YUV | 135.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 55 | 0 | 0.46 | 0.74 | 0.18 | 22.6 | 0.63 | 0.52 |
| Hex | D1 | 71 | 37 | 0 | 2E | 4A | 12 | 17 | 3F | 34 |
| Octal | 321 | 161 | 67 | 0 | 56 | 112 | 22 | 27 | 77 | 64 |
| Binary | 11010001 | 1110001 | 110111 | 0 | 101110 | 1001010 | 10010 | 10111 | 111111 | 110100 |
Color Harmonies of #D17137
Complementary color
Monochromatic Colors of #D17137
Black with #D17137
Text Example
Text Example
White with #D17137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17137; }
p { color: rgb(209,113,55); }
H1.HeaderClassName
{
color: #D17137;
}
.AnyTagClassName
{
color: #D17137;
}
</style>
background-color css
<style>
a { background-color: #D17137; }
a { background-color: rgb(209,113,55); }
div.DivClassName
{
background-color: #D17137;
}
.BgClassName
{
background-color: #D17137;
}
</style>
border-color css
<style>
span { border-color: #D17137; }
span { border-color: rgb(209,113,55); }
td.TdClassName
{
border-color: #D17137;
}
.TagClassName
{
border-color: #D17137;
}
</style>