Shades of Tenne (Tawny) #D35C0E
Tints of Tenne (Tawny) #D35C0E
RGB
CMYK
RGB Variations
Color information
#D35C0E (or 0xD35C0E) is known color: Tenne (Tawny). HEX triplet: D3, 5C and 0E. RGB value is (211,92,14). Sum of RGB (Red+Green+Blue) = 211+92+14=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C0E is #2CA3F1. Grayscale: #777777. Windows color (decimal): -2925554 or 941267. OLE color: 941267.
HSL color Cylindrical-coordinate representation of color #D35C0E: hue angle of 23.76º 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 #D35C0E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.17 |
| HSL | 23.76º | 0.88% | 0.44% | - |
| HSV(B) | 23.76º | 0.93% | 0.83% | - |
| XYZ | 30.77 | 21.53 | 2.95 | - |
| YUV | 118.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 14 | 0 | 0.56 | 0.93 | 0.17 | 23.76 | 0.88 | 0.44 |
| Hex | D3 | 5C | E | 0 | 38 | 5D | 11 | 18 | 58 | 2C |
| Octal | 323 | 134 | 16 | 0 | 70 | 135 | 21 | 30 | 130 | 54 |
| Binary | 11010011 | 1011100 | 1110 | 0 | 111000 | 1011101 | 10001 | 11000 | 1011000 | 101100 |
Color Harmonies of #D35C0E
Complementary color
Monochromatic Colors of #D35C0E
Black with #D35C0E
Text Example
Text Example
White with #D35C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C0E; }
p { color: rgb(211,92,14); }
H1.HeaderClassName
{
color: #D35C0E;
}
.AnyTagClassName
{
color: #D35C0E;
}
</style>
background-color css
<style>
a { background-color: #D35C0E; }
a { background-color: rgb(211,92,14); }
div.DivClassName
{
background-color: #D35C0E;
}
.BgClassName
{
background-color: #D35C0E;
}
</style>
border-color css
<style>
span { border-color: #D35C0E; }
span { border-color: rgb(211,92,14); }
td.TdClassName
{
border-color: #D35C0E;
}
.TagClassName
{
border-color: #D35C0E;
}
</style>