Shades of Tango #D2743C
Tints of Tango #D2743C
RGB
CMYK
RGB Variations
Color information
#D2743C (or 0xD2743C) is known color: Tango. HEX triplet: D2, 74 and 3C. RGB value is (210,116,60). Sum of RGB (Red+Green+Blue) = 210+116+60=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2743C is #2D8BC3. Grayscale: #8A8A8A. Windows color (decimal): -2984900 or 3962066. OLE color: 3962066.
HSL color Cylindrical-coordinate representation of color #D2743C: hue angle of 22.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2743C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 60 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.18 |
| HSL | 22.4º | 0.63% | 0.53% | - |
| HSV(B) | 22.4º | 0.71% | 0.82% | - |
| XYZ | 33.64 | 26.52 | 7.62 | - |
| YUV | 137.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 60 | 0 | 0.45 | 0.71 | 0.18 | 22.4 | 0.63 | 0.53 |
| Hex | D2 | 74 | 3C | 0 | 2D | 47 | 12 | 16 | 3E | 35 |
| Octal | 322 | 164 | 74 | 0 | 55 | 107 | 22 | 26 | 76 | 65 |
| Binary | 11010010 | 1110100 | 111100 | 0 | 101101 | 1000111 | 10010 | 10110 | 111110 | 110101 |
Color Harmonies of #D2743C
Complementary color
Monochromatic Colors of #D2743C
Black with #D2743C
Text Example
Text Example
White with #D2743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2743C; }
p { color: rgb(210,116,60); }
H1.HeaderClassName
{
color: #D2743C;
}
.AnyTagClassName
{
color: #D2743C;
}
</style>
background-color css
<style>
a { background-color: #D2743C; }
a { background-color: rgb(210,116,60); }
div.DivClassName
{
background-color: #D2743C;
}
.BgClassName
{
background-color: #D2743C;
}
</style>
border-color css
<style>
span { border-color: #D2743C; }
span { border-color: rgb(210,116,60); }
td.TdClassName
{
border-color: #D2743C;
}
.TagClassName
{
border-color: #D2743C;
}
</style>