Shades of Tenne (Tawny) #DA4508
Tints of Tenne (Tawny) #DA4508
RGB
CMYK
RGB Variations
Color information
#DA4508 (or 0xDA4508) is known color: Tenne (Tawny). HEX triplet: DA, 45 and 08. RGB value is (218,69,8). Sum of RGB (Red+Green+Blue) = 218+69+8=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4508 is #25BAF7. Grayscale: #6A6A6A. Windows color (decimal): -2472696 or 542170. OLE color: 542170.
HSL color Cylindrical-coordinate representation of color #DA4508: hue angle of 17.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA4508 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.15 |
| HSL | 17.43º | 0.93% | 0.44% | - |
| HSV(B) | 17.43º | 0.96% | 0.85% | - |
| XYZ | 31.09 | 19.18 | 2.29 | - |
| YUV | 106.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 8 | 0 | 0.68 | 0.96 | 0.15 | 17.43 | 0.93 | 0.44 |
| Hex | DA | 45 | 8 | 0 | 44 | 60 | F | 11 | 5D | 2C |
| Octal | 332 | 105 | 10 | 0 | 104 | 140 | 17 | 21 | 135 | 54 |
| Binary | 11011010 | 1000101 | 1000 | 0 | 1000100 | 1100000 | 1111 | 10001 | 1011101 | 101100 |
Color Harmonies of #DA4508
Complementary color
Monochromatic Colors of #DA4508
Black with #DA4508
Text Example
Text Example
White with #DA4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4508; }
p { color: rgb(218,69,8); }
H1.HeaderClassName
{
color: #DA4508;
}
.AnyTagClassName
{
color: #DA4508;
}
</style>
background-color css
<style>
a { background-color: #DA4508; }
a { background-color: rgb(218,69,8); }
div.DivClassName
{
background-color: #DA4508;
}
.BgClassName
{
background-color: #DA4508;
}
</style>
border-color css
<style>
span { border-color: #DA4508; }
span { border-color: rgb(218,69,8); }
td.TdClassName
{
border-color: #DA4508;
}
.TagClassName
{
border-color: #DA4508;
}
</style>