Shades of Tango #D4712B
Tints of Tango #D4712B
RGB
CMYK
RGB Variations
Color information
#D4712B (or 0xD4712B) is known color: Tango. HEX triplet: D4, 71 and 2B. RGB value is (212,113,43). Sum of RGB (Red+Green+Blue) = 212+113+43=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4712B is #2B8ED4. Grayscale: #868686. Windows color (decimal): -2854613 or 2847188. OLE color: 2847188.
HSL color Cylindrical-coordinate representation of color #D4712B: hue angle of 24.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4712B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 43 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.17 |
| HSL | 24.85º | 0.66% | 0.5% | - |
| HSV(B) | 24.85º | 0.8% | 0.83% | - |
| XYZ | 33.49 | 25.98 | 5.54 | - |
| YUV | 134.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 43 | 0 | 0.47 | 0.80 | 0.17 | 24.85 | 0.66 | 0.5 |
| Hex | D4 | 71 | 2B | 0 | 2F | 50 | 11 | 19 | 42 | 32 |
| Octal | 324 | 161 | 53 | 0 | 57 | 120 | 21 | 31 | 102 | 62 |
| Binary | 11010100 | 1110001 | 101011 | 0 | 101111 | 1010000 | 10001 | 11001 | 1000010 | 110010 |
Color Harmonies of #D4712B
Complementary color
Monochromatic Colors of #D4712B
Black with #D4712B
Text Example
Text Example
White with #D4712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4712B; }
p { color: rgb(212,113,43); }
H1.HeaderClassName
{
color: #D4712B;
}
.AnyTagClassName
{
color: #D4712B;
}
</style>
background-color css
<style>
a { background-color: #D4712B; }
a { background-color: rgb(212,113,43); }
div.DivClassName
{
background-color: #D4712B;
}
.BgClassName
{
background-color: #D4712B;
}
</style>
border-color css
<style>
span { border-color: #D4712B; }
span { border-color: rgb(212,113,43); }
td.TdClassName
{
border-color: #D4712B;
}
.TagClassName
{
border-color: #D4712B;
}
</style>