Shades of Tango #D47530
Tints of Tango #D47530
RGB
CMYK
RGB Variations
Color information
#D47530 (or 0xD47530) is known color: Tango. HEX triplet: D4, 75 and 30. RGB value is (212,117,48). Sum of RGB (Red+Green+Blue) = 212+117+48=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D47530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47530 is #2B8ACF. Grayscale: #898989. Windows color (decimal): -2853584 or 3175892. OLE color: 3175892.
HSL color Cylindrical-coordinate representation of color #D47530: hue angle of 25.24º 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 #D47530 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 48 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.17 |
| HSL | 25.24º | 0.66% | 0.51% | - |
| HSV(B) | 25.24º | 0.77% | 0.83% | - |
| XYZ | 34.05 | 26.93 | 6.2 | - |
| YUV | 137.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 48 | 0 | 0.45 | 0.77 | 0.17 | 25.24 | 0.66 | 0.51 |
| Hex | D4 | 75 | 30 | 0 | 2D | 4D | 11 | 19 | 42 | 33 |
| Octal | 324 | 165 | 60 | 0 | 55 | 115 | 21 | 31 | 102 | 63 |
| Binary | 11010100 | 1110101 | 110000 | 0 | 101101 | 1001101 | 10001 | 11001 | 1000010 | 110011 |
Color Harmonies of #D47530
Complementary color
Monochromatic Colors of #D47530
Black with #D47530
Text Example
Text Example
White with #D47530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47530; }
p { color: rgb(212,117,48); }
H1.HeaderClassName
{
color: #D47530;
}
.AnyTagClassName
{
color: #D47530;
}
</style>
background-color css
<style>
a { background-color: #D47530; }
a { background-color: rgb(212,117,48); }
div.DivClassName
{
background-color: #D47530;
}
.BgClassName
{
background-color: #D47530;
}
</style>
border-color css
<style>
span { border-color: #D47530; }
span { border-color: rgb(212,117,48); }
td.TdClassName
{
border-color: #D47530;
}
.TagClassName
{
border-color: #D47530;
}
</style>