Shades of Tango #D4712E
Tints of Tango #D4712E
RGB
CMYK
RGB Variations
Color information
#D4712E (or 0xD4712E) is known color: Tango. HEX triplet: D4, 71 and 2E. RGB value is (212,113,46). Sum of RGB (Red+Green+Blue) = 212+113+46=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4712E is #2B8ED1. Grayscale: #878787. Windows color (decimal): -2854610 or 3043796. OLE color: 3043796.
HSL color Cylindrical-coordinate representation of color #D4712E: hue angle of 24.22º degrees, saturation: 0.66, 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 #D4712E is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 46 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.17 |
| HSL | 24.22º | 0.66% | 0.51% | - |
| HSV(B) | 24.22º | 0.78% | 0.83% | - |
| XYZ | 33.55 | 26 | 5.84 | - |
| YUV | 134.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 46 | 0 | 0.47 | 0.78 | 0.17 | 24.22 | 0.66 | 0.51 |
| Hex | D4 | 71 | 2E | 0 | 2F | 4E | 11 | 18 | 42 | 33 |
| Octal | 324 | 161 | 56 | 0 | 57 | 116 | 21 | 30 | 102 | 63 |
| Binary | 11010100 | 1110001 | 101110 | 0 | 101111 | 1001110 | 10001 | 11000 | 1000010 | 110011 |
Color Harmonies of #D4712E
Complementary color
Monochromatic Colors of #D4712E
Black with #D4712E
Text Example
Text Example
White with #D4712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4712E; }
p { color: rgb(212,113,46); }
H1.HeaderClassName
{
color: #D4712E;
}
.AnyTagClassName
{
color: #D4712E;
}
</style>
background-color css
<style>
a { background-color: #D4712E; }
a { background-color: rgb(212,113,46); }
div.DivClassName
{
background-color: #D4712E;
}
.BgClassName
{
background-color: #D4712E;
}
</style>
border-color css
<style>
span { border-color: #D4712E; }
span { border-color: rgb(212,113,46); }
td.TdClassName
{
border-color: #D4712E;
}
.TagClassName
{
border-color: #D4712E;
}
</style>