.DCP

DCP File

DNG Camera Profile
Ask a question
QUICK ANSWER

A DCP file is an Adobe DNG Camera Profile - a binary settings file that tells Lightroom, Camera Raw, or darktable how to convert raw sensor data from a specific camera into accurate colors. To use one, copy it to the CameraProfiles folder on your system and restart your photo editor. It is not an image and cannot be opened like a photo.

Developer: Adobe Systems Incorporated Category: Settings Files Open standard MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .ICA · .DS_STORE · .WMZ · .CFG

On this page

19k+ extensions indexed
Last reviewed Aug 24, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

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: LOW

DCP 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
FULL NAMEDNG Camera Profileaka Adobe DNG Camera Profile, DCP profile
DEVELOPERAdobe Systems Incorporatedsince 2007, with DNG Specification 1.2 and Camera Raw 4.1
MIME TYPEapplication/octet-stream
TYPEbinary TIFF-derived camera color profile
STANDARDOpen · royalty-free
This extension is also used by…
  • 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.
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
4D4D4352
ASCII
MMCR
Big-endian variant: bytes 0-1 = 4D 4D ('MM' = Motorola/big-endian), bytes 2-3 = 43 52 ('CR'). Little-endian variant: 49 49 52 43 ('II' + 'RC' reversed). Both are valid. The 'CR' / 'RC' marker (0x4352) identifies the file as a DNG Camera Profile rather than a generic TIFF, within the TIFF IFD structure.

Programs that open DCP files

Windows4 apps
Adobe Photoshop Paid Place .dcp in C:\ProgramData\Adobe\CameraRaw\CameraProfiles\; it then appears in Camera Raw's Profile browser when opening a raw file.
Adobe DNG Profile Editor Free Open the .dcp directly to view and edit color matrices, tone curves, and HSL tables. Export modified profiles.
Adobe Lightroom Classic Paid Place .dcp in the CameraProfiles folder; available under Develop > Profile Browser.
dcpTool Open-source Command line: 'dcptool -d profile.dcp profile.xml' decompiles to XML for inspection; recompile with '-c'.
macOS3 apps
Adobe Photoshop Paid Place .dcp in /Library/Application Support/Adobe/CameraRaw/CameraProfiles/; appears in Camera Raw profile list.
Adobe DNG Profile Editor Free Open .dcp directly for visual editing of color matrices and look tables.
Adobe Lightroom Classic Paid Place .dcp in ~/Library/Application Support/Adobe/CameraRaw/CameraProfiles/; available in Develop > Profile Browser.
Linux2 apps
darktable Open-source Place .dcp in ~/.config/darktable/color/input/; select in 'input color profile' module within darkroom.
dcpTool Open-source CLI decompile/compile of DCP files to XML.

Technical details

deep spec
EncodingBinary (TIFF-derived IFD structure)
Byte orderBig-endian ('MM' prefix, 4D 4D) or little-endian ('II' prefix, 49 49); most Adobe-generated profiles are big-endian
File magic bytesBig-endian: 4D 4D 43 52 ('MMCR'); little-endian: 49 49 52 43 ('IIRC') - 'CR'/'RC' marker distinguishes DCP from generic TIFF
ContainerTIFF-derived IFD chain; uses DNG-specific private tags alongside standard TIFF tag infrastructure
Color matricesOne or two 3×3 color matrix IFD entries per reference illuminant (forward and/or reverse matrices)
Reference illuminantsTypically D50 (CalibrationIlluminant1) and Standard A tungsten (CalibrationIlluminant2); dual-illuminant profiles interpolate at render time
Look table typeHueSatMap - 2D or 3D hue/saturation/value look-up tables in DNG private tags 50718 and 50719
ProfileVersion tagDNG tag 50736; current value 1.3.0.0 per DNG Specification 1.6
CompressionNone - uncompressed binary IFD structure
Typical file size10 KB - 2 MB (tone-curve-only profiles at low end; dual-illuminant 3D HueSatMap profiles at high end)
MIME typeapplication/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 OSWindows, macOS, Linux (via dcraw and darktable)
Released2007, with DNG Specification 1.2 and Camera Raw 4.1
Latest versionDNG Specification 1.6.0.0 (December 2021)
Open standardYes · royalty-free
Specificationhelpx.adobe.com

DCP conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with DCP files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about DCP files.

Frequently asked questions

What is a .dcp file in photography?
A DNG Camera Profile - a binary file that tells Lightroom or Camera Raw how to convert your camera's raw data into accurate colors. It defines the color science for a specific camera model.
How do I install a DCP profile in Lightroom?
Copy the .dcp to the CameraProfiles folder: on Windows, C:\ProgramData\Adobe\CameraRaw\CameraProfiles\; on macOS, ~/Library/Application Support/Adobe/CameraRaw/CameraProfiles\. Restart Lightroom, then find it in Develop > Profile Browser.
Can I open a DCP file directly?
Use Adobe DNG Profile Editor (free) to open and inspect a .dcp visually. You can also decompile it to XML with the free command-line tool dcpTool.
Is DCP the same as a Delphi Component Package?
No - same extension, completely different format. The Delphi .dcp is a precompiled component package for Embarcadero Delphi IDE, unrelated to photography.
What is the difference between a DCP and an ICC profile?
Both describe color transformations but for different workflows. DCP profiles are raw-processing-specific (Lightroom/Camera Raw) and can embed per-hue look tables. ICC profiles are device-independent and used by the OS color management system across all apps.

References

1Adobe DNG Specification 1.6.0.0 (December 2021)helpx.adobe.com
2Adobe DNG Profile Editor - help pagehelpx.adobe.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.ICACitrix Independent Computing Architecture file
.DS_STOREmacOS Finder Desktop Services Store (.DS_Store)
.WMZWindows Media Player Skin
.CFGConfiguration File
.LICLicense File
.CONFConfiguration File

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z