Shades of Tenne (Tawny) #DC5D09
Tints of Tenne (Tawny) #DC5D09
RGB
CMYK
RGB Variations
Color information
#DC5D09 (or 0xDC5D09) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 09. RGB value is (220,93,9). Sum of RGB (Red+Green+Blue) = 220+93+9=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D09 is #23A2F6. Grayscale: #797979. Windows color (decimal): -2335479 or 613852. OLE color: 613852.
HSL color Cylindrical-coordinate representation of color #DC5D09: hue angle of 23.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC5D09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.14 |
| HSL | 23.89º | 0.92% | 0.45% | - |
| HSV(B) | 23.89º | 0.96% | 0.86% | - |
| XYZ | 33.48 | 23.06 | 2.95 | - |
| YUV | 121.4 | 64.58 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 9 | 0 | 0.58 | 0.96 | 0.14 | 23.89 | 0.92 | 0.45 |
| Hex | DC | 5D | 9 | 0 | 3A | 60 | E | 18 | 5C | 2D |
| Octal | 334 | 135 | 11 | 0 | 72 | 140 | 16 | 30 | 134 | 55 |
| Binary | 11011100 | 1011101 | 1001 | 0 | 111010 | 1100000 | 1110 | 11000 | 1011100 | 101101 |
Color Harmonies of #DC5D09
Complementary color
Monochromatic Colors of #DC5D09
Black with #DC5D09
Text Example
Text Example
White with #DC5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D09; }
p { color: rgb(220,93,9); }
H1.HeaderClassName
{
color: #DC5D09;
}
.AnyTagClassName
{
color: #DC5D09;
}
</style>
background-color css
<style>
a { background-color: #DC5D09; }
a { background-color: rgb(220,93,9); }
div.DivClassName
{
background-color: #DC5D09;
}
.BgClassName
{
background-color: #DC5D09;
}
</style>
border-color css
<style>
span { border-color: #DC5D09; }
span { border-color: rgb(220,93,9); }
td.TdClassName
{
border-color: #DC5D09;
}
.TagClassName
{
border-color: #DC5D09;
}
</style>