Shades of Terra Cotta #DC7064
Tints of Terra Cotta #DC7064
RGB
CMYK
RGB Variations
Color information
#DC7064 (or 0xDC7064) is known color: Terra Cotta. HEX triplet: DC, 70 and 64. RGB value is (220,112,100). Sum of RGB (Red+Green+Blue) = 220+112+100=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7064 is #238F9B. Grayscale: #8F8F8F. Windows color (decimal): -2330524 or 6582492. OLE color: 6582492.
HSL color Cylindrical-coordinate representation of color #DC7064: hue angle of 6º 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 #DC7064 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 100 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.14 |
| HSL | 6º | 0.63% | 0.63% | - |
| HSV(B) | 6º | 0.55% | 0.86% | - |
| XYZ | 37.61 | 27.72 | 15.43 | - |
| YUV | 142.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 100 | 0 | 0.49 | 0.55 | 0.14 | 6 | 0.63 | 0.63 |
| Hex | DC | 70 | 64 | 0 | 31 | 37 | E | 6 | 3F | 3F |
| Octal | 334 | 160 | 144 | 0 | 61 | 67 | 16 | 6 | 77 | 77 |
| Binary | 11011100 | 1110000 | 1100100 | 0 | 110001 | 110111 | 1110 | 110 | 111111 | 111111 |
Color Harmonies of #DC7064
Complementary color
Monochromatic Colors of #DC7064
Black with #DC7064
Text Example
Text Example
White with #DC7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7064; }
p { color: rgb(220,112,100); }
H1.HeaderClassName
{
color: #DC7064;
}
.AnyTagClassName
{
color: #DC7064;
}
</style>
background-color css
<style>
a { background-color: #DC7064; }
a { background-color: rgb(220,112,100); }
div.DivClassName
{
background-color: #DC7064;
}
.BgClassName
{
background-color: #DC7064;
}
</style>
border-color css
<style>
span { border-color: #DC7064; }
span { border-color: rgb(220,112,100); }
td.TdClassName
{
border-color: #DC7064;
}
.TagClassName
{
border-color: #DC7064;
}
</style>