Shades of Tenne (Tawny) #DA4D09
Tints of Tenne (Tawny) #DA4D09
RGB
CMYK
RGB Variations
Color information
#DA4D09 (or 0xDA4D09) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 09. RGB value is (218,77,9). Sum of RGB (Red+Green+Blue) = 218+77+9=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D09 is #25B2F6. Grayscale: #6F6F6F. Windows color (decimal): -2470647 or 609754. OLE color: 609754.
HSL color Cylindrical-coordinate representation of color #DA4D09: hue angle of 19.52º 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 #DA4D09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.15 |
| HSL | 19.52º | 0.92% | 0.45% | - |
| HSV(B) | 19.52º | 0.96% | 0.85% | - |
| XYZ | 31.62 | 20.23 | 2.5 | - |
| YUV | 111.41 | 70.21 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 9 | 0 | 0.65 | 0.96 | 0.15 | 19.52 | 0.92 | 0.45 |
| Hex | DA | 4D | 9 | 0 | 41 | 60 | F | 14 | 5C | 2D |
| Octal | 332 | 115 | 11 | 0 | 101 | 140 | 17 | 24 | 134 | 55 |
| Binary | 11011010 | 1001101 | 1001 | 0 | 1000001 | 1100000 | 1111 | 10100 | 1011100 | 101101 |
Color Harmonies of #DA4D09
Complementary color
Monochromatic Colors of #DA4D09
Black with #DA4D09
Text Example
Text Example
White with #DA4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D09; }
p { color: rgb(218,77,9); }
H1.HeaderClassName
{
color: #DA4D09;
}
.AnyTagClassName
{
color: #DA4D09;
}
</style>
background-color css
<style>
a { background-color: #DA4D09; }
a { background-color: rgb(218,77,9); }
div.DivClassName
{
background-color: #DA4D09;
}
.BgClassName
{
background-color: #DA4D09;
}
</style>
border-color css
<style>
span { border-color: #DA4D09; }
span { border-color: rgb(218,77,9); }
td.TdClassName
{
border-color: #DA4D09;
}
.TagClassName
{
border-color: #DA4D09;
}
</style>