Shades of Tenne (Tawny) #DC4E04
Tints of Tenne (Tawny) #DC4E04
RGB
CMYK
RGB Variations
Color information
#DC4E04 (or 0xDC4E04) is known color: Tenne (Tawny). HEX triplet: DC, 4E and 04. RGB value is (220,78,4). Sum of RGB (Red+Green+Blue) = 220+78+4=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E04 is #23B1FB. Grayscale: #707070. Windows color (decimal): -2339324 or 282332. OLE color: 282332.
HSL color Cylindrical-coordinate representation of color #DC4E04: hue angle of 20.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC4E04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.14 |
| HSL | 20.56º | 0.96% | 0.44% | - |
| HSV(B) | 20.56º | 0.98% | 0.86% | - |
| XYZ | 32.26 | 20.67 | 2.4 | - |
| YUV | 112.02 | 67.04 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 4 | 0 | 0.65 | 0.98 | 0.14 | 20.56 | 0.96 | 0.44 |
| Hex | DC | 4E | 4 | 0 | 41 | 62 | E | 15 | 60 | 2C |
| Octal | 334 | 116 | 4 | 0 | 101 | 142 | 16 | 25 | 140 | 54 |
| Binary | 11011100 | 1001110 | 100 | 0 | 1000001 | 1100010 | 1110 | 10101 | 1100000 | 101100 |
Color Harmonies of #DC4E04
Complementary color
Monochromatic Colors of #DC4E04
Black with #DC4E04
Text Example
Text Example
White with #DC4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E04; }
p { color: rgb(220,78,4); }
H1.HeaderClassName
{
color: #DC4E04;
}
.AnyTagClassName
{
color: #DC4E04;
}
</style>
background-color css
<style>
a { background-color: #DC4E04; }
a { background-color: rgb(220,78,4); }
div.DivClassName
{
background-color: #DC4E04;
}
.BgClassName
{
background-color: #DC4E04;
}
</style>
border-color css
<style>
span { border-color: #DC4E04; }
span { border-color: rgb(220,78,4); }
td.TdClassName
{
border-color: #DC4E04;
}
.TagClassName
{
border-color: #DC4E04;
}
</style>