Shades of Tenne (Tawny) #DA5B0D
Tints of Tenne (Tawny) #DA5B0D
RGB
CMYK
RGB Variations
Color information
#DA5B0D (or 0xDA5B0D) is known color: Tenne (Tawny). HEX triplet: DA, 5B and 0D. RGB value is (218,91,13). Sum of RGB (Red+Green+Blue) = 218+91+13=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5B0D is #25A4F2. Grayscale: #787878. Windows color (decimal): -2467059 or 875482. OLE color: 875482.
HSL color Cylindrical-coordinate representation of color #DA5B0D: hue angle of 22.83º 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 #DA5B0D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.15 |
| HSL | 22.83º | 0.89% | 0.45% | - |
| HSV(B) | 22.83º | 0.94% | 0.85% | - |
| XYZ | 32.73 | 22.42 | 2.98 | - |
| YUV | 120.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 13 | 0 | 0.58 | 0.94 | 0.15 | 22.83 | 0.89 | 0.45 |
| Hex | DA | 5B | D | 0 | 3A | 5E | F | 17 | 59 | 2D |
| Octal | 332 | 133 | 15 | 0 | 72 | 136 | 17 | 27 | 131 | 55 |
| Binary | 11011010 | 1011011 | 1101 | 0 | 111010 | 1011110 | 1111 | 10111 | 1011001 | 101101 |
Color Harmonies of #DA5B0D
Complementary color
Monochromatic Colors of #DA5B0D
Black with #DA5B0D
Text Example
Text Example
White with #DA5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B0D; }
p { color: rgb(218,91,13); }
H1.HeaderClassName
{
color: #DA5B0D;
}
.AnyTagClassName
{
color: #DA5B0D;
}
</style>
background-color css
<style>
a { background-color: #DA5B0D; }
a { background-color: rgb(218,91,13); }
div.DivClassName
{
background-color: #DA5B0D;
}
.BgClassName
{
background-color: #DA5B0D;
}
</style>
border-color css
<style>
span { border-color: #DA5B0D; }
span { border-color: rgb(218,91,13); }
td.TdClassName
{
border-color: #DA5B0D;
}
.TagClassName
{
border-color: #DA5B0D;
}
</style>