Shades of Terra Cotta #DC7065
Tints of Terra Cotta #DC7065
RGB
CMYK
RGB Variations
Color information
#DC7065 (or 0xDC7065) is known color: Terra Cotta. HEX triplet: DC, 70 and 65. RGB value is (220,112,101). Sum of RGB (Red+Green+Blue) = 220+112+101=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7065 is #238F9A. Grayscale: #8F8F8F. Windows color (decimal): -2330523 or 6648028. OLE color: 6648028.
HSL color Cylindrical-coordinate representation of color #DC7065: hue angle of 5.55º 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 #DC7065 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 101 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.14 |
| HSL | 5.55º | 0.63% | 0.63% | - |
| HSV(B) | 5.55º | 0.54% | 0.86% | - |
| XYZ | 37.66 | 27.74 | 15.68 | - |
| YUV | 143.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 101 | 0 | 0.49 | 0.54 | 0.14 | 5.55 | 0.63 | 0.63 |
| Hex | DC | 70 | 65 | 0 | 31 | 36 | E | 6 | 3F | 3F |
| Octal | 334 | 160 | 145 | 0 | 61 | 66 | 16 | 6 | 77 | 77 |
| Binary | 11011100 | 1110000 | 1100101 | 0 | 110001 | 110110 | 1110 | 110 | 111111 | 111111 |
Color Harmonies of #DC7065
Complementary color
Monochromatic Colors of #DC7065
Black with #DC7065
Text Example
Text Example
White with #DC7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7065; }
p { color: rgb(220,112,101); }
H1.HeaderClassName
{
color: #DC7065;
}
.AnyTagClassName
{
color: #DC7065;
}
</style>
background-color css
<style>
a { background-color: #DC7065; }
a { background-color: rgb(220,112,101); }
div.DivClassName
{
background-color: #DC7065;
}
.BgClassName
{
background-color: #DC7065;
}
</style>
border-color css
<style>
span { border-color: #DC7065; }
span { border-color: rgb(220,112,101); }
td.TdClassName
{
border-color: #DC7065;
}
.TagClassName
{
border-color: #DC7065;
}
</style>