Shades of Tenne (Tawny) #DC5E09
Tints of Tenne (Tawny) #DC5E09
RGB
CMYK
RGB Variations
Color information
#DC5E09 (or 0xDC5E09) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 09. RGB value is (220,94,9). Sum of RGB (Red+Green+Blue) = 220+94+9=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E09 is #23A1F6. Grayscale: #7A7A7A. Windows color (decimal): -2335223 or 614108. OLE color: 614108.
HSL color Cylindrical-coordinate representation of color #DC5E09: hue angle of 24.17º 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 #DC5E09 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 9 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.14 |
| HSL | 24.17º | 0.92% | 0.45% | - |
| HSV(B) | 24.17º | 0.96% | 0.86% | - |
| XYZ | 33.57 | 23.24 | 2.98 | - |
| YUV | 121.98 | 64.24 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 9 | 0 | 0.57 | 0.96 | 0.14 | 24.17 | 0.92 | 0.45 |
| Hex | DC | 5E | 9 | 0 | 39 | 60 | E | 18 | 5C | 2D |
| Octal | 334 | 136 | 11 | 0 | 71 | 140 | 16 | 30 | 134 | 55 |
| Binary | 11011100 | 1011110 | 1001 | 0 | 111001 | 1100000 | 1110 | 11000 | 1011100 | 101101 |
Color Harmonies of #DC5E09
Complementary color
Monochromatic Colors of #DC5E09
Black with #DC5E09
Text Example
Text Example
White with #DC5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E09; }
p { color: rgb(220,94,9); }
H1.HeaderClassName
{
color: #DC5E09;
}
.AnyTagClassName
{
color: #DC5E09;
}
</style>
background-color css
<style>
a { background-color: #DC5E09; }
a { background-color: rgb(220,94,9); }
div.DivClassName
{
background-color: #DC5E09;
}
.BgClassName
{
background-color: #DC5E09;
}
</style>
border-color css
<style>
span { border-color: #DC5E09; }
span { border-color: rgb(220,94,9); }
td.TdClassName
{
border-color: #DC5E09;
}
.TagClassName
{
border-color: #DC5E09;
}
</style>