Shades of Tenne (Tawny) #DA5010
Tints of Tenne (Tawny) #DA5010
RGB
CMYK
RGB Variations
Color information
#DA5010 (or 0xDA5010) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 10. RGB value is (218,80,16). Sum of RGB (Red+Green+Blue) = 218+80+16=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5010 is #25AFEF. Grayscale: #727272. Windows color (decimal): -2469872 or 1069274. OLE color: 1069274.
HSL color Cylindrical-coordinate representation of color #DA5010: hue angle of 19.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA5010 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.15 |
| HSL | 19.01º | 0.86% | 0.46% | - |
| HSV(B) | 19.01º | 0.93% | 0.85% | - |
| XYZ | 31.88 | 20.68 | 2.8 | - |
| YUV | 113.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 16 | 0 | 0.63 | 0.93 | 0.15 | 19.01 | 0.86 | 0.46 |
| Hex | DA | 50 | 10 | 0 | 3F | 5D | F | 13 | 56 | 2E |
| Octal | 332 | 120 | 20 | 0 | 77 | 135 | 17 | 23 | 126 | 56 |
| Binary | 11011010 | 1010000 | 10000 | 0 | 111111 | 1011101 | 1111 | 10011 | 1010110 | 101110 |
Color Harmonies of #DA5010
Complementary color
Monochromatic Colors of #DA5010
Black with #DA5010
Text Example
Text Example
White with #DA5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5010; }
p { color: rgb(218,80,16); }
H1.HeaderClassName
{
color: #DA5010;
}
.AnyTagClassName
{
color: #DA5010;
}
</style>
background-color css
<style>
a { background-color: #DA5010; }
a { background-color: rgb(218,80,16); }
div.DivClassName
{
background-color: #DA5010;
}
.BgClassName
{
background-color: #DA5010;
}
</style>
border-color css
<style>
span { border-color: #DA5010; }
span { border-color: rgb(218,80,16); }
td.TdClassName
{
border-color: #DA5010;
}
.TagClassName
{
border-color: #DA5010;
}
</style>