Shades of Terra Cotta #DC7363
Tints of Terra Cotta #DC7363
RGB
CMYK
RGB Variations
Color information
#DC7363 (or 0xDC7363) is known color: Terra Cotta. HEX triplet: DC, 73 and 63. RGB value is (220,115,99). Sum of RGB (Red+Green+Blue) = 220+115+99=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7363 is #238C9C. Grayscale: #909090. Windows color (decimal): -2329757 or 6517724. OLE color: 6517724.
HSL color Cylindrical-coordinate representation of color #DC7363: hue angle of 7.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7363 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 99 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.14 |
| HSL | 7.93º | 0.63% | 0.63% | - |
| HSV(B) | 7.93º | 0.55% | 0.86% | - |
| XYZ | 37.9 | 28.38 | 15.28 | - |
| YUV | 144.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 99 | 0 | 0.48 | 0.55 | 0.14 | 7.93 | 0.63 | 0.63 |
| Hex | DC | 73 | 63 | 0 | 30 | 37 | E | 8 | 3F | 3F |
| Octal | 334 | 163 | 143 | 0 | 60 | 67 | 16 | 10 | 77 | 77 |
| Binary | 11011100 | 1110011 | 1100011 | 0 | 110000 | 110111 | 1110 | 1000 | 111111 | 111111 |
Color Harmonies of #DC7363
Complementary color
Monochromatic Colors of #DC7363
Black with #DC7363
Text Example
Text Example
White with #DC7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7363; }
p { color: rgb(220,115,99); }
H1.HeaderClassName
{
color: #DC7363;
}
.AnyTagClassName
{
color: #DC7363;
}
</style>
background-color css
<style>
a { background-color: #DC7363; }
a { background-color: rgb(220,115,99); }
div.DivClassName
{
background-color: #DC7363;
}
.BgClassName
{
background-color: #DC7363;
}
</style>
border-color css
<style>
span { border-color: #DC7363; }
span { border-color: rgb(220,115,99); }
td.TdClassName
{
border-color: #DC7363;
}
.TagClassName
{
border-color: #DC7363;
}
</style>