Shades of Tenne (Tawny) #DA5501
Tints of Tenne (Tawny) #DA5501
RGB
CMYK
RGB Variations
Color information
#DA5501 (or 0xDA5501) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 01. RGB value is (218,85,1). Sum of RGB (Red+Green+Blue) = 218+85+1=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5501 is #25AAFE. Grayscale: #737373. Windows color (decimal): -2468607 or 87514. OLE color: 87514.
HSL color Cylindrical-coordinate representation of color #DA5501: hue angle of 23.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA5501 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.15 |
| HSL | 23.23º | 0.99% | 0.43% | - |
| HSV(B) | 23.23º | 1% | 0.85% | - |
| XYZ | 32.17 | 21.4 | 2.46 | - |
| YUV | 115.19 | 63.56 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 1 | 0 | 0.61 | 1.00 | 0.15 | 23.23 | 0.99 | 0.43 |
| Hex | DA | 55 | 1 | 0 | 3D | 64 | F | 17 | 63 | 2B |
| Octal | 332 | 125 | 1 | 0 | 75 | 144 | 17 | 27 | 143 | 53 |
| Binary | 11011010 | 1010101 | 1 | 0 | 111101 | 1100100 | 1111 | 10111 | 1100011 | 101011 |
Color Harmonies of #DA5501
Complementary color
Monochromatic Colors of #DA5501
Black with #DA5501
Text Example
Text Example
White with #DA5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5501; }
p { color: rgb(218,85,1); }
H1.HeaderClassName
{
color: #DA5501;
}
.AnyTagClassName
{
color: #DA5501;
}
</style>
background-color css
<style>
a { background-color: #DA5501; }
a { background-color: rgb(218,85,1); }
div.DivClassName
{
background-color: #DA5501;
}
.BgClassName
{
background-color: #DA5501;
}
</style>
border-color css
<style>
span { border-color: #DA5501; }
span { border-color: rgb(218,85,1); }
td.TdClassName
{
border-color: #DA5501;
}
.TagClassName
{
border-color: #DA5501;
}
</style>