Shades of Terra Cotta #DC6F65
Tints of Terra Cotta #DC6F65
RGB
CMYK
RGB Variations
Color information
#DC6F65 (or 0xDC6F65) is known color: Terra Cotta. HEX triplet: DC, 6F and 65. RGB value is (220,111,101). Sum of RGB (Red+Green+Blue) = 220+111+101=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F65 is #23909A. Grayscale: #8E8E8E. Windows color (decimal): -2330779 or 6647772. OLE color: 6647772.
HSL color Cylindrical-coordinate representation of color #DC6F65: hue angle of 5.04º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6F65 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 101 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.14 |
| HSL | 5.04º | 0.63% | 0.63% | - |
| HSV(B) | 5.04º | 0.54% | 0.86% | - |
| XYZ | 37.55 | 27.52 | 15.65 | - |
| YUV | 142.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 101 | 0 | 0.50 | 0.54 | 0.14 | 5.04 | 0.63 | 0.63 |
| Hex | DC | 6F | 65 | 0 | 32 | 36 | E | 5 | 3F | 3F |
| Octal | 334 | 157 | 145 | 0 | 62 | 66 | 16 | 5 | 77 | 77 |
| Binary | 11011100 | 1101111 | 1100101 | 0 | 110010 | 110110 | 1110 | 101 | 111111 | 111111 |
Color Harmonies of #DC6F65
Complementary color
Monochromatic Colors of #DC6F65
Black with #DC6F65
Text Example
Text Example
White with #DC6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F65; }
p { color: rgb(220,111,101); }
H1.HeaderClassName
{
color: #DC6F65;
}
.AnyTagClassName
{
color: #DC6F65;
}
</style>
background-color css
<style>
a { background-color: #DC6F65; }
a { background-color: rgb(220,111,101); }
div.DivClassName
{
background-color: #DC6F65;
}
.BgClassName
{
background-color: #DC6F65;
}
</style>
border-color css
<style>
span { border-color: #DC6F65; }
span { border-color: rgb(220,111,101); }
td.TdClassName
{
border-color: #DC6F65;
}
.TagClassName
{
border-color: #DC6F65;
}
</style>