Shades of Tenne (Tawny) #DA5307
Tints of Tenne (Tawny) #DA5307
RGB
CMYK
RGB Variations
Color information
#DA5307 (or 0xDA5307) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 07. RGB value is (218,83,7). Sum of RGB (Red+Green+Blue) = 218+83+7=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5307 is #25ACF8. Grayscale: #737373. Windows color (decimal): -2469113 or 480218. OLE color: 480218.
HSL color Cylindrical-coordinate representation of color #DA5307: hue angle of 21.61º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA5307 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.15 |
| HSL | 21.61º | 0.94% | 0.44% | - |
| HSV(B) | 21.61º | 0.97% | 0.85% | - |
| XYZ | 32.05 | 21.11 | 2.59 | - |
| YUV | 114.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 7 | 0 | 0.62 | 0.97 | 0.15 | 21.61 | 0.94 | 0.44 |
| Hex | DA | 53 | 7 | 0 | 3E | 61 | F | 16 | 5E | 2C |
| Octal | 332 | 123 | 7 | 0 | 76 | 141 | 17 | 26 | 136 | 54 |
| Binary | 11011010 | 1010011 | 111 | 0 | 111110 | 1100001 | 1111 | 10110 | 1011110 | 101100 |
Color Harmonies of #DA5307
Complementary color
Monochromatic Colors of #DA5307
Black with #DA5307
Text Example
Text Example
White with #DA5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5307; }
p { color: rgb(218,83,7); }
H1.HeaderClassName
{
color: #DA5307;
}
.AnyTagClassName
{
color: #DA5307;
}
</style>
background-color css
<style>
a { background-color: #DA5307; }
a { background-color: rgb(218,83,7); }
div.DivClassName
{
background-color: #DA5307;
}
.BgClassName
{
background-color: #DA5307;
}
</style>
border-color css
<style>
span { border-color: #DA5307; }
span { border-color: rgb(218,83,7); }
td.TdClassName
{
border-color: #DA5307;
}
.TagClassName
{
border-color: #DA5307;
}
</style>