Shades of Tenne (Tawny) #DC5008
Tints of Tenne (Tawny) #DC5008
RGB
CMYK
RGB Variations
Color information
#DC5008 (or 0xDC5008) is known color: Tenne (Tawny). HEX triplet: DC, 50 and 08. RGB value is (220,80,8). Sum of RGB (Red+Green+Blue) = 220+80+8=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5008 is #23AFF7. Grayscale: #727272. Windows color (decimal): -2338808 or 544988. OLE color: 544988.
HSL color Cylindrical-coordinate representation of color #DC5008: hue angle of 20.38º 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 #DC5008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.14 |
| HSL | 20.38º | 0.93% | 0.45% | - |
| HSV(B) | 20.38º | 0.96% | 0.86% | - |
| XYZ | 32.43 | 20.97 | 2.57 | - |
| YUV | 113.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 8 | 0 | 0.64 | 0.96 | 0.14 | 20.38 | 0.93 | 0.45 |
| Hex | DC | 50 | 8 | 0 | 40 | 60 | E | 14 | 5D | 2D |
| Octal | 334 | 120 | 10 | 0 | 100 | 140 | 16 | 24 | 135 | 55 |
| Binary | 11011100 | 1010000 | 1000 | 0 | 1000000 | 1100000 | 1110 | 10100 | 1011101 | 101101 |
Color Harmonies of #DC5008
Complementary color
Monochromatic Colors of #DC5008
Black with #DC5008
Text Example
Text Example
White with #DC5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5008; }
p { color: rgb(220,80,8); }
H1.HeaderClassName
{
color: #DC5008;
}
.AnyTagClassName
{
color: #DC5008;
}
</style>
background-color css
<style>
a { background-color: #DC5008; }
a { background-color: rgb(220,80,8); }
div.DivClassName
{
background-color: #DC5008;
}
.BgClassName
{
background-color: #DC5008;
}
</style>
border-color css
<style>
span { border-color: #DC5008; }
span { border-color: rgb(220,80,8); }
td.TdClassName
{
border-color: #DC5008;
}
.TagClassName
{
border-color: #DC5008;
}
</style>