Shades of Terra Cotta #DC6C60
Tints of Terra Cotta #DC6C60
RGB
CMYK
RGB Variations
Color information
#DC6C60 (or 0xDC6C60) is known color: Terra Cotta. HEX triplet: DC, 6C and 60. RGB value is (220,108,96). Sum of RGB (Red+Green+Blue) = 220+108+96=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C60 is #23939F. Grayscale: #8C8C8C. Windows color (decimal): -2331552 or 6319324. OLE color: 6319324.
HSL color Cylindrical-coordinate representation of color #DC6C60: hue angle of 5.81º 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 #DC6C60 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 96 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.14 |
| HSL | 5.81º | 0.64% | 0.62% | - |
| HSV(B) | 5.81º | 0.56% | 0.86% | - |
| XYZ | 36.99 | 26.79 | 14.29 | - |
| YUV | 140.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 96 | 0 | 0.51 | 0.56 | 0.14 | 5.81 | 0.64 | 0.62 |
| Hex | DC | 6C | 60 | 0 | 33 | 38 | E | 6 | 40 | 3E |
| Octal | 334 | 154 | 140 | 0 | 63 | 70 | 16 | 6 | 100 | 76 |
| Binary | 11011100 | 1101100 | 1100000 | 0 | 110011 | 111000 | 1110 | 110 | 1000000 | 111110 |
Color Harmonies of #DC6C60
Complementary color
Monochromatic Colors of #DC6C60
Black with #DC6C60
Text Example
Text Example
White with #DC6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C60; }
p { color: rgb(220,108,96); }
H1.HeaderClassName
{
color: #DC6C60;
}
.AnyTagClassName
{
color: #DC6C60;
}
</style>
background-color css
<style>
a { background-color: #DC6C60; }
a { background-color: rgb(220,108,96); }
div.DivClassName
{
background-color: #DC6C60;
}
.BgClassName
{
background-color: #DC6C60;
}
</style>
border-color css
<style>
span { border-color: #DC6C60; }
span { border-color: rgb(220,108,96); }
td.TdClassName
{
border-color: #DC6C60;
}
.TagClassName
{
border-color: #DC6C60;
}
</style>