Shades of Tango #D1742C
Tints of Tango #D1742C
RGB
CMYK
RGB Variations
Color information
#D1742C (or 0xD1742C) is known color: Tango. HEX triplet: D1, 74 and 2C. RGB value is (209,116,44). Sum of RGB (Red+Green+Blue) = 209+116+44=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1742C is #2E8BD3. Grayscale: #878787. Windows color (decimal): -3050452 or 2913489. OLE color: 2913489.
HSL color Cylindrical-coordinate representation of color #D1742C: hue angle of 26.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1742C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.18 |
| HSL | 26.18º | 0.65% | 0.5% | - |
| HSV(B) | 26.18º | 0.79% | 0.82% | - |
| XYZ | 32.99 | 26.23 | 5.71 | - |
| YUV | 135.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 44 | 0 | 0.44 | 0.79 | 0.18 | 26.18 | 0.65 | 0.5 |
| Hex | D1 | 74 | 2C | 0 | 2C | 4F | 12 | 1A | 41 | 32 |
| Octal | 321 | 164 | 54 | 0 | 54 | 117 | 22 | 32 | 101 | 62 |
| Binary | 11010001 | 1110100 | 101100 | 0 | 101100 | 1001111 | 10010 | 11010 | 1000001 | 110010 |
Color Harmonies of #D1742C
Complementary color
Monochromatic Colors of #D1742C
Black with #D1742C
Text Example
Text Example
White with #D1742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1742C; }
p { color: rgb(209,116,44); }
H1.HeaderClassName
{
color: #D1742C;
}
.AnyTagClassName
{
color: #D1742C;
}
</style>
background-color css
<style>
a { background-color: #D1742C; }
a { background-color: rgb(209,116,44); }
div.DivClassName
{
background-color: #D1742C;
}
.BgClassName
{
background-color: #D1742C;
}
</style>
border-color css
<style>
span { border-color: #D1742C; }
span { border-color: rgb(209,116,44); }
td.TdClassName
{
border-color: #D1742C;
}
.TagClassName
{
border-color: #D1742C;
}
</style>