Shades of Tango #D3713D
Tints of Tango #D3713D
RGB
CMYK
RGB Variations
Color information
#D3713D (or 0xD3713D) is known color: Tango. HEX triplet: D3, 71 and 3D. RGB value is (211,113,61). Sum of RGB (Red+Green+Blue) = 211+113+61=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3713D is #2C8EC2. Grayscale: #888888. Windows color (decimal): -2920131 or 4026835. OLE color: 4026835.
HSL color Cylindrical-coordinate representation of color #D3713D: hue angle of 20.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3713D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 61 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.17 |
| HSL | 20.8º | 0.63% | 0.53% | - |
| HSV(B) | 20.8º | 0.71% | 0.83% | - |
| XYZ | 33.61 | 26 | 7.66 | - |
| YUV | 136.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 61 | 0 | 0.46 | 0.71 | 0.17 | 20.8 | 0.63 | 0.53 |
| Hex | D3 | 71 | 3D | 0 | 2E | 47 | 11 | 15 | 3F | 35 |
| Octal | 323 | 161 | 75 | 0 | 56 | 107 | 21 | 25 | 77 | 65 |
| Binary | 11010011 | 1110001 | 111101 | 0 | 101110 | 1000111 | 10001 | 10101 | 111111 | 110101 |
Color Harmonies of #D3713D
Complementary color
Monochromatic Colors of #D3713D
Black with #D3713D
Text Example
Text Example
White with #D3713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3713D; }
p { color: rgb(211,113,61); }
H1.HeaderClassName
{
color: #D3713D;
}
.AnyTagClassName
{
color: #D3713D;
}
</style>
background-color css
<style>
a { background-color: #D3713D; }
a { background-color: rgb(211,113,61); }
div.DivClassName
{
background-color: #D3713D;
}
.BgClassName
{
background-color: #D3713D;
}
</style>
border-color css
<style>
span { border-color: #D3713D; }
span { border-color: rgb(211,113,61); }
td.TdClassName
{
border-color: #D3713D;
}
.TagClassName
{
border-color: #D3713D;
}
</style>