Shades of Tenne (Tawny) #DA540B
Tints of Tenne (Tawny) #DA540B
RGB
CMYK
RGB Variations
Color information
#DA540B (or 0xDA540B) is known color: Tenne (Tawny). HEX triplet: DA, 54 and 0B. RGB value is (218,84,11). Sum of RGB (Red+Green+Blue) = 218+84+11=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA540B is #25ABF4. Grayscale: #747474. Windows color (decimal): -2468853 or 742618. OLE color: 742618.
HSL color Cylindrical-coordinate representation of color #DA540B: hue angle of 21.16º 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 #DA540B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.15 |
| HSL | 21.16º | 0.9% | 0.45% | - |
| HSV(B) | 21.16º | 0.95% | 0.85% | - |
| XYZ | 32.14 | 21.27 | 2.73 | - |
| YUV | 115.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 11 | 0 | 0.61 | 0.95 | 0.15 | 21.16 | 0.9 | 0.45 |
| Hex | DA | 54 | B | 0 | 3D | 5F | F | 15 | 5A | 2D |
| Octal | 332 | 124 | 13 | 0 | 75 | 137 | 17 | 25 | 132 | 55 |
| Binary | 11011010 | 1010100 | 1011 | 0 | 111101 | 1011111 | 1111 | 10101 | 1011010 | 101101 |
Color Harmonies of #DA540B
Complementary color
Monochromatic Colors of #DA540B
Black with #DA540B
Text Example
Text Example
White with #DA540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA540B; }
p { color: rgb(218,84,11); }
H1.HeaderClassName
{
color: #DA540B;
}
.AnyTagClassName
{
color: #DA540B;
}
</style>
background-color css
<style>
a { background-color: #DA540B; }
a { background-color: rgb(218,84,11); }
div.DivClassName
{
background-color: #DA540B;
}
.BgClassName
{
background-color: #DA540B;
}
</style>
border-color css
<style>
span { border-color: #DA540B; }
span { border-color: rgb(218,84,11); }
td.TdClassName
{
border-color: #DA540B;
}
.TagClassName
{
border-color: #DA540B;
}
</style>