Shades of Tango #D37139
Tints of Tango #D37139
RGB
CMYK
RGB Variations
Color information
#D37139 (or 0xD37139) is known color: Tango. HEX triplet: D3, 71 and 39. RGB value is (211,113,57). Sum of RGB (Red+Green+Blue) = 211+113+57=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D37139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37139 is #2C8EC6. Grayscale: #888888. Windows color (decimal): -2920135 or 3764691. OLE color: 3764691.
HSL color Cylindrical-coordinate representation of color #D37139: hue angle of 21.82º 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 #D37139 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 57 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.17 |
| HSL | 21.82º | 0.64% | 0.53% | - |
| HSV(B) | 21.82º | 0.73% | 0.83% | - |
| XYZ | 33.51 | 25.95 | 7.11 | - |
| YUV | 135.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 57 | 0 | 0.46 | 0.73 | 0.17 | 21.82 | 0.64 | 0.53 |
| Hex | D3 | 71 | 39 | 0 | 2E | 49 | 11 | 16 | 40 | 35 |
| Octal | 323 | 161 | 71 | 0 | 56 | 111 | 21 | 26 | 100 | 65 |
| Binary | 11010011 | 1110001 | 111001 | 0 | 101110 | 1001001 | 10001 | 10110 | 1000000 | 110101 |
Color Harmonies of #D37139
Complementary color
Monochromatic Colors of #D37139
Black with #D37139
Text Example
Text Example
White with #D37139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37139; }
p { color: rgb(211,113,57); }
H1.HeaderClassName
{
color: #D37139;
}
.AnyTagClassName
{
color: #D37139;
}
</style>
background-color css
<style>
a { background-color: #D37139; }
a { background-color: rgb(211,113,57); }
div.DivClassName
{
background-color: #D37139;
}
.BgClassName
{
background-color: #D37139;
}
</style>
border-color css
<style>
span { border-color: #D37139; }
span { border-color: rgb(211,113,57); }
td.TdClassName
{
border-color: #D37139;
}
.TagClassName
{
border-color: #D37139;
}
</style>