Shades of Tenne (Tawny) #DA520A
Tints of Tenne (Tawny) #DA520A
RGB
CMYK
RGB Variations
Color information
#DA520A (or 0xDA520A) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 0A. RGB value is (218,82,10). Sum of RGB (Red+Green+Blue) = 218+82+10=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA520A is #25ADF5. Grayscale: #727272. Windows color (decimal): -2469366 or 676570. OLE color: 676570.
HSL color Cylindrical-coordinate representation of color #DA520A: hue angle of 20.77º 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 #DA520A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.15 |
| HSL | 20.77º | 0.91% | 0.45% | - |
| HSV(B) | 20.77º | 0.95% | 0.85% | - |
| XYZ | 31.99 | 20.96 | 2.65 | - |
| YUV | 114.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 10 | 0 | 0.62 | 0.95 | 0.15 | 20.77 | 0.91 | 0.45 |
| Hex | DA | 52 | A | 0 | 3E | 5F | F | 15 | 5B | 2D |
| Octal | 332 | 122 | 12 | 0 | 76 | 137 | 17 | 25 | 133 | 55 |
| Binary | 11011010 | 1010010 | 1010 | 0 | 111110 | 1011111 | 1111 | 10101 | 1011011 | 101101 |
Color Harmonies of #DA520A
Complementary color
Monochromatic Colors of #DA520A
Black with #DA520A
Text Example
Text Example
White with #DA520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA520A; }
p { color: rgb(218,82,10); }
H1.HeaderClassName
{
color: #DA520A;
}
.AnyTagClassName
{
color: #DA520A;
}
</style>
background-color css
<style>
a { background-color: #DA520A; }
a { background-color: rgb(218,82,10); }
div.DivClassName
{
background-color: #DA520A;
}
.BgClassName
{
background-color: #DA520A;
}
</style>
border-color css
<style>
span { border-color: #DA520A; }
span { border-color: rgb(218,82,10); }
td.TdClassName
{
border-color: #DA520A;
}
.TagClassName
{
border-color: #DA520A;
}
</style>