Shades of Tenne (Tawny) #DC5104
Tints of Tenne (Tawny) #DC5104
RGB
CMYK
RGB Variations
Color information
#DC5104 (or 0xDC5104) is known color: Tenne (Tawny). HEX triplet: DC, 51 and 04. RGB value is (220,81,4). Sum of RGB (Red+Green+Blue) = 220+81+4=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5104 is #23AEFB. Grayscale: #727272. Windows color (decimal): -2338556 or 283100. OLE color: 283100.
HSL color Cylindrical-coordinate representation of color #DC5104: hue angle of 21.39º 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 #DC5104 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.14 |
| HSL | 21.39º | 0.96% | 0.44% | - |
| HSV(B) | 21.39º | 0.98% | 0.86% | - |
| XYZ | 32.48 | 21.11 | 2.48 | - |
| YUV | 113.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 4 | 0 | 0.63 | 0.98 | 0.14 | 21.39 | 0.96 | 0.44 |
| Hex | DC | 51 | 4 | 0 | 3F | 62 | E | 15 | 60 | 2C |
| Octal | 334 | 121 | 4 | 0 | 77 | 142 | 16 | 25 | 140 | 54 |
| Binary | 11011100 | 1010001 | 100 | 0 | 111111 | 1100010 | 1110 | 10101 | 1100000 | 101100 |
Color Harmonies of #DC5104
Complementary color
Monochromatic Colors of #DC5104
Black with #DC5104
Text Example
Text Example
White with #DC5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5104; }
p { color: rgb(220,81,4); }
H1.HeaderClassName
{
color: #DC5104;
}
.AnyTagClassName
{
color: #DC5104;
}
</style>
background-color css
<style>
a { background-color: #DC5104; }
a { background-color: rgb(220,81,4); }
div.DivClassName
{
background-color: #DC5104;
}
.BgClassName
{
background-color: #DC5104;
}
</style>
border-color css
<style>
span { border-color: #DC5104; }
span { border-color: rgb(220,81,4); }
td.TdClassName
{
border-color: #DC5104;
}
.TagClassName
{
border-color: #DC5104;
}
</style>