Shades of Tenne (Tawny) #DC5404
Tints of Tenne (Tawny) #DC5404
RGB
CMYK
RGB Variations
Color information
#DC5404 (or 0xDC5404) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 04. RGB value is (220,84,4). Sum of RGB (Red+Green+Blue) = 220+84+4=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5404 is #23ABFB. Grayscale: #747474. Windows color (decimal): -2337788 or 283868. OLE color: 283868.
HSL color Cylindrical-coordinate representation of color #DC5404: hue angle of 22.22º 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 #DC5404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.14 |
| HSL | 22.22º | 0.96% | 0.44% | - |
| HSV(B) | 22.22º | 0.98% | 0.86% | - |
| XYZ | 32.71 | 21.57 | 2.55 | - |
| YUV | 115.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 4 | 0 | 0.62 | 0.98 | 0.14 | 22.22 | 0.96 | 0.44 |
| Hex | DC | 54 | 4 | 0 | 3E | 62 | E | 16 | 60 | 2C |
| Octal | 334 | 124 | 4 | 0 | 76 | 142 | 16 | 26 | 140 | 54 |
| Binary | 11011100 | 1010100 | 100 | 0 | 111110 | 1100010 | 1110 | 10110 | 1100000 | 101100 |
Color Harmonies of #DC5404
Complementary color
Monochromatic Colors of #DC5404
Black with #DC5404
Text Example
Text Example
White with #DC5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5404; }
p { color: rgb(220,84,4); }
H1.HeaderClassName
{
color: #DC5404;
}
.AnyTagClassName
{
color: #DC5404;
}
</style>
background-color css
<style>
a { background-color: #DC5404; }
a { background-color: rgb(220,84,4); }
div.DivClassName
{
background-color: #DC5404;
}
.BgClassName
{
background-color: #DC5404;
}
</style>
border-color css
<style>
span { border-color: #DC5404; }
span { border-color: rgb(220,84,4); }
td.TdClassName
{
border-color: #DC5404;
}
.TagClassName
{
border-color: #DC5404;
}
</style>