Shades of Tenne (Tawny) #DC5108
Tints of Tenne (Tawny) #DC5108
RGB
CMYK
RGB Variations
Color information
#DC5108 (or 0xDC5108) is known color: Tenne (Tawny). HEX triplet: DC, 51 and 08. RGB value is (220,81,8). Sum of RGB (Red+Green+Blue) = 220+81+8=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5108 is #23AEF7. Grayscale: #727272. Windows color (decimal): -2338552 or 545244. OLE color: 545244.
HSL color Cylindrical-coordinate representation of color #DC5108: hue angle of 20.66º degrees, saturation: 0.93, 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 #DC5108 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.14 |
| HSL | 20.66º | 0.93% | 0.45% | - |
| HSV(B) | 20.66º | 0.96% | 0.86% | - |
| XYZ | 32.5 | 21.12 | 2.59 | - |
| YUV | 114.24 | 68.05 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 8 | 0 | 0.63 | 0.96 | 0.14 | 20.66 | 0.93 | 0.45 |
| Hex | DC | 51 | 8 | 0 | 3F | 60 | E | 15 | 5D | 2D |
| Octal | 334 | 121 | 10 | 0 | 77 | 140 | 16 | 25 | 135 | 55 |
| Binary | 11011100 | 1010001 | 1000 | 0 | 111111 | 1100000 | 1110 | 10101 | 1011101 | 101101 |
Color Harmonies of #DC5108
Complementary color
Monochromatic Colors of #DC5108
Black with #DC5108
Text Example
Text Example
White with #DC5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5108; }
p { color: rgb(220,81,8); }
H1.HeaderClassName
{
color: #DC5108;
}
.AnyTagClassName
{
color: #DC5108;
}
</style>
background-color css
<style>
a { background-color: #DC5108; }
a { background-color: rgb(220,81,8); }
div.DivClassName
{
background-color: #DC5108;
}
.BgClassName
{
background-color: #DC5108;
}
</style>
border-color css
<style>
span { border-color: #DC5108; }
span { border-color: rgb(220,81,8); }
td.TdClassName
{
border-color: #DC5108;
}
.TagClassName
{
border-color: #DC5108;
}
</style>