Shades of Tenne (Tawny) #DC5E0E
Tints of Tenne (Tawny) #DC5E0E
RGB
CMYK
RGB Variations
Color information
#DC5E0E (or 0xDC5E0E) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 0E. RGB value is (220,94,14). Sum of RGB (Red+Green+Blue) = 220+94+14=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E0E is #23A1F1. Grayscale: #7B7B7B. Windows color (decimal): -2335218 or 941788. OLE color: 941788.
HSL color Cylindrical-coordinate representation of color #DC5E0E: hue angle of 23.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC5E0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.14 |
| HSL | 23.3º | 0.88% | 0.46% | - |
| HSV(B) | 23.3º | 0.94% | 0.86% | - |
| XYZ | 33.6 | 23.25 | 3.13 | - |
| YUV | 122.55 | 66.74 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 14 | 0 | 0.57 | 0.94 | 0.14 | 23.3 | 0.88 | 0.46 |
| Hex | DC | 5E | E | 0 | 39 | 5E | E | 17 | 58 | 2E |
| Octal | 334 | 136 | 16 | 0 | 71 | 136 | 16 | 27 | 130 | 56 |
| Binary | 11011100 | 1011110 | 1110 | 0 | 111001 | 1011110 | 1110 | 10111 | 1011000 | 101110 |
Color Harmonies of #DC5E0E
Complementary color
Monochromatic Colors of #DC5E0E
Black with #DC5E0E
Text Example
Text Example
White with #DC5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E0E; }
p { color: rgb(220,94,14); }
H1.HeaderClassName
{
color: #DC5E0E;
}
.AnyTagClassName
{
color: #DC5E0E;
}
</style>
background-color css
<style>
a { background-color: #DC5E0E; }
a { background-color: rgb(220,94,14); }
div.DivClassName
{
background-color: #DC5E0E;
}
.BgClassName
{
background-color: #DC5E0E;
}
</style>
border-color css
<style>
span { border-color: #DC5E0E; }
span { border-color: rgb(220,94,14); }
td.TdClassName
{
border-color: #DC5E0E;
}
.TagClassName
{
border-color: #DC5E0E;
}
</style>