Shades of Tenne (Tawny) #DA4000
Tints of Tenne (Tawny) #DA4000
RGB
CMYK
RGB Variations
Color information
#DA4000 (or 0xDA4000) is known color: Tenne (Tawny). HEX triplet: DA, 40 and 00. RGB value is (218,64,0). Sum of RGB (Red+Green+Blue) = 218+64+0=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4000 is #25BFFF. Grayscale: #676767. Windows color (decimal): -2473984 or 16602. OLE color: 16602.
HSL color Cylindrical-coordinate representation of color #DA4000: hue angle of 17.61º 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 #DA4000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.15 |
| HSL | 17.61º | 1% | 0.43% | - |
| HSV(B) | 17.61º | 1% | 0.85% | - |
| XYZ | 30.75 | 18.57 | 1.96 | - |
| YUV | 102.75 | 70.02 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 0 | 0 | 0.71 | 1 | 0.15 | 17.61 | 1 | 0.43 |
| Hex | DA | 40 | 0 | 0 | 47 | 64 | F | 12 | 64 | 2B |
| Octal | 332 | 100 | 0 | 0 | 107 | 144 | 17 | 22 | 144 | 53 |
| Binary | 11011010 | 1000000 | 0 | 0 | 1000111 | 1100100 | 1111 | 10010 | 1100100 | 101011 |
Color Harmonies of #DA4000
Complementary color
Monochromatic Colors of #DA4000
Black with #DA4000
Text Example
Text Example
White with #DA4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4000; }
p { color: rgb(218,64,0); }
H1.HeaderClassName
{
color: #DA4000;
}
.AnyTagClassName
{
color: #DA4000;
}
</style>
background-color css
<style>
a { background-color: #DA4000; }
a { background-color: rgb(218,64,0); }
div.DivClassName
{
background-color: #DA4000;
}
.BgClassName
{
background-color: #DA4000;
}
</style>
border-color css
<style>
span { border-color: #DA4000; }
span { border-color: rgb(218,64,0); }
td.TdClassName
{
border-color: #DA4000;
}
.TagClassName
{
border-color: #DA4000;
}
</style>