Shades of Tango #D5743C
Tints of Tango #D5743C
RGB
CMYK
RGB Variations
Color information
#D5743C (or 0xD5743C) is known color: Tango. HEX triplet: D5, 74 and 3C. RGB value is (213,116,60). Sum of RGB (Red+Green+Blue) = 213+116+60=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5743C is #2A8BC3. Grayscale: #8A8A8A. Windows color (decimal): -2788292 or 3962069. OLE color: 3962069.
HSL color Cylindrical-coordinate representation of color #D5743C: hue angle of 21.96º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5743C is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 60 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.16 |
| HSL | 21.96º | 0.65% | 0.54% | - |
| HSV(B) | 21.96º | 0.72% | 0.84% | - |
| XYZ | 34.5 | 26.96 | 7.66 | - |
| YUV | 138.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 60 | 0 | 0.46 | 0.72 | 0.16 | 21.96 | 0.65 | 0.54 |
| Hex | D5 | 74 | 3C | 0 | 2E | 48 | 10 | 16 | 41 | 36 |
| Octal | 325 | 164 | 74 | 0 | 56 | 110 | 20 | 26 | 101 | 66 |
| Binary | 11010101 | 1110100 | 111100 | 0 | 101110 | 1001000 | 10000 | 10110 | 1000001 | 110110 |
Color Harmonies of #D5743C
Complementary color
Monochromatic Colors of #D5743C
Black with #D5743C
Text Example
Text Example
White with #D5743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5743C; }
p { color: rgb(213,116,60); }
H1.HeaderClassName
{
color: #D5743C;
}
.AnyTagClassName
{
color: #D5743C;
}
</style>
background-color css
<style>
a { background-color: #D5743C; }
a { background-color: rgb(213,116,60); }
div.DivClassName
{
background-color: #D5743C;
}
.BgClassName
{
background-color: #D5743C;
}
</style>
border-color css
<style>
span { border-color: #D5743C; }
span { border-color: rgb(213,116,60); }
td.TdClassName
{
border-color: #D5743C;
}
.TagClassName
{
border-color: #D5743C;
}
</style>