Shades of Tenne (Tawny) #DA6103
Tints of Tenne (Tawny) #DA6103
RGB
CMYK
RGB Variations
Color information
#DA6103 (or 0xDA6103) is known color: Tenne (Tawny). HEX triplet: DA, 61 and 03. RGB value is (218,97,3). Sum of RGB (Red+Green+Blue) = 218+97+3=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6103 is #259EFC. Grayscale: #7A7A7A. Windows color (decimal): -2465533 or 221658. OLE color: 221658.
HSL color Cylindrical-coordinate representation of color #DA6103: hue angle of 26.23º degrees, saturation: 0.97, 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 #DA6103 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.15 |
| HSL | 26.23º | 0.97% | 0.43% | - |
| HSV(B) | 26.23º | 0.99% | 0.85% | - |
| XYZ | 33.2 | 23.46 | 2.86 | - |
| YUV | 122.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 3 | 0 | 0.56 | 0.99 | 0.15 | 26.23 | 0.97 | 0.43 |
| Hex | DA | 61 | 3 | 0 | 38 | 63 | F | 1A | 61 | 2B |
| Octal | 332 | 141 | 3 | 0 | 70 | 143 | 17 | 32 | 141 | 53 |
| Binary | 11011010 | 1100001 | 11 | 0 | 111000 | 1100011 | 1111 | 11010 | 1100001 | 101011 |
Color Harmonies of #DA6103
Complementary color
Monochromatic Colors of #DA6103
Black with #DA6103
Text Example
Text Example
White with #DA6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6103; }
p { color: rgb(218,97,3); }
H1.HeaderClassName
{
color: #DA6103;
}
.AnyTagClassName
{
color: #DA6103;
}
</style>
background-color css
<style>
a { background-color: #DA6103; }
a { background-color: rgb(218,97,3); }
div.DivClassName
{
background-color: #DA6103;
}
.BgClassName
{
background-color: #DA6103;
}
</style>
border-color css
<style>
span { border-color: #DA6103; }
span { border-color: rgb(218,97,3); }
td.TdClassName
{
border-color: #DA6103;
}
.TagClassName
{
border-color: #DA6103;
}
</style>