Shades of Tenne (Tawny) #DA4B0C
Tints of Tenne (Tawny) #DA4B0C
RGB
CMYK
RGB Variations
Color information
#DA4B0C (or 0xDA4B0C) is known color: Tenne (Tawny). HEX triplet: DA, 4B and 0C. RGB value is (218,75,12). Sum of RGB (Red+Green+Blue) = 218+75+12=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4B0C is #25B4F3. Grayscale: #6E6E6E. Windows color (decimal): -2471156 or 805850. OLE color: 805850.
HSL color Cylindrical-coordinate representation of color #DA4B0C: hue angle of 18.35º degrees, saturation: 0.9, 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 #DA4B0C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.15 |
| HSL | 18.35º | 0.9% | 0.45% | - |
| HSV(B) | 18.35º | 0.94% | 0.85% | - |
| XYZ | 31.5 | 19.96 | 2.54 | - |
| YUV | 110.58 | 72.38 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 12 | 0 | 0.66 | 0.94 | 0.15 | 18.35 | 0.9 | 0.45 |
| Hex | DA | 4B | C | 0 | 42 | 5E | F | 12 | 5A | 2D |
| Octal | 332 | 113 | 14 | 0 | 102 | 136 | 17 | 22 | 132 | 55 |
| Binary | 11011010 | 1001011 | 1100 | 0 | 1000010 | 1011110 | 1111 | 10010 | 1011010 | 101101 |
Color Harmonies of #DA4B0C
Complementary color
Monochromatic Colors of #DA4B0C
Black with #DA4B0C
Text Example
Text Example
White with #DA4B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B0C; }
p { color: rgb(218,75,12); }
H1.HeaderClassName
{
color: #DA4B0C;
}
.AnyTagClassName
{
color: #DA4B0C;
}
</style>
background-color css
<style>
a { background-color: #DA4B0C; }
a { background-color: rgb(218,75,12); }
div.DivClassName
{
background-color: #DA4B0C;
}
.BgClassName
{
background-color: #DA4B0C;
}
</style>
border-color css
<style>
span { border-color: #DA4B0C; }
span { border-color: rgb(218,75,12); }
td.TdClassName
{
border-color: #DA4B0C;
}
.TagClassName
{
border-color: #DA4B0C;
}
</style>