Shades of Tenne (Tawny) #DA4E05
Tints of Tenne (Tawny) #DA4E05
RGB
CMYK
RGB Variations
Color information
#DA4E05 (or 0xDA4E05) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 05. RGB value is (218,78,5). Sum of RGB (Red+Green+Blue) = 218+78+5=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E05 is #25B1FA. Grayscale: #6F6F6F. Windows color (decimal): -2470395 or 347866. OLE color: 347866.
HSL color Cylindrical-coordinate representation of color #DA4E05: hue angle of 20.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA4E05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.15 |
| HSL | 20.56º | 0.96% | 0.44% | - |
| HSV(B) | 20.56º | 0.98% | 0.85% | - |
| XYZ | 31.67 | 20.37 | 2.41 | - |
| YUV | 111.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 5 | 0 | 0.64 | 0.98 | 0.15 | 20.56 | 0.96 | 0.44 |
| Hex | DA | 4E | 5 | 0 | 40 | 62 | F | 15 | 60 | 2C |
| Octal | 332 | 116 | 5 | 0 | 100 | 142 | 17 | 25 | 140 | 54 |
| Binary | 11011010 | 1001110 | 101 | 0 | 1000000 | 1100010 | 1111 | 10101 | 1100000 | 101100 |
Color Harmonies of #DA4E05
Complementary color
Monochromatic Colors of #DA4E05
Black with #DA4E05
Text Example
Text Example
White with #DA4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E05; }
p { color: rgb(218,78,5); }
H1.HeaderClassName
{
color: #DA4E05;
}
.AnyTagClassName
{
color: #DA4E05;
}
</style>
background-color css
<style>
a { background-color: #DA4E05; }
a { background-color: rgb(218,78,5); }
div.DivClassName
{
background-color: #DA4E05;
}
.BgClassName
{
background-color: #DA4E05;
}
</style>
border-color css
<style>
span { border-color: #DA4E05; }
span { border-color: rgb(218,78,5); }
td.TdClassName
{
border-color: #DA4E05;
}
.TagClassName
{
border-color: #DA4E05;
}
</style>