Shades of Terra Cotta #DC7066
Tints of Terra Cotta #DC7066
RGB
CMYK
RGB Variations
Color information
#DC7066 (or 0xDC7066) is known color: Terra Cotta. HEX triplet: DC, 70 and 66. RGB value is (220,112,102). Sum of RGB (Red+Green+Blue) = 220+112+102=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7066 is #238F99. Grayscale: #8F8F8F. Windows color (decimal): -2330522 or 6713564. OLE color: 6713564.
HSL color Cylindrical-coordinate representation of color #DC7066: hue angle of 5.08º 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 #DC7066 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 102 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.14 |
| HSL | 5.08º | 0.63% | 0.63% | - |
| HSV(B) | 5.08º | 0.54% | 0.86% | - |
| XYZ | 37.71 | 27.76 | 15.94 | - |
| YUV | 143.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 102 | 0 | 0.49 | 0.54 | 0.14 | 5.08 | 0.63 | 0.63 |
| Hex | DC | 70 | 66 | 0 | 31 | 36 | E | 5 | 3F | 3F |
| Octal | 334 | 160 | 146 | 0 | 61 | 66 | 16 | 5 | 77 | 77 |
| Binary | 11011100 | 1110000 | 1100110 | 0 | 110001 | 110110 | 1110 | 101 | 111111 | 111111 |
Color Harmonies of #DC7066
Complementary color
Monochromatic Colors of #DC7066
Black with #DC7066
Text Example
Text Example
White with #DC7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7066; }
p { color: rgb(220,112,102); }
H1.HeaderClassName
{
color: #DC7066;
}
.AnyTagClassName
{
color: #DC7066;
}
</style>
background-color css
<style>
a { background-color: #DC7066; }
a { background-color: rgb(220,112,102); }
div.DivClassName
{
background-color: #DC7066;
}
.BgClassName
{
background-color: #DC7066;
}
</style>
border-color css
<style>
span { border-color: #DC7066; }
span { border-color: rgb(220,112,102); }
td.TdClassName
{
border-color: #DC7066;
}
.TagClassName
{
border-color: #DC7066;
}
</style>