Shades of Tango #D4713C
Tints of Tango #D4713C
RGB
CMYK
RGB Variations
Color information
#D4713C (or 0xD4713C) is known color: Tango. HEX triplet: D4, 71 and 3C. RGB value is (212,113,60). Sum of RGB (Red+Green+Blue) = 212+113+60=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4713C is #2B8EC3. Grayscale: #888888. Windows color (decimal): -2854596 or 3961300. OLE color: 3961300.
HSL color Cylindrical-coordinate representation of color #D4713C: hue angle of 20.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4713C is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 60 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.17 |
| HSL | 20.92º | 0.64% | 0.53% | - |
| HSV(B) | 20.92º | 0.72% | 0.83% | - |
| XYZ | 33.87 | 26.13 | 7.53 | - |
| YUV | 136.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 60 | 0 | 0.47 | 0.72 | 0.17 | 20.92 | 0.64 | 0.53 |
| Hex | D4 | 71 | 3C | 0 | 2F | 48 | 11 | 15 | 40 | 35 |
| Octal | 324 | 161 | 74 | 0 | 57 | 110 | 21 | 25 | 100 | 65 |
| Binary | 11010100 | 1110001 | 111100 | 0 | 101111 | 1001000 | 10001 | 10101 | 1000000 | 110101 |
Color Harmonies of #D4713C
Complementary color
Monochromatic Colors of #D4713C
Black with #D4713C
Text Example
Text Example
White with #D4713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4713C; }
p { color: rgb(212,113,60); }
H1.HeaderClassName
{
color: #D4713C;
}
.AnyTagClassName
{
color: #D4713C;
}
</style>
background-color css
<style>
a { background-color: #D4713C; }
a { background-color: rgb(212,113,60); }
div.DivClassName
{
background-color: #D4713C;
}
.BgClassName
{
background-color: #D4713C;
}
</style>
border-color css
<style>
span { border-color: #D4713C; }
span { border-color: rgb(212,113,60); }
td.TdClassName
{
border-color: #D4713C;
}
.TagClassName
{
border-color: #D4713C;
}
</style>