Shades of Tenne (Tawny) #DC5A0D
Tints of Tenne (Tawny) #DC5A0D
RGB
CMYK
RGB Variations
Color information
#DC5A0D (or 0xDC5A0D) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 0D. RGB value is (220,90,13). Sum of RGB (Red+Green+Blue) = 220+90+13=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A0D is #23A5F2. Grayscale: #787878. Windows color (decimal): -2336243 or 875228. OLE color: 875228.
HSL color Cylindrical-coordinate representation of color #DC5A0D: hue angle of 22.32º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC5A0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.14 |
| HSL | 22.32º | 0.89% | 0.46% | - |
| HSV(B) | 22.32º | 0.94% | 0.86% | - |
| XYZ | 33.24 | 22.56 | 2.98 | - |
| YUV | 120.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 13 | 0 | 0.59 | 0.94 | 0.14 | 22.32 | 0.89 | 0.46 |
| Hex | DC | 5A | D | 0 | 3B | 5E | E | 16 | 59 | 2E |
| Octal | 334 | 132 | 15 | 0 | 73 | 136 | 16 | 26 | 131 | 56 |
| Binary | 11011100 | 1011010 | 1101 | 0 | 111011 | 1011110 | 1110 | 10110 | 1011001 | 101110 |
Color Harmonies of #DC5A0D
Complementary color
Monochromatic Colors of #DC5A0D
Black with #DC5A0D
Text Example
Text Example
White with #DC5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A0D; }
p { color: rgb(220,90,13); }
H1.HeaderClassName
{
color: #DC5A0D;
}
.AnyTagClassName
{
color: #DC5A0D;
}
</style>
background-color css
<style>
a { background-color: #DC5A0D; }
a { background-color: rgb(220,90,13); }
div.DivClassName
{
background-color: #DC5A0D;
}
.BgClassName
{
background-color: #DC5A0D;
}
</style>
border-color css
<style>
span { border-color: #DC5A0D; }
span { border-color: rgb(220,90,13); }
td.TdClassName
{
border-color: #DC5A0D;
}
.TagClassName
{
border-color: #DC5A0D;
}
</style>