Shades of Tenne (Tawny) #DA590D
Tints of Tenne (Tawny) #DA590D
RGB
CMYK
RGB Variations
Color information
#DA590D (or 0xDA590D) is known color: Tenne (Tawny). HEX triplet: DA, 59 and 0D. RGB value is (218,89,13). Sum of RGB (Red+Green+Blue) = 218+89+13=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA590D is #25A6F2. Grayscale: #777777. Windows color (decimal): -2467571 or 874970. OLE color: 874970.
HSL color Cylindrical-coordinate representation of color #DA590D: hue angle of 22.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA590D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.15 |
| HSL | 22.24º | 0.89% | 0.45% | - |
| HSV(B) | 22.24º | 0.94% | 0.85% | - |
| XYZ | 32.56 | 22.08 | 2.93 | - |
| YUV | 118.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 13 | 0 | 0.59 | 0.94 | 0.15 | 22.24 | 0.89 | 0.45 |
| Hex | DA | 59 | D | 0 | 3B | 5E | F | 16 | 59 | 2D |
| Octal | 332 | 131 | 15 | 0 | 73 | 136 | 17 | 26 | 131 | 55 |
| Binary | 11011010 | 1011001 | 1101 | 0 | 111011 | 1011110 | 1111 | 10110 | 1011001 | 101101 |
Color Harmonies of #DA590D
Complementary color
Monochromatic Colors of #DA590D
Black with #DA590D
Text Example
Text Example
White with #DA590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA590D; }
p { color: rgb(218,89,13); }
H1.HeaderClassName
{
color: #DA590D;
}
.AnyTagClassName
{
color: #DA590D;
}
</style>
background-color css
<style>
a { background-color: #DA590D; }
a { background-color: rgb(218,89,13); }
div.DivClassName
{
background-color: #DA590D;
}
.BgClassName
{
background-color: #DA590D;
}
</style>
border-color css
<style>
span { border-color: #DA590D; }
span { border-color: rgb(218,89,13); }
td.TdClassName
{
border-color: #DA590D;
}
.TagClassName
{
border-color: #DA590D;
}
</style>