Shades of Tenne (Tawny) #DA4F0B
Tints of Tenne (Tawny) #DA4F0B
RGB
CMYK
RGB Variations
Color information
#DA4F0B (or 0xDA4F0B) is known color: Tenne (Tawny). HEX triplet: DA, 4F and 0B. RGB value is (218,79,11). Sum of RGB (Red+Green+Blue) = 218+79+11=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4F0B is #25B0F4. Grayscale: #717171. Windows color (decimal): -2470133 or 741338. OLE color: 741338.
HSL color Cylindrical-coordinate representation of color #DA4F0B: hue angle of 19.71º 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 #DA4F0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.15 |
| HSL | 19.71º | 0.9% | 0.45% | - |
| HSV(B) | 19.71º | 0.95% | 0.85% | - |
| XYZ | 31.77 | 20.52 | 2.6 | - |
| YUV | 112.81 | 70.55 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 11 | 0 | 0.64 | 0.95 | 0.15 | 19.71 | 0.9 | 0.45 |
| Hex | DA | 4F | B | 0 | 40 | 5F | F | 14 | 5A | 2D |
| Octal | 332 | 117 | 13 | 0 | 100 | 137 | 17 | 24 | 132 | 55 |
| Binary | 11011010 | 1001111 | 1011 | 0 | 1000000 | 1011111 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #DA4F0B
Complementary color
Monochromatic Colors of #DA4F0B
Black with #DA4F0B
Text Example
Text Example
White with #DA4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F0B; }
p { color: rgb(218,79,11); }
H1.HeaderClassName
{
color: #DA4F0B;
}
.AnyTagClassName
{
color: #DA4F0B;
}
</style>
background-color css
<style>
a { background-color: #DA4F0B; }
a { background-color: rgb(218,79,11); }
div.DivClassName
{
background-color: #DA4F0B;
}
.BgClassName
{
background-color: #DA4F0B;
}
</style>
border-color css
<style>
span { border-color: #DA4F0B; }
span { border-color: rgb(218,79,11); }
td.TdClassName
{
border-color: #DA4F0B;
}
.TagClassName
{
border-color: #DA4F0B;
}
</style>