Shades of Tenne (Tawny) #DA5E0B
Tints of Tenne (Tawny) #DA5E0B
RGB
CMYK
RGB Variations
Color information
#DA5E0B (or 0xDA5E0B) is known color: Tenne (Tawny). HEX triplet: DA, 5E and 0B. RGB value is (218,94,11). Sum of RGB (Red+Green+Blue) = 218+94+11=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E0B is #25A1F4. Grayscale: #7A7A7A. Windows color (decimal): -2466293 or 745178. OLE color: 745178.
HSL color Cylindrical-coordinate representation of color #DA5E0B: hue angle of 24.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA5E0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.15 |
| HSL | 24.06º | 0.9% | 0.45% | - |
| HSV(B) | 24.06º | 0.95% | 0.85% | - |
| XYZ | 32.98 | 22.94 | 3.01 | - |
| YUV | 121.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 11 | 0 | 0.57 | 0.95 | 0.15 | 24.06 | 0.9 | 0.45 |
| Hex | DA | 5E | B | 0 | 39 | 5F | F | 18 | 5A | 2D |
| Octal | 332 | 136 | 13 | 0 | 71 | 137 | 17 | 30 | 132 | 55 |
| Binary | 11011010 | 1011110 | 1011 | 0 | 111001 | 1011111 | 1111 | 11000 | 1011010 | 101101 |
Color Harmonies of #DA5E0B
Complementary color
Monochromatic Colors of #DA5E0B
Black with #DA5E0B
Text Example
Text Example
White with #DA5E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E0B; }
p { color: rgb(218,94,11); }
H1.HeaderClassName
{
color: #DA5E0B;
}
.AnyTagClassName
{
color: #DA5E0B;
}
</style>
background-color css
<style>
a { background-color: #DA5E0B; }
a { background-color: rgb(218,94,11); }
div.DivClassName
{
background-color: #DA5E0B;
}
.BgClassName
{
background-color: #DA5E0B;
}
</style>
border-color css
<style>
span { border-color: #DA5E0B; }
span { border-color: rgb(218,94,11); }
td.TdClassName
{
border-color: #DA5E0B;
}
.TagClassName
{
border-color: #DA5E0B;
}
</style>