Shades of Tenne (Tawny) #DA480C
Tints of Tenne (Tawny) #DA480C
RGB
CMYK
RGB Variations
Color information
#DA480C (or 0xDA480C) is known color: Tenne (Tawny). HEX triplet: DA, 48 and 0C. RGB value is (218,72,12). Sum of RGB (Red+Green+Blue) = 218+72+12=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA480C is #25B7F3. Grayscale: #6D6D6D. Windows color (decimal): -2471924 or 805082. OLE color: 805082.
HSL color Cylindrical-coordinate representation of color #DA480C: hue angle of 17.48º 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 #DA480C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.15 |
| HSL | 17.48º | 0.9% | 0.45% | - |
| HSV(B) | 17.48º | 0.94% | 0.85% | - |
| XYZ | 31.3 | 19.57 | 2.48 | - |
| YUV | 108.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 12 | 0 | 0.67 | 0.94 | 0.15 | 17.48 | 0.9 | 0.45 |
| Hex | DA | 48 | C | 0 | 43 | 5E | F | 11 | 5A | 2D |
| Octal | 332 | 110 | 14 | 0 | 103 | 136 | 17 | 21 | 132 | 55 |
| Binary | 11011010 | 1001000 | 1100 | 0 | 1000011 | 1011110 | 1111 | 10001 | 1011010 | 101101 |
Color Harmonies of #DA480C
Complementary color
Monochromatic Colors of #DA480C
Black with #DA480C
Text Example
Text Example
White with #DA480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA480C; }
p { color: rgb(218,72,12); }
H1.HeaderClassName
{
color: #DA480C;
}
.AnyTagClassName
{
color: #DA480C;
}
</style>
background-color css
<style>
a { background-color: #DA480C; }
a { background-color: rgb(218,72,12); }
div.DivClassName
{
background-color: #DA480C;
}
.BgClassName
{
background-color: #DA480C;
}
</style>
border-color css
<style>
span { border-color: #DA480C; }
span { border-color: rgb(218,72,12); }
td.TdClassName
{
border-color: #DA480C;
}
.TagClassName
{
border-color: #DA480C;
}
</style>