Shades of Tenne (Tawny) #DA470A
Tints of Tenne (Tawny) #DA470A
RGB
CMYK
RGB Variations
Color information
#DA470A (or 0xDA470A) is known color: Tenne (Tawny). HEX triplet: DA, 47 and 0A. RGB value is (218,71,10). Sum of RGB (Red+Green+Blue) = 218+71+10=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA470A is #25B8F5. Grayscale: #6C6C6C. Windows color (decimal): -2472182 or 673754. OLE color: 673754.
HSL color Cylindrical-coordinate representation of color #DA470A: hue angle of 17.6º 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 #DA470A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.15 |
| HSL | 17.6º | 0.91% | 0.45% | - |
| HSV(B) | 17.6º | 0.95% | 0.85% | - |
| XYZ | 31.22 | 19.43 | 2.39 | - |
| YUV | 108 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 10 | 0 | 0.67 | 0.95 | 0.15 | 17.6 | 0.91 | 0.45 |
| Hex | DA | 47 | A | 0 | 43 | 5F | F | 12 | 5B | 2D |
| Octal | 332 | 107 | 12 | 0 | 103 | 137 | 17 | 22 | 133 | 55 |
| Binary | 11011010 | 1000111 | 1010 | 0 | 1000011 | 1011111 | 1111 | 10010 | 1011011 | 101101 |
Color Harmonies of #DA470A
Complementary color
Monochromatic Colors of #DA470A
Black with #DA470A
Text Example
Text Example
White with #DA470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA470A; }
p { color: rgb(218,71,10); }
H1.HeaderClassName
{
color: #DA470A;
}
.AnyTagClassName
{
color: #DA470A;
}
</style>
background-color css
<style>
a { background-color: #DA470A; }
a { background-color: rgb(218,71,10); }
div.DivClassName
{
background-color: #DA470A;
}
.BgClassName
{
background-color: #DA470A;
}
</style>
border-color css
<style>
span { border-color: #DA470A; }
span { border-color: rgb(218,71,10); }
td.TdClassName
{
border-color: #DA470A;
}
.TagClassName
{
border-color: #DA470A;
}
</style>