Shades of Tenne (Tawny) #DC5E04
Tints of Tenne (Tawny) #DC5E04
RGB
CMYK
RGB Variations
Color information
#DC5E04 (or 0xDC5E04) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 04. RGB value is (220,94,4). Sum of RGB (Red+Green+Blue) = 220+94+4=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E04 is #23A1FB. Grayscale: #797979. Windows color (decimal): -2335228 or 286428. OLE color: 286428.
HSL color Cylindrical-coordinate representation of color #DC5E04: hue angle of 25º 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 #DC5E04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.14 |
| HSL | 25º | 0.96% | 0.44% | - |
| HSV(B) | 25º | 0.98% | 0.86% | - |
| XYZ | 33.54 | 23.23 | 2.83 | - |
| YUV | 121.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 4 | 0 | 0.57 | 0.98 | 0.14 | 25 | 0.96 | 0.44 |
| Hex | DC | 5E | 4 | 0 | 39 | 62 | E | 19 | 60 | 2C |
| Octal | 334 | 136 | 4 | 0 | 71 | 142 | 16 | 31 | 140 | 54 |
| Binary | 11011100 | 1011110 | 100 | 0 | 111001 | 1100010 | 1110 | 11001 | 1100000 | 101100 |
Color Harmonies of #DC5E04
Complementary color
Monochromatic Colors of #DC5E04
Black with #DC5E04
Text Example
Text Example
White with #DC5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E04; }
p { color: rgb(220,94,4); }
H1.HeaderClassName
{
color: #DC5E04;
}
.AnyTagClassName
{
color: #DC5E04;
}
</style>
background-color css
<style>
a { background-color: #DC5E04; }
a { background-color: rgb(220,94,4); }
div.DivClassName
{
background-color: #DC5E04;
}
.BgClassName
{
background-color: #DC5E04;
}
</style>
border-color css
<style>
span { border-color: #DC5E04; }
span { border-color: rgb(220,94,4); }
td.TdClassName
{
border-color: #DC5E04;
}
.TagClassName
{
border-color: #DC5E04;
}
</style>