Shades of Tango #D57139
Tints of Tango #D57139
RGB
CMYK
RGB Variations
Color information
#D57139 (or 0xD57139) is known color: Tango. HEX triplet: D5, 71 and 39. RGB value is (213,113,57). Sum of RGB (Red+Green+Blue) = 213+113+57=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57139 is #2A8EC6. Grayscale: #888888. Windows color (decimal): -2789063 or 3764693. OLE color: 3764693.
HSL color Cylindrical-coordinate representation of color #D57139: hue angle of 21.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D57139 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 57 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.16 |
| HSL | 21.54º | 0.65% | 0.53% | - |
| HSV(B) | 21.54º | 0.73% | 0.84% | - |
| XYZ | 34.08 | 26.25 | 7.14 | - |
| YUV | 136.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 57 | 0 | 0.47 | 0.73 | 0.16 | 21.54 | 0.65 | 0.53 |
| Hex | D5 | 71 | 39 | 0 | 2F | 49 | 10 | 16 | 41 | 35 |
| Octal | 325 | 161 | 71 | 0 | 57 | 111 | 20 | 26 | 101 | 65 |
| Binary | 11010101 | 1110001 | 111001 | 0 | 101111 | 1001001 | 10000 | 10110 | 1000001 | 110101 |
Color Harmonies of #D57139
Complementary color
Monochromatic Colors of #D57139
Black with #D57139
Text Example
Text Example
White with #D57139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57139; }
p { color: rgb(213,113,57); }
H1.HeaderClassName
{
color: #D57139;
}
.AnyTagClassName
{
color: #D57139;
}
</style>
background-color css
<style>
a { background-color: #D57139; }
a { background-color: rgb(213,113,57); }
div.DivClassName
{
background-color: #D57139;
}
.BgClassName
{
background-color: #D57139;
}
</style>
border-color css
<style>
span { border-color: #D57139; }
span { border-color: rgb(213,113,57); }
td.TdClassName
{
border-color: #D57139;
}
.TagClassName
{
border-color: #D57139;
}
</style>