Shades of Tango #D47535
Tints of Tango #D47535
RGB
CMYK
RGB Variations
Color information
#D47535 (or 0xD47535) is known color: Tango. HEX triplet: D4, 75 and 35. RGB value is (212,117,53). Sum of RGB (Red+Green+Blue) = 212+117+53=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D47535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47535 is #2B8ACA. Grayscale: #8A8A8A. Windows color (decimal): -2853579 or 3503572. OLE color: 3503572.
HSL color Cylindrical-coordinate representation of color #D47535: hue angle of 24.15º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47535 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 53 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.17 |
| HSL | 24.15º | 0.65% | 0.52% | - |
| HSV(B) | 24.15º | 0.75% | 0.83% | - |
| XYZ | 34.16 | 26.98 | 6.77 | - |
| YUV | 138.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 53 | 0 | 0.45 | 0.75 | 0.17 | 24.15 | 0.65 | 0.52 |
| Hex | D4 | 75 | 35 | 0 | 2D | 4B | 11 | 18 | 41 | 34 |
| Octal | 324 | 165 | 65 | 0 | 55 | 113 | 21 | 30 | 101 | 64 |
| Binary | 11010100 | 1110101 | 110101 | 0 | 101101 | 1001011 | 10001 | 11000 | 1000001 | 110100 |
Color Harmonies of #D47535
Complementary color
Monochromatic Colors of #D47535
Black with #D47535
Text Example
Text Example
White with #D47535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47535; }
p { color: rgb(212,117,53); }
H1.HeaderClassName
{
color: #D47535;
}
.AnyTagClassName
{
color: #D47535;
}
</style>
background-color css
<style>
a { background-color: #D47535; }
a { background-color: rgb(212,117,53); }
div.DivClassName
{
background-color: #D47535;
}
.BgClassName
{
background-color: #D47535;
}
</style>
border-color css
<style>
span { border-color: #D47535; }
span { border-color: rgb(212,117,53); }
td.TdClassName
{
border-color: #D47535;
}
.TagClassName
{
border-color: #D47535;
}
</style>