Shades of Tango #D47139
Tints of Tango #D47139
RGB
CMYK
RGB Variations
Color information
#D47139 (or 0xD47139) is known color: Tango. HEX triplet: D4, 71 and 39. RGB value is (212,113,57). Sum of RGB (Red+Green+Blue) = 212+113+57=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D47139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47139 is #2B8EC6. Grayscale: #888888. Windows color (decimal): -2854599 or 3764692. OLE color: 3764692.
HSL color Cylindrical-coordinate representation of color #D47139: hue angle of 21.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D47139 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 57 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.17 |
| HSL | 21.68º | 0.64% | 0.53% | - |
| HSV(B) | 21.68º | 0.73% | 0.83% | - |
| XYZ | 33.8 | 26.1 | 7.13 | - |
| YUV | 136.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 57 | 0 | 0.47 | 0.73 | 0.17 | 21.68 | 0.64 | 0.53 |
| Hex | D4 | 71 | 39 | 0 | 2F | 49 | 11 | 16 | 40 | 35 |
| Octal | 324 | 161 | 71 | 0 | 57 | 111 | 21 | 26 | 100 | 65 |
| Binary | 11010100 | 1110001 | 111001 | 0 | 101111 | 1001001 | 10001 | 10110 | 1000000 | 110101 |
Color Harmonies of #D47139
Complementary color
Monochromatic Colors of #D47139
Black with #D47139
Text Example
Text Example
White with #D47139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47139; }
p { color: rgb(212,113,57); }
H1.HeaderClassName
{
color: #D47139;
}
.AnyTagClassName
{
color: #D47139;
}
</style>
background-color css
<style>
a { background-color: #D47139; }
a { background-color: rgb(212,113,57); }
div.DivClassName
{
background-color: #D47139;
}
.BgClassName
{
background-color: #D47139;
}
</style>
border-color css
<style>
span { border-color: #D47139; }
span { border-color: rgb(212,113,57); }
td.TdClassName
{
border-color: #D47139;
}
.TagClassName
{
border-color: #D47139;
}
</style>