Database Information

In order to build a comprehensive database of Dutch and Flemish ground colours, it was necessary to use “mixed quality data” so that published and unpublished information across institutions with varying degrees of technical research could be presented and queried together. A “reliability rating system” was developed so that patterns and conclusions could be filtered based on the level of research conducted on individual data points. Each painting entry in the DttG database is given a numerical rating from 1 to 5, representing the reliability of that entry’s data.

1: Most reliable. Elemental analysis (such as scanning electron microscopy) has been performed to confirm microscopic cross-section analysis;
2: Microscopic cross-section analysis with light microscopy (no elemental information);
3: Surfaces analysis by a skilled individual, ideally a paintings conservator with magnification;
4: Written descriptions form the basis, but research methods are unclear;

For more, see: Hall-Aquitania, Moorea. “Common Grounds: The Introduction, Spread, and Popularity of Coloured Grounds in the Netherlands 1500-1650.” University of Amsterdam, 2025.



Light brown (LBr) #C7A67D

Brown (Br) #966947

Dark brown (DBr) #633F23

Light grey (LG) #EDE7E6

Grey (G) #ADA5A3

Dark grey (DG) #665F5D

Light orange (LO) #E38539

Orange (O) #CF671D

Dark orange (DO) #C24D04

Light pink (LP) #FAEEED

Pink (P) #F0D7D5

Dark pink (DP) #DEB3AF

Light red (LR) #EB603D

Red (R) #D14624

Dark red (DR) #A62D0F

Light yellow (LY) #FAEFC5

Yellow (Y) #EBD375

Dark yellow (DY) #CFB23E

White (W) #FCFAF2

Black (Bl) #0E0C0B


The extreme difficulties of describing colour in a meaningful and objective way have caused confusion and concern when attempting to combine observations from different researchers and projects. Because the DttG database was designed to be queried on a large scale, it was necessary to develop a consistent colour categorization system so that data could be plotted, and patterns identified. The database thus includes two types of colour data: free text as related by the responsible researcher and categories based on the most common colours. All free text (and cross-section information) has been translated by Moorea Hall-Aquitania into the DttG colour categories, and she takes responsibility for any mistakes or inconsistencies.

The DttG colour checker was developed by Hall-Aquitania with blind survey input from painting conservators to reflect the most common ground colours (based on both surface and microscopic examination). It is intended as a visual reference to the DttG colour categories for future researchers. The colours from this colour checker are shown for each painting, but it should be noted that this is a general categorization and not an accurate representation of that painting’s exact colours.

For more, see: Hall-Aquitania, Moorea. “Common Grounds: The Introduction, Spread, and Popularity of Coloured Grounds in the Netherlands 1500-1650.” University of Amsterdam, 2025.


CROSS-SECTION IMAGES

The decision not to use images of cross-sections was made early on, due to several reasons including image rights, lack of consistent colour-correction and/or variable instrumentation, access to the raw data from previous research, and lack of time to re-photograph available samples at a set standard. It is fervently hoped that it will be possible to address some of these issues in the future to include sample images in the database. For now, the location of available images has been noted wherever possible so that researchers can request access to them from the relevant source or institution.


DATABASE NOTES

I. For chalk layers, the colour given is light yellow (LY) to distinguish from lead white layers (W) and account for the yellowing of chalk in animal skin glue (and oil);

II. For paintings with more than three ground layers, the full structure is listed as free text but only the top and bottom layers are categorized and described systematically. This allows us to continue to sort based on the top ground layer colour without expanding the entire system to accommodate the scant paintings with four or more ground layers;

III. When interpreting ground colour categories from written text where the sample was not accessible, I have used my best judgement based on the original researcher’s description and, when possible, the pigments listed. All faults and inconsistencies are my own;

IV. The most difficult categorisation to make has been to differentiate between red and orange, as this relies heavily on the microscopy and photography equipment used. All faults and inconsistencies are my own.


TERMINOLOGY

This database, which was made as part of Hall-Aquitania’s 2025 PhD dissertation Common Grounds: The Development, Spread, and Popularity of Coloured Grounds in the Netherlands, 1500-1650, uses the terminology system for preparatory layers developed by Maartje Stols-Witlox, in which grounds are defined as preparatory layers covering the entire surface to be painted. Ground layers are numbered from the lowest layer and described qualitatively (e.g. a red first ground and a light brown second ground).

For a detailed definition of preparatory layers and terminology see Stols-Witlox, Maartje. A Perfect Ground: Preparatory Layers for Oil Paintings 1550-1900. London: Archetype, 2017, p. xi-xvi.

For a further explanation of the terminology and systems used specifically for this database, see Hall-Aquitania, Moorea. “Common Grounds: The Introduction, Spread, and Popularity of Coloured Grounds in the Netherlands 1500-1650.” University of Amsterdam, 2025.


DATABASE DEVELOPMENT

The DttG database was developed by Paul van Laar in 2022 using the open-source back-end server-side web framework Django. Django is free, and open-source and uses Python. Django is used to browse through the linked DttG SQLite3 database, using querysets of that data to populate HTML templates. In practice, this means that the webpages the user requests are generated dynamically with data from the database. Any updates made to that same database will thus automatically alter the relevant pages as they are requested.

A multi-sheet excel file was kept as the input for the database, to retain ease-of-use for cultural heritage researchers with varying backgrounds. This excel sheet is then inserted into the SQLite3 database using a simple python script.

The functionality of the database is flexible, and can be expanded as desired. At this stage, it allows for filtering the data on certain parameters (city of execution, artist etc.), as well as asking complex queries that can be exported in .csv format for data interpretation in external software.