Shades of Terra Cotta #DC7162
Tints of Terra Cotta #DC7162
RGB
CMYK
RGB Variations
Color information
#DC7162 (or 0xDC7162) is known color: Terra Cotta. HEX triplet: DC, 71 and 62. RGB value is (220,113,98). Sum of RGB (Red+Green+Blue) = 220+113+98=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7162 is #238E9D. Grayscale: #8F8F8F. Windows color (decimal): -2330270 or 6451676. OLE color: 6451676.
HSL color Cylindrical-coordinate representation of color #DC7162: hue angle of 7.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7162 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 98 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.14 |
| HSL | 7.38º | 0.64% | 0.62% | - |
| HSV(B) | 7.38º | 0.55% | 0.86% | - |
| XYZ | 37.62 | 27.91 | 14.96 | - |
| YUV | 143.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 98 | 0 | 0.49 | 0.55 | 0.14 | 7.38 | 0.64 | 0.62 |
| Hex | DC | 71 | 62 | 0 | 31 | 37 | E | 7 | 40 | 3E |
| Octal | 334 | 161 | 142 | 0 | 61 | 67 | 16 | 7 | 100 | 76 |
| Binary | 11011100 | 1110001 | 1100010 | 0 | 110001 | 110111 | 1110 | 111 | 1000000 | 111110 |
Color Harmonies of #DC7162
Complementary color
Monochromatic Colors of #DC7162
Black with #DC7162
Text Example
Text Example
White with #DC7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7162; }
p { color: rgb(220,113,98); }
H1.HeaderClassName
{
color: #DC7162;
}
.AnyTagClassName
{
color: #DC7162;
}
</style>
background-color css
<style>
a { background-color: #DC7162; }
a { background-color: rgb(220,113,98); }
div.DivClassName
{
background-color: #DC7162;
}
.BgClassName
{
background-color: #DC7162;
}
</style>
border-color css
<style>
span { border-color: #DC7162; }
span { border-color: rgb(220,113,98); }
td.TdClassName
{
border-color: #DC7162;
}
.TagClassName
{
border-color: #DC7162;
}
</style>