Shades of Terra Cotta #DC7860
Tints of Terra Cotta #DC7860
RGB
CMYK
RGB Variations
Color information
#DC7860 (or 0xDC7860) is known color: Terra Cotta. HEX triplet: DC, 78 and 60. RGB value is (220,120,96). Sum of RGB (Red+Green+Blue) = 220+120+96=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7860 is #23879F. Grayscale: #939393. Windows color (decimal): -2328480 or 6322396. OLE color: 6322396.
HSL color Cylindrical-coordinate representation of color #DC7860: hue angle of 11.61º 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 #DC7860 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 96 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.14 |
| HSL | 11.61º | 0.64% | 0.62% | - |
| HSV(B) | 11.61º | 0.56% | 0.86% | - |
| XYZ | 38.34 | 29.49 | 14.74 | - |
| YUV | 147.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 96 | 0 | 0.45 | 0.56 | 0.14 | 11.61 | 0.64 | 0.62 |
| Hex | DC | 78 | 60 | 0 | 2D | 38 | E | C | 40 | 3E |
| Octal | 334 | 170 | 140 | 0 | 55 | 70 | 16 | 14 | 100 | 76 |
| Binary | 11011100 | 1111000 | 1100000 | 0 | 101101 | 111000 | 1110 | 1100 | 1000000 | 111110 |
Color Harmonies of #DC7860
Complementary color
Monochromatic Colors of #DC7860
Black with #DC7860
Text Example
Text Example
White with #DC7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7860; }
p { color: rgb(220,120,96); }
H1.HeaderClassName
{
color: #DC7860;
}
.AnyTagClassName
{
color: #DC7860;
}
</style>
background-color css
<style>
a { background-color: #DC7860; }
a { background-color: rgb(220,120,96); }
div.DivClassName
{
background-color: #DC7860;
}
.BgClassName
{
background-color: #DC7860;
}
</style>
border-color css
<style>
span { border-color: #DC7860; }
span { border-color: rgb(220,120,96); }
td.TdClassName
{
border-color: #DC7860;
}
.TagClassName
{
border-color: #DC7860;
}
</style>