Shades of Tenne (Tawny) #DA4E04
Tints of Tenne (Tawny) #DA4E04
RGB
CMYK
RGB Variations
Color information
#DA4E04 (or 0xDA4E04) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 04. RGB value is (218,78,4). Sum of RGB (Red+Green+Blue) = 218+78+4=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E04 is #25B1FB. Grayscale: #6F6F6F. Windows color (decimal): -2470396 or 282330. OLE color: 282330.
HSL color Cylindrical-coordinate representation of color #DA4E04: hue angle of 20.75º 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 #DA4E04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.15 |
| HSL | 20.75º | 0.96% | 0.44% | - |
| HSV(B) | 20.75º | 0.98% | 0.85% | - |
| XYZ | 31.66 | 20.36 | 2.38 | - |
| YUV | 111.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 4 | 0 | 0.64 | 0.98 | 0.15 | 20.75 | 0.96 | 0.44 |
| Hex | DA | 4E | 4 | 0 | 40 | 62 | F | 15 | 60 | 2C |
| Octal | 332 | 116 | 4 | 0 | 100 | 142 | 17 | 25 | 140 | 54 |
| Binary | 11011010 | 1001110 | 100 | 0 | 1000000 | 1100010 | 1111 | 10101 | 1100000 | 101100 |
Color Harmonies of #DA4E04
Complementary color
Monochromatic Colors of #DA4E04
Black with #DA4E04
Text Example
Text Example
White with #DA4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E04; }
p { color: rgb(218,78,4); }
H1.HeaderClassName
{
color: #DA4E04;
}
.AnyTagClassName
{
color: #DA4E04;
}
</style>
background-color css
<style>
a { background-color: #DA4E04; }
a { background-color: rgb(218,78,4); }
div.DivClassName
{
background-color: #DA4E04;
}
.BgClassName
{
background-color: #DA4E04;
}
</style>
border-color css
<style>
span { border-color: #DA4E04; }
span { border-color: rgb(218,78,4); }
td.TdClassName
{
border-color: #DA4E04;
}
.TagClassName
{
border-color: #DA4E04;
}
</style>