Shades of Tango #D5773B
Tints of Tango #D5773B
RGB
CMYK
RGB Variations
Color information
#D5773B (or 0xD5773B) is known color: Tango. HEX triplet: D5, 77 and 3B. RGB value is (213,119,59). Sum of RGB (Red+Green+Blue) = 213+119+59=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5773B is #2A88C4. Grayscale: #8C8C8C. Windows color (decimal): -2787525 or 3897301. OLE color: 3897301.
HSL color Cylindrical-coordinate representation of color #D5773B: hue angle of 23.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5773B is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 59 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.16 |
| HSL | 23.38º | 0.65% | 0.53% | - |
| HSV(B) | 23.38º | 0.72% | 0.84% | - |
| XYZ | 34.83 | 27.66 | 7.64 | - |
| YUV | 140.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 59 | 0 | 0.44 | 0.72 | 0.16 | 23.38 | 0.65 | 0.53 |
| Hex | D5 | 77 | 3B | 0 | 2C | 48 | 10 | 17 | 41 | 35 |
| Octal | 325 | 167 | 73 | 0 | 54 | 110 | 20 | 27 | 101 | 65 |
| Binary | 11010101 | 1110111 | 111011 | 0 | 101100 | 1001000 | 10000 | 10111 | 1000001 | 110101 |
Color Harmonies of #D5773B
Complementary color
Monochromatic Colors of #D5773B
Black with #D5773B
Text Example
Text Example
White with #D5773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5773B; }
p { color: rgb(213,119,59); }
H1.HeaderClassName
{
color: #D5773B;
}
.AnyTagClassName
{
color: #D5773B;
}
</style>
background-color css
<style>
a { background-color: #D5773B; }
a { background-color: rgb(213,119,59); }
div.DivClassName
{
background-color: #D5773B;
}
.BgClassName
{
background-color: #D5773B;
}
</style>
border-color css
<style>
span { border-color: #D5773B; }
span { border-color: rgb(213,119,59); }
td.TdClassName
{
border-color: #D5773B;
}
.TagClassName
{
border-color: #D5773B;
}
</style>