Shades of Terra Cotta #DC7366
Tints of Terra Cotta #DC7366
RGB
CMYK
RGB Variations
Color information
#DC7366 (or 0xDC7366) is known color: Terra Cotta. HEX triplet: DC, 73 and 66. RGB value is (220,115,102). Sum of RGB (Red+Green+Blue) = 220+115+102=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7366 is #238C99. Grayscale: #919191. Windows color (decimal): -2329754 or 6714332. OLE color: 6714332.
HSL color Cylindrical-coordinate representation of color #DC7366: hue angle of 6.61º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC7366 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 102 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.14 |
| HSL | 6.61º | 0.63% | 0.63% | - |
| HSV(B) | 6.61º | 0.54% | 0.86% | - |
| XYZ | 38.04 | 28.44 | 16.05 | - |
| YUV | 144.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 102 | 0 | 0.48 | 0.54 | 0.14 | 6.61 | 0.63 | 0.63 |
| Hex | DC | 73 | 66 | 0 | 30 | 36 | E | 7 | 3F | 3F |
| Octal | 334 | 163 | 146 | 0 | 60 | 66 | 16 | 7 | 77 | 77 |
| Binary | 11011100 | 1110011 | 1100110 | 0 | 110000 | 110110 | 1110 | 111 | 111111 | 111111 |
Color Harmonies of #DC7366
Complementary color
Monochromatic Colors of #DC7366
Black with #DC7366
Text Example
Text Example
White with #DC7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7366; }
p { color: rgb(220,115,102); }
H1.HeaderClassName
{
color: #DC7366;
}
.AnyTagClassName
{
color: #DC7366;
}
</style>
background-color css
<style>
a { background-color: #DC7366; }
a { background-color: rgb(220,115,102); }
div.DivClassName
{
background-color: #DC7366;
}
.BgClassName
{
background-color: #DC7366;
}
</style>
border-color css
<style>
span { border-color: #DC7366; }
span { border-color: rgb(220,115,102); }
td.TdClassName
{
border-color: #DC7366;
}
.TagClassName
{
border-color: #DC7366;
}
</style>