What is the DCP file format?
A .dcp file is a binary camera color profile used by Adobe Camera Raw, Lightroom Classic, and compatible raw processors to accurately map a camera's raw sensor data to standard, visually correct colors.
When you open a raw photograph - such as a .DNG file or a manufacturer raw format - the software applies a .dcp profile to transform the camera's native color response into a standard color space. Most profiles contain matrices and look tables for one or two reference illuminants, typically D50 (daylight) and Standard A (tungsten), and the software interpolates between them based on the shot's white balance.
The format is derived from TIFF, using an IFD-based structure with DNG-specific private tags for the color matrices, HueSatMap look tables, tone curves, and noise profiles. Simpler profiles (tone curve only) are around 10 KB; full dual-illuminant profiles with 3D HueSatMap tables can reach 1-2 MB.
Adobe ships manufacturer-matched profiles for thousands of cameras inside the Camera Raw installation directory. Users can install third-party or custom profiles in the CameraProfiles folder under their Application Data directory. The open-source tool dcpTool can decompile a .dcp to XML for inspection and recompile it back to binary.
Security & safety
RISK: LOWDCP files are binary settings files with no executable code. Installing an untrusted DCP could subtly shift your color rendering, but poses no system security risk. Always obtain DCP files from the camera manufacturer, Adobe, or a reputable calibration tool.
Format details
in a nutshell- Delphi Component Package - Older Embarcadero Delphi IDE uses .dcp for precompiled component packages; completely unrelated binary format.
- Digital Cinema Package - Digital Cinema Package (DCI/SMPTE) distribution format for theatrical film delivery; entirely different domain and structure.
Programs that open DCP files
Technical details
deep spec| Encoding | Binary (TIFF-derived IFD structure) |
| Byte order | Big-endian ('MM' prefix, 4D 4D) or little-endian ('II' prefix, 49 49); most Adobe-generated profiles are big-endian |
| File magic bytes | Big-endian: 4D 4D 43 52 ('MMCR'); little-endian: 49 49 52 43 ('IIRC') - 'CR'/'RC' marker distinguishes DCP from generic TIFF |
| Container | TIFF-derived IFD chain; uses DNG-specific private tags alongside standard TIFF tag infrastructure |
| Color matrices | One or two 3×3 color matrix IFD entries per reference illuminant (forward and/or reverse matrices) |
| Reference illuminants | Typically D50 (CalibrationIlluminant1) and Standard A tungsten (CalibrationIlluminant2); dual-illuminant profiles interpolate at render time |
| Look table type | HueSatMap - 2D or 3D hue/saturation/value look-up tables in DNG private tags 50718 and 50719 |
| ProfileVersion tag | DNG tag 50736; current value 1.3.0.0 per DNG Specification 1.6 |
| Compression | None - uncompressed binary IFD structure |
| Typical file size | 10 KB - 2 MB (tone-curve-only profiles at low end; dual-illuminant 3D HueSatMap profiles at high end) |
| MIME type | application/octet-stream (no registered MIME type) |
| System profile path (Windows) | C:\ProgramData\Adobe\CameraRaw\CameraProfiles\ |
| System profile path (macOS) | /Library/Application Support/Adobe/CameraRaw/CameraProfiles/ |
| Associated OS | Windows, macOS, Linux (via dcraw and darktable) |
| Released | 2007, with DNG Specification 1.2 and Camera Raw 4.1 |
| Latest version | DNG Specification 1.6.0.0 (December 2021) |
| Open standard | Yes · royalty-free |
| Specification | helpx.adobe.com |
DCP conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about DCP files.