Shades of Tenne (Tawny) #DA4E00
Tints of Tenne (Tawny) #DA4E00
RGB
CMYK
RGB Variations
Color information
#DA4E00 (or 0xDA4E00) is known color: Tenne (Tawny). HEX triplet: DA, 4E and 00. RGB value is (218,78,0). Sum of RGB (Red+Green+Blue) = 218+78+0=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E00 is #25B1FF. Grayscale: #6F6F6F. Windows color (decimal): -2470400 or 20186. OLE color: 20186.
HSL color Cylindrical-coordinate representation of color #DA4E00: hue angle of 21.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA4E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.15 |
| HSL | 21.47º | 1% | 0.43% | - |
| HSV(B) | 21.47º | 1% | 0.85% | - |
| XYZ | 31.64 | 20.35 | 2.26 | - |
| YUV | 110.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 0 | 0 | 0.64 | 1 | 0.15 | 21.47 | 1 | 0.43 |
| Hex | DA | 4E | 0 | 0 | 40 | 64 | F | 15 | 64 | 2B |
| Octal | 332 | 116 | 0 | 0 | 100 | 144 | 17 | 25 | 144 | 53 |
| Binary | 11011010 | 1001110 | 0 | 0 | 1000000 | 1100100 | 1111 | 10101 | 1100100 | 101011 |
Color Harmonies of #DA4E00
Complementary color
Monochromatic Colors of #DA4E00
Black with #DA4E00
Text Example
Text Example
White with #DA4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E00; }
p { color: rgb(218,78,0); }
H1.HeaderClassName
{
color: #DA4E00;
}
.AnyTagClassName
{
color: #DA4E00;
}
</style>
background-color css
<style>
a { background-color: #DA4E00; }
a { background-color: rgb(218,78,0); }
div.DivClassName
{
background-color: #DA4E00;
}
.BgClassName
{
background-color: #DA4E00;
}
</style>
border-color css
<style>
span { border-color: #DA4E00; }
span { border-color: rgb(218,78,0); }
td.TdClassName
{
border-color: #DA4E00;
}
.TagClassName
{
border-color: #DA4E00;
}
</style>