Shades of Tango #D3712F
Tints of Tango #D3712F
RGB
CMYK
RGB Variations
Color information
#D3712F (or 0xD3712F) is known color: Tango. HEX triplet: D3, 71 and 2F. RGB value is (211,113,47). Sum of RGB (Red+Green+Blue) = 211+113+47=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3712F is #2C8ED0. Grayscale: #878787. Windows color (decimal): -2920145 or 3109331. OLE color: 3109331.
HSL color Cylindrical-coordinate representation of color #D3712F: hue angle of 24.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3712F is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 47 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.17 |
| HSL | 24.15º | 0.65% | 0.51% | - |
| HSV(B) | 24.15º | 0.78% | 0.83% | - |
| XYZ | 33.28 | 25.86 | 5.93 | - |
| YUV | 134.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 47 | 0 | 0.46 | 0.78 | 0.17 | 24.15 | 0.65 | 0.51 |
| Hex | D3 | 71 | 2F | 0 | 2E | 4E | 11 | 18 | 41 | 33 |
| Octal | 323 | 161 | 57 | 0 | 56 | 116 | 21 | 30 | 101 | 63 |
| Binary | 11010011 | 1110001 | 101111 | 0 | 101110 | 1001110 | 10001 | 11000 | 1000001 | 110011 |
Color Harmonies of #D3712F
Complementary color
Monochromatic Colors of #D3712F
Black with #D3712F
Text Example
Text Example
White with #D3712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3712F; }
p { color: rgb(211,113,47); }
H1.HeaderClassName
{
color: #D3712F;
}
.AnyTagClassName
{
color: #D3712F;
}
</style>
background-color css
<style>
a { background-color: #D3712F; }
a { background-color: rgb(211,113,47); }
div.DivClassName
{
background-color: #D3712F;
}
.BgClassName
{
background-color: #D3712F;
}
</style>
border-color css
<style>
span { border-color: #D3712F; }
span { border-color: rgb(211,113,47); }
td.TdClassName
{
border-color: #D3712F;
}
.TagClassName
{
border-color: #D3712F;
}
</style>