Shades of Terra Cotta #DC6E66
Tints of Terra Cotta #DC6E66
RGB
CMYK
RGB Variations
Color information
#DC6E66 (or 0xDC6E66) is known color: Terra Cotta. HEX triplet: DC, 6E and 66. RGB value is (220,110,102). Sum of RGB (Red+Green+Blue) = 220+110+102=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E66 is #239199. Grayscale: #8E8E8E. Windows color (decimal): -2331034 or 6713052. OLE color: 6713052.
HSL color Cylindrical-coordinate representation of color #DC6E66: hue angle of 4.07º 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 #DC6E66 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 102 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.14 |
| HSL | 4.07º | 0.63% | 0.63% | - |
| HSV(B) | 4.07º | 0.54% | 0.86% | - |
| XYZ | 37.49 | 27.33 | 15.87 | - |
| YUV | 141.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 102 | 0 | 0.50 | 0.54 | 0.14 | 4.07 | 0.63 | 0.63 |
| Hex | DC | 6E | 66 | 0 | 32 | 36 | E | 4 | 3F | 3F |
| Octal | 334 | 156 | 146 | 0 | 62 | 66 | 16 | 4 | 77 | 77 |
| Binary | 11011100 | 1101110 | 1100110 | 0 | 110010 | 110110 | 1110 | 100 | 111111 | 111111 |
Color Harmonies of #DC6E66
Complementary color
Monochromatic Colors of #DC6E66
Black with #DC6E66
Text Example
Text Example
White with #DC6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E66; }
p { color: rgb(220,110,102); }
H1.HeaderClassName
{
color: #DC6E66;
}
.AnyTagClassName
{
color: #DC6E66;
}
</style>
background-color css
<style>
a { background-color: #DC6E66; }
a { background-color: rgb(220,110,102); }
div.DivClassName
{
background-color: #DC6E66;
}
.BgClassName
{
background-color: #DC6E66;
}
</style>
border-color css
<style>
span { border-color: #DC6E66; }
span { border-color: rgb(220,110,102); }
td.TdClassName
{
border-color: #DC6E66;
}
.TagClassName
{
border-color: #DC6E66;
}
</style>