Shades of Terra Cotta #DC7861
Tints of Terra Cotta #DC7861
RGB
CMYK
RGB Variations
Color information
#DC7861 (or 0xDC7861) is known color: Terra Cotta. HEX triplet: DC, 78 and 61. RGB value is (220,120,97). Sum of RGB (Red+Green+Blue) = 220+120+97=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7861 is #23879E. Grayscale: #939393. Windows color (decimal): -2328479 or 6387932. OLE color: 6387932.
HSL color Cylindrical-coordinate representation of color #DC7861: hue angle of 11.22º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC7861 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 97 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.14 |
| HSL | 11.22º | 0.64% | 0.62% | - |
| HSV(B) | 11.22º | 0.56% | 0.86% | - |
| XYZ | 38.39 | 29.51 | 14.98 | - |
| YUV | 147.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 97 | 0 | 0.45 | 0.56 | 0.14 | 11.22 | 0.64 | 0.62 |
| Hex | DC | 78 | 61 | 0 | 2D | 38 | E | B | 40 | 3E |
| Octal | 334 | 170 | 141 | 0 | 55 | 70 | 16 | 13 | 100 | 76 |
| Binary | 11011100 | 1111000 | 1100001 | 0 | 101101 | 111000 | 1110 | 1011 | 1000000 | 111110 |
Color Harmonies of #DC7861
Complementary color
Monochromatic Colors of #DC7861
Black with #DC7861
Text Example
Text Example
White with #DC7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7861; }
p { color: rgb(220,120,97); }
H1.HeaderClassName
{
color: #DC7861;
}
.AnyTagClassName
{
color: #DC7861;
}
</style>
background-color css
<style>
a { background-color: #DC7861; }
a { background-color: rgb(220,120,97); }
div.DivClassName
{
background-color: #DC7861;
}
.BgClassName
{
background-color: #DC7861;
}
</style>
border-color css
<style>
span { border-color: #DC7861; }
span { border-color: rgb(220,120,97); }
td.TdClassName
{
border-color: #DC7861;
}
.TagClassName
{
border-color: #DC7861;
}
</style>