Shades of Tenne (Tawny) #D05C0E
Tints of Tenne (Tawny) #D05C0E
RGB
CMYK
RGB Variations
Color information
#D05C0E (or 0xD05C0E) is known color: Tenne (Tawny). HEX triplet: D0, 5C and 0E. RGB value is (208,92,14). Sum of RGB (Red+Green+Blue) = 208+92+14=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C0E is #2FA3F1. Grayscale: #767676. Windows color (decimal): -3122162 or 941264. OLE color: 941264.
HSL color Cylindrical-coordinate representation of color #D05C0E: hue angle of 24.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D05C0E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.18 |
| HSL | 24.12º | 0.87% | 0.44% | - |
| HSV(B) | 24.12º | 0.93% | 0.82% | - |
| XYZ | 29.92 | 21.1 | 2.91 | - |
| YUV | 117.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 14 | 0 | 0.56 | 0.93 | 0.18 | 24.12 | 0.87 | 0.44 |
| Hex | D0 | 5C | E | 0 | 38 | 5D | 12 | 18 | 57 | 2C |
| Octal | 320 | 134 | 16 | 0 | 70 | 135 | 22 | 30 | 127 | 54 |
| Binary | 11010000 | 1011100 | 1110 | 0 | 111000 | 1011101 | 10010 | 11000 | 1010111 | 101100 |
Color Harmonies of #D05C0E
Complementary color
Monochromatic Colors of #D05C0E
Black with #D05C0E
Text Example
Text Example
White with #D05C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C0E; }
p { color: rgb(208,92,14); }
H1.HeaderClassName
{
color: #D05C0E;
}
.AnyTagClassName
{
color: #D05C0E;
}
</style>
background-color css
<style>
a { background-color: #D05C0E; }
a { background-color: rgb(208,92,14); }
div.DivClassName
{
background-color: #D05C0E;
}
.BgClassName
{
background-color: #D05C0E;
}
</style>
border-color css
<style>
span { border-color: #D05C0E; }
span { border-color: rgb(208,92,14); }
td.TdClassName
{
border-color: #D05C0E;
}
.TagClassName
{
border-color: #D05C0E;
}
</style>