Shades of Tango #D17235
Tints of Tango #D17235
RGB
CMYK
RGB Variations
Color information
#D17235 (or 0xD17235) is known color: Tango. HEX triplet: D1, 72 and 35. RGB value is (209,114,53). Sum of RGB (Red+Green+Blue) = 209+114+53=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D17235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17235 is #2E8DCA. Grayscale: #878787. Windows color (decimal): -3050955 or 3502801. OLE color: 3502801.
HSL color Cylindrical-coordinate representation of color #D17235: hue angle of 23.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D17235 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 53 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.18 |
| HSL | 23.46º | 0.63% | 0.51% | - |
| HSV(B) | 23.46º | 0.75% | 0.82% | - |
| XYZ | 32.95 | 25.85 | 6.62 | - |
| YUV | 135.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 53 | 0 | 0.45 | 0.75 | 0.18 | 23.46 | 0.63 | 0.51 |
| Hex | D1 | 72 | 35 | 0 | 2D | 4B | 12 | 17 | 3F | 33 |
| Octal | 321 | 162 | 65 | 0 | 55 | 113 | 22 | 27 | 77 | 63 |
| Binary | 11010001 | 1110010 | 110101 | 0 | 101101 | 1001011 | 10010 | 10111 | 111111 | 110011 |
Color Harmonies of #D17235
Complementary color
Monochromatic Colors of #D17235
Black with #D17235
Text Example
Text Example
White with #D17235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17235; }
p { color: rgb(209,114,53); }
H1.HeaderClassName
{
color: #D17235;
}
.AnyTagClassName
{
color: #D17235;
}
</style>
background-color css
<style>
a { background-color: #D17235; }
a { background-color: rgb(209,114,53); }
div.DivClassName
{
background-color: #D17235;
}
.BgClassName
{
background-color: #D17235;
}
</style>
border-color css
<style>
span { border-color: #D17235; }
span { border-color: rgb(209,114,53); }
td.TdClassName
{
border-color: #D17235;
}
.TagClassName
{
border-color: #D17235;
}
</style>