Shades of Tenne (Tawny) #DA4D00
Tints of Tenne (Tawny) #DA4D00
RGB
CMYK
RGB Variations
Color information
#DA4D00 (or 0xDA4D00) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 00. RGB value is (218,77,0). Sum of RGB (Red+Green+Blue) = 218+77+0=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D00 is #25B2FF. Grayscale: #6E6E6E. Windows color (decimal): -2470656 or 19930. OLE color: 19930.
HSL color Cylindrical-coordinate representation of color #DA4D00: hue angle of 21.19º 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 #DA4D00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.15 |
| HSL | 21.19º | 1% | 0.43% | - |
| HSV(B) | 21.19º | 1% | 0.85% | - |
| XYZ | 31.57 | 20.21 | 2.24 | - |
| YUV | 110.38 | 65.71 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 0 | 0 | 0.65 | 1 | 0.15 | 21.19 | 1 | 0.43 |
| Hex | DA | 4D | 0 | 0 | 41 | 64 | F | 15 | 64 | 2B |
| Octal | 332 | 115 | 0 | 0 | 101 | 144 | 17 | 25 | 144 | 53 |
| Binary | 11011010 | 1001101 | 0 | 0 | 1000001 | 1100100 | 1111 | 10101 | 1100100 | 101011 |
Color Harmonies of #DA4D00
Complementary color
Monochromatic Colors of #DA4D00
Black with #DA4D00
Text Example
Text Example
White with #DA4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D00; }
p { color: rgb(218,77,0); }
H1.HeaderClassName
{
color: #DA4D00;
}
.AnyTagClassName
{
color: #DA4D00;
}
</style>
background-color css
<style>
a { background-color: #DA4D00; }
a { background-color: rgb(218,77,0); }
div.DivClassName
{
background-color: #DA4D00;
}
.BgClassName
{
background-color: #DA4D00;
}
</style>
border-color css
<style>
span { border-color: #DA4D00; }
span { border-color: rgb(218,77,0); }
td.TdClassName
{
border-color: #DA4D00;
}
.TagClassName
{
border-color: #DA4D00;
}
</style>