Shades of Terra Cotta #DC7167
Tints of Terra Cotta #DC7167
RGB
CMYK
RGB Variations
Color information
#DC7167 (or 0xDC7167) is known color: Terra Cotta. HEX triplet: DC, 71 and 67. RGB value is (220,113,103). Sum of RGB (Red+Green+Blue) = 220+113+103=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7167 is #238E98. Grayscale: #909090. Windows color (decimal): -2330265 or 6779356. OLE color: 6779356.
HSL color Cylindrical-coordinate representation of color #DC7167: hue angle of 5.13º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7167 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 103 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.14 |
| HSL | 5.13º | 0.63% | 0.63% | - |
| HSV(B) | 5.13º | 0.53% | 0.86% | - |
| XYZ | 37.87 | 28.01 | 16.24 | - |
| YUV | 143.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 103 | 0 | 0.49 | 0.53 | 0.14 | 5.13 | 0.63 | 0.63 |
| Hex | DC | 71 | 67 | 0 | 31 | 35 | E | 5 | 3F | 3F |
| Octal | 334 | 161 | 147 | 0 | 61 | 65 | 16 | 5 | 77 | 77 |
| Binary | 11011100 | 1110001 | 1100111 | 0 | 110001 | 110101 | 1110 | 101 | 111111 | 111111 |
Color Harmonies of #DC7167
Complementary color
Monochromatic Colors of #DC7167
Black with #DC7167
Text Example
Text Example
White with #DC7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7167; }
p { color: rgb(220,113,103); }
H1.HeaderClassName
{
color: #DC7167;
}
.AnyTagClassName
{
color: #DC7167;
}
</style>
background-color css
<style>
a { background-color: #DC7167; }
a { background-color: rgb(220,113,103); }
div.DivClassName
{
background-color: #DC7167;
}
.BgClassName
{
background-color: #DC7167;
}
</style>
border-color css
<style>
span { border-color: #DC7167; }
span { border-color: rgb(220,113,103); }
td.TdClassName
{
border-color: #DC7167;
}
.TagClassName
{
border-color: #DC7167;
}
</style>