Shades of Tenne (Tawny) #DA4E16
Tints of Tenne (Tawny) #DA4E16
RGB
CMYK
RGB Variations
Color information
#DA4E16 (or 0xDA4E16) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 16. RGB value is (218,78,22). Sum of RGB (Red+Green+Blue) = 218+78+22=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E16 is #25B1E9. Grayscale: #717171. Windows color (decimal): -2470378 or 1461978. OLE color: 1461978.
HSL color Cylindrical-coordinate representation of color #DA4E16: hue angle of 17.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4E16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.15 |
| HSL | 17.14º | 0.82% | 0.47% | - |
| HSV(B) | 17.14º | 0.9% | 0.85% | - |
| XYZ | 31.78 | 20.41 | 3.02 | - |
| YUV | 113.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 22 | 0 | 0.64 | 0.90 | 0.15 | 17.14 | 0.82 | 0.47 |
| Hex | DA | 4E | 16 | 0 | 40 | 5A | F | 11 | 52 | 2F |
| Octal | 332 | 116 | 26 | 0 | 100 | 132 | 17 | 21 | 122 | 57 |
| Binary | 11011010 | 1001110 | 10110 | 0 | 1000000 | 1011010 | 1111 | 10001 | 1010010 | 101111 |
Color Harmonies of #DA4E16
Complementary color
Monochromatic Colors of #DA4E16
Black with #DA4E16
Text Example
Text Example
White with #DA4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E16; }
p { color: rgb(218,78,22); }
H1.HeaderClassName
{
color: #DA4E16;
}
.AnyTagClassName
{
color: #DA4E16;
}
</style>
background-color css
<style>
a { background-color: #DA4E16; }
a { background-color: rgb(218,78,22); }
div.DivClassName
{
background-color: #DA4E16;
}
.BgClassName
{
background-color: #DA4E16;
}
</style>
border-color css
<style>
span { border-color: #DA4E16; }
span { border-color: rgb(218,78,22); }
td.TdClassName
{
border-color: #DA4E16;
}
.TagClassName
{
border-color: #DA4E16;
}
</style>