Shades of Terra Cotta #DC6F68
Tints of Terra Cotta #DC6F68
RGB
CMYK
RGB Variations
Color information
#DC6F68 (or 0xDC6F68) is known color: Terra Cotta. HEX triplet: DC, 6F and 68. RGB value is (220,111,104). Sum of RGB (Red+Green+Blue) = 220+111+104=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F68 is #239097. Grayscale: #8E8E8E. Windows color (decimal): -2330776 or 6844380. OLE color: 6844380.
HSL color Cylindrical-coordinate representation of color #DC6F68: hue angle of 3.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6F68 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 104 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.14 |
| HSL | 3.62º | 0.62% | 0.64% | - |
| HSV(B) | 3.62º | 0.53% | 0.86% | - |
| XYZ | 37.7 | 27.58 | 16.43 | - |
| YUV | 142.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 104 | 0 | 0.50 | 0.53 | 0.14 | 3.62 | 0.62 | 0.64 |
| Hex | DC | 6F | 68 | 0 | 32 | 35 | E | 4 | 3E | 40 |
| Octal | 334 | 157 | 150 | 0 | 62 | 65 | 16 | 4 | 76 | 100 |
| Binary | 11011100 | 1101111 | 1101000 | 0 | 110010 | 110101 | 1110 | 100 | 111110 | 1000000 |
Color Harmonies of #DC6F68
Complementary color
Monochromatic Colors of #DC6F68
Black with #DC6F68
Text Example
Text Example
White with #DC6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F68; }
p { color: rgb(220,111,104); }
H1.HeaderClassName
{
color: #DC6F68;
}
.AnyTagClassName
{
color: #DC6F68;
}
</style>
background-color css
<style>
a { background-color: #DC6F68; }
a { background-color: rgb(220,111,104); }
div.DivClassName
{
background-color: #DC6F68;
}
.BgClassName
{
background-color: #DC6F68;
}
</style>
border-color css
<style>
span { border-color: #DC6F68; }
span { border-color: rgb(220,111,104); }
td.TdClassName
{
border-color: #DC6F68;
}
.TagClassName
{
border-color: #DC6F68;
}
</style>