Shades of Tenne (Tawny) #DC5705
Tints of Tenne (Tawny) #DC5705
RGB
CMYK
RGB Variations
Color information
#DC5705 (or 0xDC5705) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 05. RGB value is (220,87,5). Sum of RGB (Red+Green+Blue) = 220+87+5=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5705 is #23A8FA. Grayscale: #757575. Windows color (decimal): -2337019 or 350172. OLE color: 350172.
HSL color Cylindrical-coordinate representation of color #DC5705: hue angle of 22.88º 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 #DC5705 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.14 |
| HSL | 22.88º | 0.96% | 0.44% | - |
| HSV(B) | 22.88º | 0.98% | 0.86% | - |
| XYZ | 32.95 | 22.04 | 2.66 | - |
| YUV | 117.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 5 | 0 | 0.60 | 0.98 | 0.14 | 22.88 | 0.96 | 0.44 |
| Hex | DC | 57 | 5 | 0 | 3C | 62 | E | 17 | 60 | 2C |
| Octal | 334 | 127 | 5 | 0 | 74 | 142 | 16 | 27 | 140 | 54 |
| Binary | 11011100 | 1010111 | 101 | 0 | 111100 | 1100010 | 1110 | 10111 | 1100000 | 101100 |
Color Harmonies of #DC5705
Complementary color
Monochromatic Colors of #DC5705
Black with #DC5705
Text Example
Text Example
White with #DC5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5705; }
p { color: rgb(220,87,5); }
H1.HeaderClassName
{
color: #DC5705;
}
.AnyTagClassName
{
color: #DC5705;
}
</style>
background-color css
<style>
a { background-color: #DC5705; }
a { background-color: rgb(220,87,5); }
div.DivClassName
{
background-color: #DC5705;
}
.BgClassName
{
background-color: #DC5705;
}
</style>
border-color css
<style>
span { border-color: #DC5705; }
span { border-color: rgb(220,87,5); }
td.TdClassName
{
border-color: #DC5705;
}
.TagClassName
{
border-color: #DC5705;
}
</style>