Shades of Tenne (Tawny) #DA5110
Tints of Tenne (Tawny) #DA5110
RGB
CMYK
RGB Variations
Color information
#DA5110 (or 0xDA5110) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 10. RGB value is (218,81,16). Sum of RGB (Red+Green+Blue) = 218+81+16=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5110 is #25AEEF. Grayscale: #727272. Windows color (decimal): -2469616 or 1069530. OLE color: 1069530.
HSL color Cylindrical-coordinate representation of color #DA5110: hue angle of 19.31º 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 #DA5110 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.15 |
| HSL | 19.31º | 0.86% | 0.46% | - |
| HSV(B) | 19.31º | 0.93% | 0.85% | - |
| XYZ | 31.95 | 20.83 | 2.83 | - |
| YUV | 114.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 16 | 0 | 0.63 | 0.93 | 0.15 | 19.31 | 0.86 | 0.46 |
| Hex | DA | 51 | 10 | 0 | 3F | 5D | F | 13 | 56 | 2E |
| Octal | 332 | 121 | 20 | 0 | 77 | 135 | 17 | 23 | 126 | 56 |
| Binary | 11011010 | 1010001 | 10000 | 0 | 111111 | 1011101 | 1111 | 10011 | 1010110 | 101110 |
Color Harmonies of #DA5110
Complementary color
Monochromatic Colors of #DA5110
Black with #DA5110
Text Example
Text Example
White with #DA5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5110; }
p { color: rgb(218,81,16); }
H1.HeaderClassName
{
color: #DA5110;
}
.AnyTagClassName
{
color: #DA5110;
}
</style>
background-color css
<style>
a { background-color: #DA5110; }
a { background-color: rgb(218,81,16); }
div.DivClassName
{
background-color: #DA5110;
}
.BgClassName
{
background-color: #DA5110;
}
</style>
border-color css
<style>
span { border-color: #DA5110; }
span { border-color: rgb(218,81,16); }
td.TdClassName
{
border-color: #DA5110;
}
.TagClassName
{
border-color: #DA5110;
}
</style>