Shades of Tenne (Tawny) #DA5502
Tints of Tenne (Tawny) #DA5502
RGB
CMYK
RGB Variations
Color information
#DA5502 (or 0xDA5502) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 02. RGB value is (218,85,2). Sum of RGB (Red+Green+Blue) = 218+85+2=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5502 is #25AAFD. Grayscale: #737373. Windows color (decimal): -2468606 or 153050. OLE color: 153050.
HSL color Cylindrical-coordinate representation of color #DA5502: hue angle of 23.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA5502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.15 |
| HSL | 23.06º | 0.98% | 0.43% | - |
| HSV(B) | 23.06º | 0.99% | 0.85% | - |
| XYZ | 32.17 | 21.41 | 2.49 | - |
| YUV | 115.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 2 | 0 | 0.61 | 0.99 | 0.15 | 23.06 | 0.98 | 0.43 |
| Hex | DA | 55 | 2 | 0 | 3D | 63 | F | 17 | 62 | 2B |
| Octal | 332 | 125 | 2 | 0 | 75 | 143 | 17 | 27 | 142 | 53 |
| Binary | 11011010 | 1010101 | 10 | 0 | 111101 | 1100011 | 1111 | 10111 | 1100010 | 101011 |
Color Harmonies of #DA5502
Complementary color
Monochromatic Colors of #DA5502
Black with #DA5502
Text Example
Text Example
White with #DA5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5502; }
p { color: rgb(218,85,2); }
H1.HeaderClassName
{
color: #DA5502;
}
.AnyTagClassName
{
color: #DA5502;
}
</style>
background-color css
<style>
a { background-color: #DA5502; }
a { background-color: rgb(218,85,2); }
div.DivClassName
{
background-color: #DA5502;
}
.BgClassName
{
background-color: #DA5502;
}
</style>
border-color css
<style>
span { border-color: #DA5502; }
span { border-color: rgb(218,85,2); }
td.TdClassName
{
border-color: #DA5502;
}
.TagClassName
{
border-color: #DA5502;
}
</style>