Shades of Terra Cotta #DC6E51
Tints of Terra Cotta #DC6E51
RGB
CMYK
RGB Variations
Color information
#DC6E51 (or 0xDC6E51) is known color: Terra Cotta. HEX triplet: DC, 6E and 51. RGB value is (220,110,81). Sum of RGB (Red+Green+Blue) = 220+110+81=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E51 is #2391AE. Grayscale: #8B8B8B. Windows color (decimal): -2331055 or 5336796. OLE color: 5336796.
HSL color Cylindrical-coordinate representation of color #DC6E51: hue angle of 12.52º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6E51 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 81 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.14 |
| HSL | 12.52º | 0.67% | 0.59% | - |
| HSV(B) | 12.52º | 0.63% | 0.86% | - |
| XYZ | 36.58 | 26.96 | 11.06 | - |
| YUV | 139.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 81 | 0 | 0.50 | 0.63 | 0.14 | 12.52 | 0.67 | 0.59 |
| Hex | DC | 6E | 51 | 0 | 32 | 3F | E | D | 43 | 3B |
| Octal | 334 | 156 | 121 | 0 | 62 | 77 | 16 | 15 | 103 | 73 |
| Binary | 11011100 | 1101110 | 1010001 | 0 | 110010 | 111111 | 1110 | 1101 | 1000011 | 111011 |
Color Harmonies of #DC6E51
Complementary color
Monochromatic Colors of #DC6E51
Black with #DC6E51
Text Example
Text Example
White with #DC6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E51; }
p { color: rgb(220,110,81); }
H1.HeaderClassName
{
color: #DC6E51;
}
.AnyTagClassName
{
color: #DC6E51;
}
</style>
background-color css
<style>
a { background-color: #DC6E51; }
a { background-color: rgb(220,110,81); }
div.DivClassName
{
background-color: #DC6E51;
}
.BgClassName
{
background-color: #DC6E51;
}
</style>
border-color css
<style>
span { border-color: #DC6E51; }
span { border-color: rgb(220,110,81); }
td.TdClassName
{
border-color: #DC6E51;
}
.TagClassName
{
border-color: #DC6E51;
}
</style>