Shades of Terra Cotta #DC7560
Tints of Terra Cotta #DC7560
RGB
CMYK
RGB Variations
Color information
#DC7560 (or 0xDC7560) is known color: Terra Cotta. HEX triplet: DC, 75 and 60. RGB value is (220,117,96). Sum of RGB (Red+Green+Blue) = 220+117+96=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7560 is #238A9F. Grayscale: #919191. Windows color (decimal): -2329248 or 6321628. OLE color: 6321628.
HSL color Cylindrical-coordinate representation of color #DC7560: hue angle of 10.16º 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 #DC7560 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 96 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.14 |
| HSL | 10.16º | 0.64% | 0.62% | - |
| HSV(B) | 10.16º | 0.56% | 0.86% | - |
| XYZ | 37.99 | 28.78 | 14.62 | - |
| YUV | 145.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 96 | 0 | 0.47 | 0.56 | 0.14 | 10.16 | 0.64 | 0.62 |
| Hex | DC | 75 | 60 | 0 | 2F | 38 | E | A | 40 | 3E |
| Octal | 334 | 165 | 140 | 0 | 57 | 70 | 16 | 12 | 100 | 76 |
| Binary | 11011100 | 1110101 | 1100000 | 0 | 101111 | 111000 | 1110 | 1010 | 1000000 | 111110 |
Color Harmonies of #DC7560
Complementary color
Monochromatic Colors of #DC7560
Black with #DC7560
Text Example
Text Example
White with #DC7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7560; }
p { color: rgb(220,117,96); }
H1.HeaderClassName
{
color: #DC7560;
}
.AnyTagClassName
{
color: #DC7560;
}
</style>
background-color css
<style>
a { background-color: #DC7560; }
a { background-color: rgb(220,117,96); }
div.DivClassName
{
background-color: #DC7560;
}
.BgClassName
{
background-color: #DC7560;
}
</style>
border-color css
<style>
span { border-color: #DC7560; }
span { border-color: rgb(220,117,96); }
td.TdClassName
{
border-color: #DC7560;
}
.TagClassName
{
border-color: #DC7560;
}
</style>