Shades of Tenne (Tawny) #DA6405
Tints of Tenne (Tawny) #DA6405
RGB
CMYK
RGB Variations
Color information
#DA6405 (or 0xDA6405) is known color: Tenne (Tawny). HEX triplet: DA, 64 and 05. RGB value is (218,100,5). Sum of RGB (Red+Green+Blue) = 218+100+5=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6405 is #259BFA. Grayscale: #7C7C7C. Windows color (decimal): -2464763 or 353498. OLE color: 353498.
HSL color Cylindrical-coordinate representation of color #DA6405: hue angle of 26.76º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA6405 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.15 |
| HSL | 26.76º | 0.96% | 0.44% | - |
| HSV(B) | 26.76º | 0.98% | 0.85% | - |
| XYZ | 33.5 | 24.03 | 3.02 | - |
| YUV | 124.45 | 60.59 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 5 | 0 | 0.54 | 0.98 | 0.15 | 26.76 | 0.96 | 0.44 |
| Hex | DA | 64 | 5 | 0 | 36 | 62 | F | 1B | 60 | 2C |
| Octal | 332 | 144 | 5 | 0 | 66 | 142 | 17 | 33 | 140 | 54 |
| Binary | 11011010 | 1100100 | 101 | 0 | 110110 | 1100010 | 1111 | 11011 | 1100000 | 101100 |
Color Harmonies of #DA6405
Complementary color
Monochromatic Colors of #DA6405
Black with #DA6405
Text Example
Text Example
White with #DA6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6405; }
p { color: rgb(218,100,5); }
H1.HeaderClassName
{
color: #DA6405;
}
.AnyTagClassName
{
color: #DA6405;
}
</style>
background-color css
<style>
a { background-color: #DA6405; }
a { background-color: rgb(218,100,5); }
div.DivClassName
{
background-color: #DA6405;
}
.BgClassName
{
background-color: #DA6405;
}
</style>
border-color css
<style>
span { border-color: #DA6405; }
span { border-color: rgb(218,100,5); }
td.TdClassName
{
border-color: #DA6405;
}
.TagClassName
{
border-color: #DA6405;
}
</style>