Shades of Tenne (Tawny) #D3600E
Tints of Tenne (Tawny) #D3600E
RGB
CMYK
RGB Variations
Color information
#D3600E (or 0xD3600E) is known color: Tenne (Tawny). HEX triplet: D3, 60 and 0E. RGB value is (211,96,14). Sum of RGB (Red+Green+Blue) = 211+96+14=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3600E is #2C9FF1. Grayscale: #797979. Windows color (decimal): -2924530 or 942291. OLE color: 942291.
HSL color Cylindrical-coordinate representation of color #D3600E: hue angle of 24.97º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3600E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 14 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.17 |
| HSL | 24.97º | 0.88% | 0.44% | - |
| HSV(B) | 24.97º | 0.93% | 0.83% | - |
| XYZ | 31.13 | 22.25 | 3.07 | - |
| YUV | 121.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 14 | 0 | 0.55 | 0.93 | 0.17 | 24.97 | 0.88 | 0.44 |
| Hex | D3 | 60 | E | 0 | 37 | 5D | 11 | 19 | 58 | 2C |
| Octal | 323 | 140 | 16 | 0 | 67 | 135 | 21 | 31 | 130 | 54 |
| Binary | 11010011 | 1100000 | 1110 | 0 | 110111 | 1011101 | 10001 | 11001 | 1011000 | 101100 |
Color Harmonies of #D3600E
Complementary color
Monochromatic Colors of #D3600E
Black with #D3600E
Text Example
Text Example
White with #D3600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3600E; }
p { color: rgb(211,96,14); }
H1.HeaderClassName
{
color: #D3600E;
}
.AnyTagClassName
{
color: #D3600E;
}
</style>
background-color css
<style>
a { background-color: #D3600E; }
a { background-color: rgb(211,96,14); }
div.DivClassName
{
background-color: #D3600E;
}
.BgClassName
{
background-color: #D3600E;
}
</style>
border-color css
<style>
span { border-color: #D3600E; }
span { border-color: rgb(211,96,14); }
td.TdClassName
{
border-color: #D3600E;
}
.TagClassName
{
border-color: #D3600E;
}
</style>