Shades of Tenne (Tawny) #DA550A
Tints of Tenne (Tawny) #DA550A
RGB
CMYK
RGB Variations
Color information
#DA550A (or 0xDA550A) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 0A. RGB value is (218,85,10). Sum of RGB (Red+Green+Blue) = 218+85+10=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA550A is #25AAF5. Grayscale: #747474. Windows color (decimal): -2468598 or 677338. OLE color: 677338.
HSL color Cylindrical-coordinate representation of color #DA550A: hue angle of 21.63º 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 #DA550A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.15 |
| HSL | 21.63º | 0.91% | 0.45% | - |
| HSV(B) | 21.63º | 0.95% | 0.85% | - |
| XYZ | 32.22 | 21.42 | 2.72 | - |
| YUV | 116.22 | 68.06 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 10 | 0 | 0.61 | 0.95 | 0.15 | 21.63 | 0.91 | 0.45 |
| Hex | DA | 55 | A | 0 | 3D | 5F | F | 16 | 5B | 2D |
| Octal | 332 | 125 | 12 | 0 | 75 | 137 | 17 | 26 | 133 | 55 |
| Binary | 11011010 | 1010101 | 1010 | 0 | 111101 | 1011111 | 1111 | 10110 | 1011011 | 101101 |
Color Harmonies of #DA550A
Complementary color
Monochromatic Colors of #DA550A
Black with #DA550A
Text Example
Text Example
White with #DA550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA550A; }
p { color: rgb(218,85,10); }
H1.HeaderClassName
{
color: #DA550A;
}
.AnyTagClassName
{
color: #DA550A;
}
</style>
background-color css
<style>
a { background-color: #DA550A; }
a { background-color: rgb(218,85,10); }
div.DivClassName
{
background-color: #DA550A;
}
.BgClassName
{
background-color: #DA550A;
}
</style>
border-color css
<style>
span { border-color: #DA550A; }
span { border-color: rgb(218,85,10); }
td.TdClassName
{
border-color: #DA550A;
}
.TagClassName
{
border-color: #DA550A;
}
</style>