Shades of Tenne (Tawny) #DC5605
Tints of Tenne (Tawny) #DC5605
RGB
CMYK
RGB Variations
Color information
#DC5605 (or 0xDC5605) is known color: Tenne (Tawny). HEX triplet: DC, 56 and 05. RGB value is (220,86,5). Sum of RGB (Red+Green+Blue) = 220+86+5=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5605 is #23A9FA. Grayscale: #757575. Windows color (decimal): -2337275 or 349916. OLE color: 349916.
HSL color Cylindrical-coordinate representation of color #DC5605: hue angle of 22.6º 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 #DC5605 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.14 |
| HSL | 22.6º | 0.96% | 0.44% | - |
| HSV(B) | 22.6º | 0.98% | 0.86% | - |
| XYZ | 32.87 | 21.88 | 2.63 | - |
| YUV | 116.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 5 | 0 | 0.61 | 0.98 | 0.14 | 22.6 | 0.96 | 0.44 |
| Hex | DC | 56 | 5 | 0 | 3D | 62 | E | 17 | 60 | 2C |
| Octal | 334 | 126 | 5 | 0 | 75 | 142 | 16 | 27 | 140 | 54 |
| Binary | 11011100 | 1010110 | 101 | 0 | 111101 | 1100010 | 1110 | 10111 | 1100000 | 101100 |
Color Harmonies of #DC5605
Complementary color
Monochromatic Colors of #DC5605
Black with #DC5605
Text Example
Text Example
White with #DC5605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5605; }
p { color: rgb(220,86,5); }
H1.HeaderClassName
{
color: #DC5605;
}
.AnyTagClassName
{
color: #DC5605;
}
</style>
background-color css
<style>
a { background-color: #DC5605; }
a { background-color: rgb(220,86,5); }
div.DivClassName
{
background-color: #DC5605;
}
.BgClassName
{
background-color: #DC5605;
}
</style>
border-color css
<style>
span { border-color: #DC5605; }
span { border-color: rgb(220,86,5); }
td.TdClassName
{
border-color: #DC5605;
}
.TagClassName
{
border-color: #DC5605;
}
</style>