Shades of Terra Cotta #DC6D64
Tints of Terra Cotta #DC6D64
RGB
CMYK
RGB Variations
Color information
#DC6D64 (or 0xDC6D64) is known color: Terra Cotta. HEX triplet: DC, 6D and 64. RGB value is (220,109,100). Sum of RGB (Red+Green+Blue) = 220+109+100=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D64 is #23929B. Grayscale: #8D8D8D. Windows color (decimal): -2331292 or 6581724. OLE color: 6581724.
HSL color Cylindrical-coordinate representation of color #DC6D64: hue angle of 4.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 #DC6D64 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 100 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.14 |
| HSL | 4.5º | 0.63% | 0.63% | - |
| HSV(B) | 4.5º | 0.55% | 0.86% | - |
| XYZ | 37.28 | 27.07 | 15.32 | - |
| YUV | 141.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 100 | 0 | 0.50 | 0.55 | 0.14 | 4.5 | 0.63 | 0.63 |
| Hex | DC | 6D | 64 | 0 | 32 | 37 | E | 4 | 3F | 3F |
| Octal | 334 | 155 | 144 | 0 | 62 | 67 | 16 | 4 | 77 | 77 |
| Binary | 11011100 | 1101101 | 1100100 | 0 | 110010 | 110111 | 1110 | 100 | 111111 | 111111 |
Color Harmonies of #DC6D64
Complementary color
Monochromatic Colors of #DC6D64
Black with #DC6D64
Text Example
Text Example
White with #DC6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D64; }
p { color: rgb(220,109,100); }
H1.HeaderClassName
{
color: #DC6D64;
}
.AnyTagClassName
{
color: #DC6D64;
}
</style>
background-color css
<style>
a { background-color: #DC6D64; }
a { background-color: rgb(220,109,100); }
div.DivClassName
{
background-color: #DC6D64;
}
.BgClassName
{
background-color: #DC6D64;
}
</style>
border-color css
<style>
span { border-color: #DC6D64; }
span { border-color: rgb(220,109,100); }
td.TdClassName
{
border-color: #DC6D64;
}
.TagClassName
{
border-color: #DC6D64;
}
</style>