Shades of Tenne (Tawny) #DC6006
Tints of Tenne (Tawny) #DC6006
RGB
CMYK
RGB Variations
Color information
#DC6006 (or 0xDC6006) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 06. RGB value is (220,96,6). Sum of RGB (Red+Green+Blue) = 220+96+6=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6006 is #239FF9. Grayscale: #7B7B7B. Windows color (decimal): -2334714 or 418012. OLE color: 418012.
HSL color Cylindrical-coordinate representation of color #DC6006: hue angle of 25.23º 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 #DC6006 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.14 |
| HSL | 25.23º | 0.95% | 0.44% | - |
| HSV(B) | 25.23º | 0.97% | 0.86% | - |
| XYZ | 33.73 | 23.59 | 2.95 | - |
| YUV | 122.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 6 | 0 | 0.56 | 0.97 | 0.14 | 25.23 | 0.95 | 0.44 |
| Hex | DC | 60 | 6 | 0 | 38 | 61 | E | 19 | 5F | 2C |
| Octal | 334 | 140 | 6 | 0 | 70 | 141 | 16 | 31 | 137 | 54 |
| Binary | 11011100 | 1100000 | 110 | 0 | 111000 | 1100001 | 1110 | 11001 | 1011111 | 101100 |
Color Harmonies of #DC6006
Complementary color
Monochromatic Colors of #DC6006
Black with #DC6006
Text Example
Text Example
White with #DC6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6006; }
p { color: rgb(220,96,6); }
H1.HeaderClassName
{
color: #DC6006;
}
.AnyTagClassName
{
color: #DC6006;
}
</style>
background-color css
<style>
a { background-color: #DC6006; }
a { background-color: rgb(220,96,6); }
div.DivClassName
{
background-color: #DC6006;
}
.BgClassName
{
background-color: #DC6006;
}
</style>
border-color css
<style>
span { border-color: #DC6006; }
span { border-color: rgb(220,96,6); }
td.TdClassName
{
border-color: #DC6006;
}
.TagClassName
{
border-color: #DC6006;
}
</style>