Shades of Tenne (Tawny) #DC4600
Tints of Tenne (Tawny) #DC4600
RGB
CMYK
RGB Variations
Color information
#DC4600 (or 0xDC4600) is known color: Tenne (Tawny). HEX triplet: DC, 46 and 00. RGB value is (220,70,0). Sum of RGB (Red+Green+Blue) = 220+70+0=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4600 is #23B9FF. Grayscale: #6B6B6B. Windows color (decimal): -2341376 or 18140. OLE color: 18140.
HSL color Cylindrical-coordinate representation of color #DC4600: hue angle of 19.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.14 |
| HSL | 19.09º | 1% | 0.43% | - |
| HSV(B) | 19.09º | 1% | 0.86% | - |
| XYZ | 31.71 | 19.6 | 2.11 | - |
| YUV | 106.87 | 67.7 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 0 | 0 | 0.68 | 1 | 0.14 | 19.09 | 1 | 0.43 |
| Hex | DC | 46 | 0 | 0 | 44 | 64 | E | 13 | 64 | 2B |
| Octal | 334 | 106 | 0 | 0 | 104 | 144 | 16 | 23 | 144 | 53 |
| Binary | 11011100 | 1000110 | 0 | 0 | 1000100 | 1100100 | 1110 | 10011 | 1100100 | 101011 |
Color Harmonies of #DC4600
Complementary color
Monochromatic Colors of #DC4600
Black with #DC4600
Text Example
Text Example
White with #DC4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4600; }
p { color: rgb(220,70,0); }
H1.HeaderClassName
{
color: #DC4600;
}
.AnyTagClassName
{
color: #DC4600;
}
</style>
background-color css
<style>
a { background-color: #DC4600; }
a { background-color: rgb(220,70,0); }
div.DivClassName
{
background-color: #DC4600;
}
.BgClassName
{
background-color: #DC4600;
}
</style>
border-color css
<style>
span { border-color: #DC4600; }
span { border-color: rgb(220,70,0); }
td.TdClassName
{
border-color: #DC4600;
}
.TagClassName
{
border-color: #DC4600;
}
</style>