Shades of Tango #DA7733
Tints of Tango #DA7733
RGB
CMYK
RGB Variations
Color information
#DA7733 (or 0xDA7733) is known color: Tango. HEX triplet: DA, 77 and 33. RGB value is (218,119,51). Sum of RGB (Red+Green+Blue) = 218+119+51=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7733 is #2588CC. Grayscale: #8D8D8D. Windows color (decimal): -2459853 or 3373018. OLE color: 3373018.
HSL color Cylindrical-coordinate representation of color #DA7733: hue angle of 24.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA7733 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 51 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.15 |
| HSL | 24.43º | 0.69% | 0.53% | - |
| HSV(B) | 24.43º | 0.77% | 0.85% | - |
| XYZ | 36.11 | 28.34 | 6.7 | - |
| YUV | 140.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 51 | 0 | 0.45 | 0.77 | 0.15 | 24.43 | 0.69 | 0.53 |
| Hex | DA | 77 | 33 | 0 | 2D | 4D | F | 18 | 45 | 35 |
| Octal | 332 | 167 | 63 | 0 | 55 | 115 | 17 | 30 | 105 | 65 |
| Binary | 11011010 | 1110111 | 110011 | 0 | 101101 | 1001101 | 1111 | 11000 | 1000101 | 110101 |
Color Harmonies of #DA7733
Complementary color
Monochromatic Colors of #DA7733
Black with #DA7733
Text Example
Text Example
White with #DA7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7733; }
p { color: rgb(218,119,51); }
H1.HeaderClassName
{
color: #DA7733;
}
.AnyTagClassName
{
color: #DA7733;
}
</style>
background-color css
<style>
a { background-color: #DA7733; }
a { background-color: rgb(218,119,51); }
div.DivClassName
{
background-color: #DA7733;
}
.BgClassName
{
background-color: #DA7733;
}
</style>
border-color css
<style>
span { border-color: #DA7733; }
span { border-color: rgb(218,119,51); }
td.TdClassName
{
border-color: #DA7733;
}
.TagClassName
{
border-color: #DA7733;
}
</style>