Shades of Tango #DA7534
Tints of Tango #DA7534
RGB
CMYK
RGB Variations
Color information
#DA7534 (or 0xDA7534) is known color: Tango. HEX triplet: DA, 75 and 34. RGB value is (218,117,52). Sum of RGB (Red+Green+Blue) = 218+117+52=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7534 is #258ACB. Grayscale: #8C8C8C. Windows color (decimal): -2460364 or 3438042. OLE color: 3438042.
HSL color Cylindrical-coordinate representation of color #DA7534: hue angle of 23.49º 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 #DA7534 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 52 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.15 |
| HSL | 23.49º | 0.69% | 0.53% | - |
| HSV(B) | 23.49º | 0.76% | 0.85% | - |
| XYZ | 35.89 | 27.88 | 6.74 | - |
| YUV | 139.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 52 | 0 | 0.46 | 0.76 | 0.15 | 23.49 | 0.69 | 0.53 |
| Hex | DA | 75 | 34 | 0 | 2E | 4C | F | 17 | 45 | 35 |
| Octal | 332 | 165 | 64 | 0 | 56 | 114 | 17 | 27 | 105 | 65 |
| Binary | 11011010 | 1110101 | 110100 | 0 | 101110 | 1001100 | 1111 | 10111 | 1000101 | 110101 |
Color Harmonies of #DA7534
Complementary color
Monochromatic Colors of #DA7534
Black with #DA7534
Text Example
Text Example
White with #DA7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7534; }
p { color: rgb(218,117,52); }
H1.HeaderClassName
{
color: #DA7534;
}
.AnyTagClassName
{
color: #DA7534;
}
</style>
background-color css
<style>
a { background-color: #DA7534; }
a { background-color: rgb(218,117,52); }
div.DivClassName
{
background-color: #DA7534;
}
.BgClassName
{
background-color: #DA7534;
}
</style>
border-color css
<style>
span { border-color: #DA7534; }
span { border-color: rgb(218,117,52); }
td.TdClassName
{
border-color: #DA7534;
}
.TagClassName
{
border-color: #DA7534;
}
</style>