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