Shades of Tango #D47735
Tints of Tango #D47735
RGB
CMYK
RGB Variations
Color information
#D47735 (or 0xD47735) is known color: Tango. HEX triplet: D4, 77 and 35. RGB value is (212,119,53). Sum of RGB (Red+Green+Blue) = 212+119+53=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D47735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47735 is #2B88CA. Grayscale: #8B8B8B. Windows color (decimal): -2853067 or 3504084. OLE color: 3504084.
HSL color Cylindrical-coordinate representation of color #D47735: hue angle of 24.91º 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 #D47735 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 53 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.17 |
| HSL | 24.91º | 0.65% | 0.52% | - |
| HSV(B) | 24.91º | 0.75% | 0.83% | - |
| XYZ | 34.39 | 27.45 | 6.85 | - |
| YUV | 139.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 53 | 0 | 0.44 | 0.75 | 0.17 | 24.91 | 0.65 | 0.52 |
| Hex | D4 | 77 | 35 | 0 | 2C | 4B | 11 | 19 | 41 | 34 |
| Octal | 324 | 167 | 65 | 0 | 54 | 113 | 21 | 31 | 101 | 64 |
| Binary | 11010100 | 1110111 | 110101 | 0 | 101100 | 1001011 | 10001 | 11001 | 1000001 | 110100 |
Color Harmonies of #D47735
Complementary color
Monochromatic Colors of #D47735
Black with #D47735
Text Example
Text Example
White with #D47735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47735; }
p { color: rgb(212,119,53); }
H1.HeaderClassName
{
color: #D47735;
}
.AnyTagClassName
{
color: #D47735;
}
</style>
background-color css
<style>
a { background-color: #D47735; }
a { background-color: rgb(212,119,53); }
div.DivClassName
{
background-color: #D47735;
}
.BgClassName
{
background-color: #D47735;
}
</style>
border-color css
<style>
span { border-color: #D47735; }
span { border-color: rgb(212,119,53); }
td.TdClassName
{
border-color: #D47735;
}
.TagClassName
{
border-color: #D47735;
}
</style>