Shades of Tenne (Tawny) #DA5602
Tints of Tenne (Tawny) #DA5602
RGB
CMYK
RGB Variations
Color information
#DA5602 (or 0xDA5602) is known color: Tenne (Tawny). HEX triplet: DA, 56 and 02. RGB value is (218,86,2). Sum of RGB (Red+Green+Blue) = 218+86+2=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5602 is #25A9FD. Grayscale: #747474. Windows color (decimal): -2468350 or 153306. OLE color: 153306.
HSL color Cylindrical-coordinate representation of color #DA5602: hue angle of 23.33º 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 #DA5602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.15 |
| HSL | 23.33º | 0.98% | 0.43% | - |
| HSV(B) | 23.33º | 0.99% | 0.85% | - |
| XYZ | 32.25 | 21.57 | 2.52 | - |
| YUV | 115.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 2 | 0 | 0.61 | 0.99 | 0.15 | 23.33 | 0.98 | 0.43 |
| Hex | DA | 56 | 2 | 0 | 3D | 63 | F | 17 | 62 | 2B |
| Octal | 332 | 126 | 2 | 0 | 75 | 143 | 17 | 27 | 142 | 53 |
| Binary | 11011010 | 1010110 | 10 | 0 | 111101 | 1100011 | 1111 | 10111 | 1100010 | 101011 |
Color Harmonies of #DA5602
Complementary color
Monochromatic Colors of #DA5602
Black with #DA5602
Text Example
Text Example
White with #DA5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5602; }
p { color: rgb(218,86,2); }
H1.HeaderClassName
{
color: #DA5602;
}
.AnyTagClassName
{
color: #DA5602;
}
</style>
background-color css
<style>
a { background-color: #DA5602; }
a { background-color: rgb(218,86,2); }
div.DivClassName
{
background-color: #DA5602;
}
.BgClassName
{
background-color: #DA5602;
}
</style>
border-color css
<style>
span { border-color: #DA5602; }
span { border-color: rgb(218,86,2); }
td.TdClassName
{
border-color: #DA5602;
}
.TagClassName
{
border-color: #DA5602;
}
</style>