Shades of Tenne (Tawny) #DC5006
Tints of Tenne (Tawny) #DC5006
RGB
CMYK
RGB Variations
Color information
#DC5006 (or 0xDC5006) is known color: Tenne (Tawny). HEX triplet: DC, 50 and 06. RGB value is (220,80,6). Sum of RGB (Red+Green+Blue) = 220+80+6=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5006 is #23AFF9. Grayscale: #717171. Windows color (decimal): -2338810 or 413916. OLE color: 413916.
HSL color Cylindrical-coordinate representation of color #DC5006: hue angle of 20.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC5006 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.14 |
| HSL | 20.75º | 0.95% | 0.44% | - |
| HSV(B) | 20.75º | 0.97% | 0.86% | - |
| XYZ | 32.42 | 20.97 | 2.51 | - |
| YUV | 113.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 6 | 0 | 0.64 | 0.97 | 0.14 | 20.75 | 0.95 | 0.44 |
| Hex | DC | 50 | 6 | 0 | 40 | 61 | E | 15 | 5F | 2C |
| Octal | 334 | 120 | 6 | 0 | 100 | 141 | 16 | 25 | 137 | 54 |
| Binary | 11011100 | 1010000 | 110 | 0 | 1000000 | 1100001 | 1110 | 10101 | 1011111 | 101100 |
Color Harmonies of #DC5006
Complementary color
Monochromatic Colors of #DC5006
Black with #DC5006
Text Example
Text Example
White with #DC5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5006; }
p { color: rgb(220,80,6); }
H1.HeaderClassName
{
color: #DC5006;
}
.AnyTagClassName
{
color: #DC5006;
}
</style>
background-color css
<style>
a { background-color: #DC5006; }
a { background-color: rgb(220,80,6); }
div.DivClassName
{
background-color: #DC5006;
}
.BgClassName
{
background-color: #DC5006;
}
</style>
border-color css
<style>
span { border-color: #DC5006; }
span { border-color: rgb(220,80,6); }
td.TdClassName
{
border-color: #DC5006;
}
.TagClassName
{
border-color: #DC5006;
}
</style>