Shades of Tango #D1742B
Tints of Tango #D1742B
RGB
CMYK
RGB Variations
Color information
#D1742B (or 0xD1742B) is known color: Tango. HEX triplet: D1, 74 and 2B. RGB value is (209,116,43). Sum of RGB (Red+Green+Blue) = 209+116+43=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1742B is #2E8BD4. Grayscale: #878787. Windows color (decimal): -3050453 or 2847953. OLE color: 2847953.
HSL color Cylindrical-coordinate representation of color #D1742B: hue angle of 26.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1742B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 43 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.18 |
| HSL | 26.39º | 0.66% | 0.49% | - |
| HSV(B) | 26.39º | 0.79% | 0.82% | - |
| XYZ | 32.98 | 26.22 | 5.61 | - |
| YUV | 135.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 43 | 0 | 0.44 | 0.79 | 0.18 | 26.39 | 0.66 | 0.49 |
| Hex | D1 | 74 | 2B | 0 | 2C | 4F | 12 | 1A | 42 | 31 |
| Octal | 321 | 164 | 53 | 0 | 54 | 117 | 22 | 32 | 102 | 61 |
| Binary | 11010001 | 1110100 | 101011 | 0 | 101100 | 1001111 | 10010 | 11010 | 1000010 | 110001 |
Color Harmonies of #D1742B
Complementary color
Monochromatic Colors of #D1742B
Black with #D1742B
Text Example
Text Example
White with #D1742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1742B; }
p { color: rgb(209,116,43); }
H1.HeaderClassName
{
color: #D1742B;
}
.AnyTagClassName
{
color: #D1742B;
}
</style>
background-color css
<style>
a { background-color: #D1742B; }
a { background-color: rgb(209,116,43); }
div.DivClassName
{
background-color: #D1742B;
}
.BgClassName
{
background-color: #D1742B;
}
</style>
border-color css
<style>
span { border-color: #D1742B; }
span { border-color: rgb(209,116,43); }
td.TdClassName
{
border-color: #D1742B;
}
.TagClassName
{
border-color: #D1742B;
}
</style>