Shades of Tenne (Tawny) #DA4B0A
Tints of Tenne (Tawny) #DA4B0A
RGB
CMYK
RGB Variations
Color information
#DA4B0A (or 0xDA4B0A) is known color: Tenne (Tawny). HEX triplet: DA, 4B and 0A. RGB value is (218,75,10). Sum of RGB (Red+Green+Blue) = 218+75+10=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4B0A is #25B4F5. Grayscale: #6E6E6E. Windows color (decimal): -2471158 or 674778. OLE color: 674778.
HSL color Cylindrical-coordinate representation of color #DA4B0A: hue angle of 18.75º degrees, saturation: 0.91, 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 #DA4B0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.15 |
| HSL | 18.75º | 0.91% | 0.45% | - |
| HSV(B) | 18.75º | 0.95% | 0.85% | - |
| XYZ | 31.48 | 19.96 | 2.48 | - |
| YUV | 110.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 10 | 0 | 0.66 | 0.95 | 0.15 | 18.75 | 0.91 | 0.45 |
| Hex | DA | 4B | A | 0 | 42 | 5F | F | 13 | 5B | 2D |
| Octal | 332 | 113 | 12 | 0 | 102 | 137 | 17 | 23 | 133 | 55 |
| Binary | 11011010 | 1001011 | 1010 | 0 | 1000010 | 1011111 | 1111 | 10011 | 1011011 | 101101 |
Color Harmonies of #DA4B0A
Complementary color
Monochromatic Colors of #DA4B0A
Black with #DA4B0A
Text Example
Text Example
White with #DA4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B0A; }
p { color: rgb(218,75,10); }
H1.HeaderClassName
{
color: #DA4B0A;
}
.AnyTagClassName
{
color: #DA4B0A;
}
</style>
background-color css
<style>
a { background-color: #DA4B0A; }
a { background-color: rgb(218,75,10); }
div.DivClassName
{
background-color: #DA4B0A;
}
.BgClassName
{
background-color: #DA4B0A;
}
</style>
border-color css
<style>
span { border-color: #DA4B0A; }
span { border-color: rgb(218,75,10); }
td.TdClassName
{
border-color: #DA4B0A;
}
.TagClassName
{
border-color: #DA4B0A;
}
</style>