Shades of Tenne (Tawny) #DA4E09
Tints of Tenne (Tawny) #DA4E09
RGB
CMYK
RGB Variations
Color information
#DA4E09 (or 0xDA4E09) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 09. RGB value is (218,78,9). Sum of RGB (Red+Green+Blue) = 218+78+9=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E09 is #25B1F6. Grayscale: #707070. Windows color (decimal): -2470391 or 610010. OLE color: 610010.
HSL color Cylindrical-coordinate representation of color #DA4E09: hue angle of 19.81º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA4E09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.15 |
| HSL | 19.81º | 0.92% | 0.45% | - |
| HSV(B) | 19.81º | 0.96% | 0.85% | - |
| XYZ | 31.69 | 20.37 | 2.52 | - |
| YUV | 111.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 9 | 0 | 0.64 | 0.96 | 0.15 | 19.81 | 0.92 | 0.45 |
| Hex | DA | 4E | 9 | 0 | 40 | 60 | F | 14 | 5C | 2D |
| Octal | 332 | 116 | 11 | 0 | 100 | 140 | 17 | 24 | 134 | 55 |
| Binary | 11011010 | 1001110 | 1001 | 0 | 1000000 | 1100000 | 1111 | 10100 | 1011100 | 101101 |
Color Harmonies of #DA4E09
Complementary color
Monochromatic Colors of #DA4E09
Black with #DA4E09
Text Example
Text Example
White with #DA4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E09; }
p { color: rgb(218,78,9); }
H1.HeaderClassName
{
color: #DA4E09;
}
.AnyTagClassName
{
color: #DA4E09;
}
</style>
background-color css
<style>
a { background-color: #DA4E09; }
a { background-color: rgb(218,78,9); }
div.DivClassName
{
background-color: #DA4E09;
}
.BgClassName
{
background-color: #DA4E09;
}
</style>
border-color css
<style>
span { border-color: #DA4E09; }
span { border-color: rgb(218,78,9); }
td.TdClassName
{
border-color: #DA4E09;
}
.TagClassName
{
border-color: #DA4E09;
}
</style>