Shades of Tenne (Tawny) #DC600C
Tints of Tenne (Tawny) #DC600C
RGB
CMYK
RGB Variations
Color information
#DC600C (or 0xDC600C) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 0C. RGB value is (220,96,12). Sum of RGB (Red+Green+Blue) = 220+96+12=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600C is #239FF3. Grayscale: #7B7B7B. Windows color (decimal): -2334708 or 811228. OLE color: 811228.
HSL color Cylindrical-coordinate representation of color #DC600C: hue angle of 24.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC600C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.14 |
| HSL | 24.23º | 0.9% | 0.45% | - |
| HSV(B) | 24.23º | 0.95% | 0.86% | - |
| XYZ | 33.76 | 23.61 | 3.13 | - |
| YUV | 123.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 12 | 0 | 0.56 | 0.95 | 0.14 | 24.23 | 0.9 | 0.45 |
| Hex | DC | 60 | C | 0 | 38 | 5F | E | 18 | 5A | 2D |
| Octal | 334 | 140 | 14 | 0 | 70 | 137 | 16 | 30 | 132 | 55 |
| Binary | 11011100 | 1100000 | 1100 | 0 | 111000 | 1011111 | 1110 | 11000 | 1011010 | 101101 |
Color Harmonies of #DC600C
Complementary color
Monochromatic Colors of #DC600C
Black with #DC600C
Text Example
Text Example
White with #DC600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC600C; }
p { color: rgb(220,96,12); }
H1.HeaderClassName
{
color: #DC600C;
}
.AnyTagClassName
{
color: #DC600C;
}
</style>
background-color css
<style>
a { background-color: #DC600C; }
a { background-color: rgb(220,96,12); }
div.DivClassName
{
background-color: #DC600C;
}
.BgClassName
{
background-color: #DC600C;
}
</style>
border-color css
<style>
span { border-color: #DC600C; }
span { border-color: rgb(220,96,12); }
td.TdClassName
{
border-color: #DC600C;
}
.TagClassName
{
border-color: #DC600C;
}
</style>