Shades of Tenne (Tawny) #DA520C
Tints of Tenne (Tawny) #DA520C
RGB
CMYK
RGB Variations
Color information
#DA520C (or 0xDA520C) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 0C. RGB value is (218,82,12). Sum of RGB (Red+Green+Blue) = 218+82+12=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA520C is #25ADF3. Grayscale: #737373. Windows color (decimal): -2469364 or 807642. OLE color: 807642.
HSL color Cylindrical-coordinate representation of color #DA520C: hue angle of 20.39º 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 #DA520C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.15 |
| HSL | 20.39º | 0.9% | 0.45% | - |
| HSV(B) | 20.39º | 0.94% | 0.85% | - |
| XYZ | 32 | 20.97 | 2.71 | - |
| YUV | 114.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 12 | 0 | 0.62 | 0.94 | 0.15 | 20.39 | 0.9 | 0.45 |
| Hex | DA | 52 | C | 0 | 3E | 5E | F | 14 | 5A | 2D |
| Octal | 332 | 122 | 14 | 0 | 76 | 136 | 17 | 24 | 132 | 55 |
| Binary | 11011010 | 1010010 | 1100 | 0 | 111110 | 1011110 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #DA520C
Complementary color
Monochromatic Colors of #DA520C
Black with #DA520C
Text Example
Text Example
White with #DA520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA520C; }
p { color: rgb(218,82,12); }
H1.HeaderClassName
{
color: #DA520C;
}
.AnyTagClassName
{
color: #DA520C;
}
</style>
background-color css
<style>
a { background-color: #DA520C; }
a { background-color: rgb(218,82,12); }
div.DivClassName
{
background-color: #DA520C;
}
.BgClassName
{
background-color: #DA520C;
}
</style>
border-color css
<style>
span { border-color: #DA520C; }
span { border-color: rgb(218,82,12); }
td.TdClassName
{
border-color: #DA520C;
}
.TagClassName
{
border-color: #DA520C;
}
</style>