Shades of Tango #DA7738
Tints of Tango #DA7738
RGB
CMYK
RGB Variations
Color information
#DA7738 (or 0xDA7738) is known color: Tango. HEX triplet: DA, 77 and 38. RGB value is (218,119,56). Sum of RGB (Red+Green+Blue) = 218+119+56=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7738 is #2588C7. Grayscale: #8D8D8D. Windows color (decimal): -2459848 or 3700698. OLE color: 3700698.
HSL color Cylindrical-coordinate representation of color #DA7738: hue angle of 23.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA7738 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 56 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.15 |
| HSL | 23.33º | 0.69% | 0.54% | - |
| HSV(B) | 23.33º | 0.74% | 0.85% | - |
| XYZ | 36.22 | 28.38 | 7.31 | - |
| YUV | 141.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 56 | 0 | 0.45 | 0.74 | 0.15 | 23.33 | 0.69 | 0.54 |
| Hex | DA | 77 | 38 | 0 | 2D | 4A | F | 17 | 45 | 36 |
| Octal | 332 | 167 | 70 | 0 | 55 | 112 | 17 | 27 | 105 | 66 |
| Binary | 11011010 | 1110111 | 111000 | 0 | 101101 | 1001010 | 1111 | 10111 | 1000101 | 110110 |
Color Harmonies of #DA7738
Complementary color
Monochromatic Colors of #DA7738
Black with #DA7738
Text Example
Text Example
White with #DA7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7738; }
p { color: rgb(218,119,56); }
H1.HeaderClassName
{
color: #DA7738;
}
.AnyTagClassName
{
color: #DA7738;
}
</style>
background-color css
<style>
a { background-color: #DA7738; }
a { background-color: rgb(218,119,56); }
div.DivClassName
{
background-color: #DA7738;
}
.BgClassName
{
background-color: #DA7738;
}
</style>
border-color css
<style>
span { border-color: #DA7738; }
span { border-color: rgb(218,119,56); }
td.TdClassName
{
border-color: #DA7738;
}
.TagClassName
{
border-color: #DA7738;
}
</style>