Shades of Terra Cotta #DC6E63
Tints of Terra Cotta #DC6E63
RGB
CMYK
RGB Variations
Color information
#DC6E63 (or 0xDC6E63) is known color: Terra Cotta. HEX triplet: DC, 6E and 63. RGB value is (220,110,99). Sum of RGB (Red+Green+Blue) = 220+110+99=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E63 is #23919C. Grayscale: #8D8D8D. Windows color (decimal): -2331037 or 6516444. OLE color: 6516444.
HSL color Cylindrical-coordinate representation of color #DC6E63: hue angle of 5.45º 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 #DC6E63 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 99 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.14 |
| HSL | 5.45º | 0.63% | 0.63% | - |
| HSV(B) | 5.45º | 0.55% | 0.86% | - |
| XYZ | 37.34 | 27.27 | 15.1 | - |
| YUV | 141.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 99 | 0 | 0.50 | 0.55 | 0.14 | 5.45 | 0.63 | 0.63 |
| Hex | DC | 6E | 63 | 0 | 32 | 37 | E | 5 | 3F | 3F |
| Octal | 334 | 156 | 143 | 0 | 62 | 67 | 16 | 5 | 77 | 77 |
| Binary | 11011100 | 1101110 | 1100011 | 0 | 110010 | 110111 | 1110 | 101 | 111111 | 111111 |
Color Harmonies of #DC6E63
Complementary color
Monochromatic Colors of #DC6E63
Black with #DC6E63
Text Example
Text Example
White with #DC6E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E63; }
p { color: rgb(220,110,99); }
H1.HeaderClassName
{
color: #DC6E63;
}
.AnyTagClassName
{
color: #DC6E63;
}
</style>
background-color css
<style>
a { background-color: #DC6E63; }
a { background-color: rgb(220,110,99); }
div.DivClassName
{
background-color: #DC6E63;
}
.BgClassName
{
background-color: #DC6E63;
}
</style>
border-color css
<style>
span { border-color: #DC6E63; }
span { border-color: rgb(220,110,99); }
td.TdClassName
{
border-color: #DC6E63;
}
.TagClassName
{
border-color: #DC6E63;
}
</style>