Shades of Tenne (Tawny) #DA4D14
Tints of Tenne (Tawny) #DA4D14
RGB
CMYK
RGB Variations
Color information
#DA4D14 (or 0xDA4D14) is known color: Tenne (Tawny). HEX triplet: DA, 4D and 14. RGB value is (218,77,20). Sum of RGB (Red+Green+Blue) = 218+77+20=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4D14 is #25B2EB. Grayscale: #717171. Windows color (decimal): -2470636 or 1330650. OLE color: 1330650.
HSL color Cylindrical-coordinate representation of color #DA4D14: hue angle of 17.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4D14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.15 |
| HSL | 17.27º | 0.83% | 0.47% | - |
| HSV(B) | 17.27º | 0.91% | 0.85% | - |
| XYZ | 31.69 | 20.26 | 2.9 | - |
| YUV | 112.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 20 | 0 | 0.65 | 0.91 | 0.15 | 17.27 | 0.83 | 0.47 |
| Hex | DA | 4D | 14 | 0 | 41 | 5B | F | 11 | 53 | 2F |
| Octal | 332 | 115 | 24 | 0 | 101 | 133 | 17 | 21 | 123 | 57 |
| Binary | 11011010 | 1001101 | 10100 | 0 | 1000001 | 1011011 | 1111 | 10001 | 1010011 | 101111 |
Color Harmonies of #DA4D14
Complementary color
Monochromatic Colors of #DA4D14
Black with #DA4D14
Text Example
Text Example
White with #DA4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D14; }
p { color: rgb(218,77,20); }
H1.HeaderClassName
{
color: #DA4D14;
}
.AnyTagClassName
{
color: #DA4D14;
}
</style>
background-color css
<style>
a { background-color: #DA4D14; }
a { background-color: rgb(218,77,20); }
div.DivClassName
{
background-color: #DA4D14;
}
.BgClassName
{
background-color: #DA4D14;
}
</style>
border-color css
<style>
span { border-color: #DA4D14; }
span { border-color: rgb(218,77,20); }
td.TdClassName
{
border-color: #DA4D14;
}
.TagClassName
{
border-color: #DA4D14;
}
</style>