Shades of Tenne (Tawny) #DA550C
Tints of Tenne (Tawny) #DA550C
RGB
CMYK
RGB Variations
Color information
#DA550C (or 0xDA550C) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 0C. RGB value is (218,85,12). Sum of RGB (Red+Green+Blue) = 218+85+12=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA550C is #25AAF3. Grayscale: #747474. Windows color (decimal): -2468596 or 808410. OLE color: 808410.
HSL color Cylindrical-coordinate representation of color #DA550C: hue angle of 21.26º 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 #DA550C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.15 |
| HSL | 21.26º | 0.9% | 0.45% | - |
| HSV(B) | 21.26º | 0.94% | 0.85% | - |
| XYZ | 32.23 | 21.43 | 2.79 | - |
| YUV | 116.45 | 69.06 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 12 | 0 | 0.61 | 0.94 | 0.15 | 21.26 | 0.9 | 0.45 |
| Hex | DA | 55 | C | 0 | 3D | 5E | F | 15 | 5A | 2D |
| Octal | 332 | 125 | 14 | 0 | 75 | 136 | 17 | 25 | 132 | 55 |
| Binary | 11011010 | 1010101 | 1100 | 0 | 111101 | 1011110 | 1111 | 10101 | 1011010 | 101101 |
Color Harmonies of #DA550C
Complementary color
Monochromatic Colors of #DA550C
Black with #DA550C
Text Example
Text Example
White with #DA550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA550C; }
p { color: rgb(218,85,12); }
H1.HeaderClassName
{
color: #DA550C;
}
.AnyTagClassName
{
color: #DA550C;
}
</style>
background-color css
<style>
a { background-color: #DA550C; }
a { background-color: rgb(218,85,12); }
div.DivClassName
{
background-color: #DA550C;
}
.BgClassName
{
background-color: #DA550C;
}
</style>
border-color css
<style>
span { border-color: #DA550C; }
span { border-color: rgb(218,85,12); }
td.TdClassName
{
border-color: #DA550C;
}
.TagClassName
{
border-color: #DA550C;
}
</style>