Shades of Tango #D47730
Tints of Tango #D47730
RGB
CMYK
RGB Variations
Color information
#D47730 (or 0xD47730) is known color: Tango. HEX triplet: D4, 77 and 30. RGB value is (212,119,48). Sum of RGB (Red+Green+Blue) = 212+119+48=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D47730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47730 is #2B88CF. Grayscale: #8B8B8B. Windows color (decimal): -2853072 or 3176404. OLE color: 3176404.
HSL color Cylindrical-coordinate representation of color #D47730: hue angle of 25.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D47730 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 48 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.17 |
| HSL | 25.98º | 0.66% | 0.51% | - |
| HSV(B) | 25.98º | 0.77% | 0.83% | - |
| XYZ | 34.28 | 27.4 | 6.28 | - |
| YUV | 138.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 48 | 0 | 0.44 | 0.77 | 0.17 | 25.98 | 0.66 | 0.51 |
| Hex | D4 | 77 | 30 | 0 | 2C | 4D | 11 | 1A | 42 | 33 |
| Octal | 324 | 167 | 60 | 0 | 54 | 115 | 21 | 32 | 102 | 63 |
| Binary | 11010100 | 1110111 | 110000 | 0 | 101100 | 1001101 | 10001 | 11010 | 1000010 | 110011 |
Color Harmonies of #D47730
Complementary color
Monochromatic Colors of #D47730
Black with #D47730
Text Example
Text Example
White with #D47730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47730; }
p { color: rgb(212,119,48); }
H1.HeaderClassName
{
color: #D47730;
}
.AnyTagClassName
{
color: #D47730;
}
</style>
background-color css
<style>
a { background-color: #D47730; }
a { background-color: rgb(212,119,48); }
div.DivClassName
{
background-color: #D47730;
}
.BgClassName
{
background-color: #D47730;
}
</style>
border-color css
<style>
span { border-color: #D47730; }
span { border-color: rgb(212,119,48); }
td.TdClassName
{
border-color: #D47730;
}
.TagClassName
{
border-color: #D47730;
}
</style>