Shades of Tenne (Tawny) #DA6101
Tints of Tenne (Tawny) #DA6101
RGB
CMYK
RGB Variations
Color information
#DA6101 (or 0xDA6101) is known color: Tenne (Tawny). HEX triplet: DA, 61 and 01. RGB value is (218,97,1). Sum of RGB (Red+Green+Blue) = 218+97+1=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6101 is #259EFE. Grayscale: #7A7A7A. Windows color (decimal): -2465535 or 90586. OLE color: 90586.
HSL color Cylindrical-coordinate representation of color #DA6101: hue angle of 26.54º 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 #DA6101 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.15 |
| HSL | 26.54º | 0.99% | 0.43% | - |
| HSV(B) | 26.54º | 1% | 0.85% | - |
| XYZ | 33.19 | 23.46 | 2.81 | - |
| YUV | 122.24 | 59.59 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 1 | 0 | 0.56 | 1.00 | 0.15 | 26.54 | 0.99 | 0.43 |
| Hex | DA | 61 | 1 | 0 | 38 | 64 | F | 1B | 63 | 2B |
| Octal | 332 | 141 | 1 | 0 | 70 | 144 | 17 | 33 | 143 | 53 |
| Binary | 11011010 | 1100001 | 1 | 0 | 111000 | 1100100 | 1111 | 11011 | 1100011 | 101011 |
Color Harmonies of #DA6101
Complementary color
Monochromatic Colors of #DA6101
Black with #DA6101
Text Example
Text Example
White with #DA6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6101; }
p { color: rgb(218,97,1); }
H1.HeaderClassName
{
color: #DA6101;
}
.AnyTagClassName
{
color: #DA6101;
}
</style>
background-color css
<style>
a { background-color: #DA6101; }
a { background-color: rgb(218,97,1); }
div.DivClassName
{
background-color: #DA6101;
}
.BgClassName
{
background-color: #DA6101;
}
</style>
border-color css
<style>
span { border-color: #DA6101; }
span { border-color: rgb(218,97,1); }
td.TdClassName
{
border-color: #DA6101;
}
.TagClassName
{
border-color: #DA6101;
}
</style>