Shades of Tango #D5743D
Tints of Tango #D5743D
RGB
CMYK
RGB Variations
Color information
#D5743D (or 0xD5743D) is known color: Tango. HEX triplet: D5, 74 and 3D. RGB value is (213,116,61). Sum of RGB (Red+Green+Blue) = 213+116+61=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5743D is #2A8BC2. Grayscale: #8B8B8B. Windows color (decimal): -2788291 or 4027605. OLE color: 4027605.
HSL color Cylindrical-coordinate representation of color #D5743D: hue angle of 21.71º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5743D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 61 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.16 |
| HSL | 21.71º | 0.64% | 0.54% | - |
| HSV(B) | 21.71º | 0.71% | 0.84% | - |
| XYZ | 34.53 | 26.97 | 7.8 | - |
| YUV | 138.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 61 | 0 | 0.46 | 0.71 | 0.16 | 21.71 | 0.64 | 0.54 |
| Hex | D5 | 74 | 3D | 0 | 2E | 47 | 10 | 16 | 40 | 36 |
| Octal | 325 | 164 | 75 | 0 | 56 | 107 | 20 | 26 | 100 | 66 |
| Binary | 11010101 | 1110100 | 111101 | 0 | 101110 | 1000111 | 10000 | 10110 | 1000000 | 110110 |
Color Harmonies of #D5743D
Complementary color
Monochromatic Colors of #D5743D
Black with #D5743D
Text Example
Text Example
White with #D5743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5743D; }
p { color: rgb(213,116,61); }
H1.HeaderClassName
{
color: #D5743D;
}
.AnyTagClassName
{
color: #D5743D;
}
</style>
background-color css
<style>
a { background-color: #D5743D; }
a { background-color: rgb(213,116,61); }
div.DivClassName
{
background-color: #D5743D;
}
.BgClassName
{
background-color: #D5743D;
}
</style>
border-color css
<style>
span { border-color: #D5743D; }
span { border-color: rgb(213,116,61); }
td.TdClassName
{
border-color: #D5743D;
}
.TagClassName
{
border-color: #D5743D;
}
</style>