Shades of Tenne (Tawny) #DA4D0E
Tints of Tenne (Tawny) #DA4D0E
RGB
CMYK
RGB Variations
Color information
#DA4D0E (or 0xDA4D0E) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 0E. RGB value is (218,77,14). Sum of RGB (Red+Green+Blue) = 218+77+14=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D0E is #25B2F1. Grayscale: #707070. Windows color (decimal): -2470642 or 937434. OLE color: 937434.
HSL color Cylindrical-coordinate representation of color #DA4D0E: hue angle of 18.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA4D0E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.15 |
| HSL | 18.53º | 0.88% | 0.45% | - |
| HSV(B) | 18.53º | 0.94% | 0.85% | - |
| XYZ | 31.65 | 20.24 | 2.66 | - |
| YUV | 111.98 | 72.71 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 14 | 0 | 0.65 | 0.94 | 0.15 | 18.53 | 0.88 | 0.45 |
| Hex | DA | 4D | E | 0 | 41 | 5E | F | 13 | 58 | 2D |
| Octal | 332 | 115 | 16 | 0 | 101 | 136 | 17 | 23 | 130 | 55 |
| Binary | 11011010 | 1001101 | 1110 | 0 | 1000001 | 1011110 | 1111 | 10011 | 1011000 | 101101 |
Color Harmonies of #DA4D0E
Complementary color
Monochromatic Colors of #DA4D0E
Black with #DA4D0E
Text Example
Text Example
White with #DA4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D0E; }
p { color: rgb(218,77,14); }
H1.HeaderClassName
{
color: #DA4D0E;
}
.AnyTagClassName
{
color: #DA4D0E;
}
</style>
background-color css
<style>
a { background-color: #DA4D0E; }
a { background-color: rgb(218,77,14); }
div.DivClassName
{
background-color: #DA4D0E;
}
.BgClassName
{
background-color: #DA4D0E;
}
</style>
border-color css
<style>
span { border-color: #DA4D0E; }
span { border-color: rgb(218,77,14); }
td.TdClassName
{
border-color: #DA4D0E;
}
.TagClassName
{
border-color: #DA4D0E;
}
</style>