Shades of Tenne (Tawny) #DA4C08
Tints of Tenne (Tawny) #DA4C08
RGB
CMYK
RGB Variations
Color information
#DA4C08 (or 0xDA4C08) is known color: Tenne (Tawny). HEX triplet: DA, 4C and 08. RGB value is (218,76,8). Sum of RGB (Red+Green+Blue) = 218+76+8=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C08 is #25B3F7. Grayscale: #6F6F6F. Windows color (decimal): -2470904 or 543962. OLE color: 543962.
HSL color Cylindrical-coordinate representation of color #DA4C08: hue angle of 19.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 #DA4C08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.15 |
| HSL | 19.43º | 0.93% | 0.44% | - |
| HSV(B) | 19.43º | 0.96% | 0.85% | - |
| XYZ | 31.54 | 20.09 | 2.45 | - |
| YUV | 110.71 | 70.04 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 8 | 0 | 0.65 | 0.96 | 0.15 | 19.43 | 0.93 | 0.44 |
| Hex | DA | 4C | 8 | 0 | 41 | 60 | F | 13 | 5D | 2C |
| Octal | 332 | 114 | 10 | 0 | 101 | 140 | 17 | 23 | 135 | 54 |
| Binary | 11011010 | 1001100 | 1000 | 0 | 1000001 | 1100000 | 1111 | 10011 | 1011101 | 101100 |
Color Harmonies of #DA4C08
Complementary color
Monochromatic Colors of #DA4C08
Black with #DA4C08
Text Example
Text Example
White with #DA4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C08; }
p { color: rgb(218,76,8); }
H1.HeaderClassName
{
color: #DA4C08;
}
.AnyTagClassName
{
color: #DA4C08;
}
</style>
background-color css
<style>
a { background-color: #DA4C08; }
a { background-color: rgb(218,76,8); }
div.DivClassName
{
background-color: #DA4C08;
}
.BgClassName
{
background-color: #DA4C08;
}
</style>
border-color css
<style>
span { border-color: #DA4C08; }
span { border-color: rgb(218,76,8); }
td.TdClassName
{
border-color: #DA4C08;
}
.TagClassName
{
border-color: #DA4C08;
}
</style>