Shades of Terra Cotta #DC7168
Tints of Terra Cotta #DC7168
RGB
CMYK
RGB Variations
Color information
#DC7168 (or 0xDC7168) is known color: Terra Cotta. HEX triplet: DC, 71 and 68. RGB value is (220,113,104). Sum of RGB (Red+Green+Blue) = 220+113+104=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7168 is #238E97. Grayscale: #909090. Windows color (decimal): -2330264 or 6844892. OLE color: 6844892.
HSL color Cylindrical-coordinate representation of color #DC7168: hue angle of 4.66º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7168 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 104 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.14 |
| HSL | 4.66º | 0.62% | 0.64% | - |
| HSV(B) | 4.66º | 0.53% | 0.86% | - |
| XYZ | 37.92 | 28.03 | 16.51 | - |
| YUV | 143.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 104 | 0 | 0.49 | 0.53 | 0.14 | 4.66 | 0.62 | 0.64 |
| Hex | DC | 71 | 68 | 0 | 31 | 35 | E | 5 | 3E | 40 |
| Octal | 334 | 161 | 150 | 0 | 61 | 65 | 16 | 5 | 76 | 100 |
| Binary | 11011100 | 1110001 | 1101000 | 0 | 110001 | 110101 | 1110 | 101 | 111110 | 1000000 |
Color Harmonies of #DC7168
Complementary color
Monochromatic Colors of #DC7168
Black with #DC7168
Text Example
Text Example
White with #DC7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7168; }
p { color: rgb(220,113,104); }
H1.HeaderClassName
{
color: #DC7168;
}
.AnyTagClassName
{
color: #DC7168;
}
</style>
background-color css
<style>
a { background-color: #DC7168; }
a { background-color: rgb(220,113,104); }
div.DivClassName
{
background-color: #DC7168;
}
.BgClassName
{
background-color: #DC7168;
}
</style>
border-color css
<style>
span { border-color: #DC7168; }
span { border-color: rgb(220,113,104); }
td.TdClassName
{
border-color: #DC7168;
}
.TagClassName
{
border-color: #DC7168;
}
</style>