Shades of Terra Cotta #DC7964
Tints of Terra Cotta #DC7964
RGB
CMYK
RGB Variations
Color information
#DC7964 (or 0xDC7964) is known color: Terra Cotta. HEX triplet: DC, 79 and 64. RGB value is (220,121,100). Sum of RGB (Red+Green+Blue) = 220+121+100=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7964 is #23869B. Grayscale: #949494. Windows color (decimal): -2328220 or 6584796. OLE color: 6584796.
HSL color Cylindrical-coordinate representation of color #DC7964: hue angle of 10.5º 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 #DC7964 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 100 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.14 |
| HSL | 10.5º | 0.63% | 0.63% | - |
| HSV(B) | 10.5º | 0.55% | 0.86% | - |
| XYZ | 38.65 | 29.81 | 15.77 | - |
| YUV | 148.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 100 | 0 | 0.45 | 0.55 | 0.14 | 10.5 | 0.63 | 0.63 |
| Hex | DC | 79 | 64 | 0 | 2D | 37 | E | A | 3F | 3F |
| Octal | 334 | 171 | 144 | 0 | 55 | 67 | 16 | 12 | 77 | 77 |
| Binary | 11011100 | 1111001 | 1100100 | 0 | 101101 | 110111 | 1110 | 1010 | 111111 | 111111 |
Color Harmonies of #DC7964
Complementary color
Monochromatic Colors of #DC7964
Black with #DC7964
Text Example
Text Example
White with #DC7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7964; }
p { color: rgb(220,121,100); }
H1.HeaderClassName
{
color: #DC7964;
}
.AnyTagClassName
{
color: #DC7964;
}
</style>
background-color css
<style>
a { background-color: #DC7964; }
a { background-color: rgb(220,121,100); }
div.DivClassName
{
background-color: #DC7964;
}
.BgClassName
{
background-color: #DC7964;
}
</style>
border-color css
<style>
span { border-color: #DC7964; }
span { border-color: rgb(220,121,100); }
td.TdClassName
{
border-color: #DC7964;
}
.TagClassName
{
border-color: #DC7964;
}
</style>