Shades of Terra Cotta #DC7960
Tints of Terra Cotta #DC7960
RGB
CMYK
RGB Variations
Color information
#DC7960 (or 0xDC7960) is known color: Terra Cotta. HEX triplet: DC, 79 and 60. RGB value is (220,121,96). Sum of RGB (Red+Green+Blue) = 220+121+96=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7960 is #23869F. Grayscale: #939393. Windows color (decimal): -2328224 or 6322652. OLE color: 6322652.
HSL color Cylindrical-coordinate representation of color #DC7960: hue angle of 12.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC7960 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 96 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.14 |
| HSL | 12.1º | 0.64% | 0.62% | - |
| HSV(B) | 12.1º | 0.56% | 0.86% | - |
| XYZ | 38.46 | 29.73 | 14.78 | - |
| YUV | 147.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 96 | 0 | 0.45 | 0.56 | 0.14 | 12.1 | 0.64 | 0.62 |
| Hex | DC | 79 | 60 | 0 | 2D | 38 | E | C | 40 | 3E |
| Octal | 334 | 171 | 140 | 0 | 55 | 70 | 16 | 14 | 100 | 76 |
| Binary | 11011100 | 1111001 | 1100000 | 0 | 101101 | 111000 | 1110 | 1100 | 1000000 | 111110 |
Color Harmonies of #DC7960
Complementary color
Monochromatic Colors of #DC7960
Black with #DC7960
Text Example
Text Example
White with #DC7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7960; }
p { color: rgb(220,121,96); }
H1.HeaderClassName
{
color: #DC7960;
}
.AnyTagClassName
{
color: #DC7960;
}
</style>
background-color css
<style>
a { background-color: #DC7960; }
a { background-color: rgb(220,121,96); }
div.DivClassName
{
background-color: #DC7960;
}
.BgClassName
{
background-color: #DC7960;
}
</style>
border-color css
<style>
span { border-color: #DC7960; }
span { border-color: rgb(220,121,96); }
td.TdClassName
{
border-color: #DC7960;
}
.TagClassName
{
border-color: #DC7960;
}
</style>