Shades of Tenne (Tawny) #DC5805
Tints of Tenne (Tawny) #DC5805
RGB
CMYK
RGB Variations
Color information
#DC5805 (or 0xDC5805) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 05. RGB value is (220,88,5). Sum of RGB (Red+Green+Blue) = 220+88+5=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5805 is #23A7FA. Grayscale: #767676. Windows color (decimal): -2336763 or 350428. OLE color: 350428.
HSL color Cylindrical-coordinate representation of color #DC5805: hue angle of 23.16º 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 #DC5805 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 5 | - |
| CMYK | 0 | 0.6 | 0.98 | 0.14 |
| HSL | 23.16º | 0.96% | 0.44% | - |
| HSV(B) | 23.16º | 0.98% | 0.86% | - |
| XYZ | 33.03 | 22.21 | 2.69 | - |
| YUV | 118.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 5 | 0 | 0.6 | 0.98 | 0.14 | 23.16 | 0.96 | 0.44 |
| Hex | DC | 58 | 5 | 0 | 3C | 62 | E | 17 | 60 | 2C |
| Octal | 334 | 130 | 5 | 0 | 74 | 142 | 16 | 27 | 140 | 54 |
| Binary | 11011100 | 1011000 | 101 | 0 | 111100 | 1100010 | 1110 | 10111 | 1100000 | 101100 |
Color Harmonies of #DC5805
Complementary color
Monochromatic Colors of #DC5805
Black with #DC5805
Text Example
Text Example
White with #DC5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5805; }
p { color: rgb(220,88,5); }
H1.HeaderClassName
{
color: #DC5805;
}
.AnyTagClassName
{
color: #DC5805;
}
</style>
background-color css
<style>
a { background-color: #DC5805; }
a { background-color: rgb(220,88,5); }
div.DivClassName
{
background-color: #DC5805;
}
.BgClassName
{
background-color: #DC5805;
}
</style>
border-color css
<style>
span { border-color: #DC5805; }
span { border-color: rgb(220,88,5); }
td.TdClassName
{
border-color: #DC5805;
}
.TagClassName
{
border-color: #DC5805;
}
</style>