Shades of Tenne (Tawny) #DC580D
Tints of Tenne (Tawny) #DC580D
RGB
CMYK
RGB Variations
Color information
#DC580D (or 0xDC580D) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0D. RGB value is (220,88,13). Sum of RGB (Red+Green+Blue) = 220+88+13=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580D is #23A7F2. Grayscale: #777777. Windows color (decimal): -2336755 or 874716. OLE color: 874716.
HSL color Cylindrical-coordinate representation of color #DC580D: hue angle of 21.74º 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 #DC580D is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 13 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.14 |
| HSL | 21.74º | 0.89% | 0.46% | - |
| HSV(B) | 21.74º | 0.94% | 0.86% | - |
| XYZ | 33.08 | 22.22 | 2.93 | - |
| YUV | 118.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 13 | 0 | 0.6 | 0.94 | 0.14 | 21.74 | 0.89 | 0.46 |
| Hex | DC | 58 | D | 0 | 3C | 5E | E | 16 | 59 | 2E |
| Octal | 334 | 130 | 15 | 0 | 74 | 136 | 16 | 26 | 131 | 56 |
| Binary | 11011100 | 1011000 | 1101 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011001 | 101110 |
Color Harmonies of #DC580D
Complementary color
Monochromatic Colors of #DC580D
Black with #DC580D
Text Example
Text Example
White with #DC580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC580D; }
p { color: rgb(220,88,13); }
H1.HeaderClassName
{
color: #DC580D;
}
.AnyTagClassName
{
color: #DC580D;
}
</style>
background-color css
<style>
a { background-color: #DC580D; }
a { background-color: rgb(220,88,13); }
div.DivClassName
{
background-color: #DC580D;
}
.BgClassName
{
background-color: #DC580D;
}
</style>
border-color css
<style>
span { border-color: #DC580D; }
span { border-color: rgb(220,88,13); }
td.TdClassName
{
border-color: #DC580D;
}
.TagClassName
{
border-color: #DC580D;
}
</style>