Shades of Tango #DA7334
Tints of Tango #DA7334
RGB
CMYK
RGB Variations
Color information
#DA7334 (or 0xDA7334) is known color: Tango. HEX triplet: DA, 73 and 34. RGB value is (218,115,52). Sum of RGB (Red+Green+Blue) = 218+115+52=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7334 is #258CCB. Grayscale: #8A8A8A. Windows color (decimal): -2460876 or 3437530. OLE color: 3437530.
HSL color Cylindrical-coordinate representation of color #DA7334: hue angle of 22.77º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA7334 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 52 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.15 |
| HSL | 22.77º | 0.69% | 0.53% | - |
| HSV(B) | 22.77º | 0.76% | 0.85% | - |
| XYZ | 35.66 | 27.41 | 6.66 | - |
| YUV | 138.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 52 | 0 | 0.47 | 0.76 | 0.15 | 22.77 | 0.69 | 0.53 |
| Hex | DA | 73 | 34 | 0 | 2F | 4C | F | 17 | 45 | 35 |
| Octal | 332 | 163 | 64 | 0 | 57 | 114 | 17 | 27 | 105 | 65 |
| Binary | 11011010 | 1110011 | 110100 | 0 | 101111 | 1001100 | 1111 | 10111 | 1000101 | 110101 |
Color Harmonies of #DA7334
Complementary color
Monochromatic Colors of #DA7334
Black with #DA7334
Text Example
Text Example
White with #DA7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7334; }
p { color: rgb(218,115,52); }
H1.HeaderClassName
{
color: #DA7334;
}
.AnyTagClassName
{
color: #DA7334;
}
</style>
background-color css
<style>
a { background-color: #DA7334; }
a { background-color: rgb(218,115,52); }
div.DivClassName
{
background-color: #DA7334;
}
.BgClassName
{
background-color: #DA7334;
}
</style>
border-color css
<style>
span { border-color: #DA7334; }
span { border-color: rgb(218,115,52); }
td.TdClassName
{
border-color: #DA7334;
}
.TagClassName
{
border-color: #DA7334;
}
</style>