Copperfield is a
warm light color with the hex code #D6896B.
This moderately saturated hue can be represented as RGB
214, 137, 107 in digital design or CMYK 0%, 36%, 50%, 16% for print applications.
Find matching Pantone color.
Copperfield
#D6896B
Copperfield color values
- HEX
- #D6896B
- RGB
- 214, 137, 107
- HSL
- 17°, 57%, 63%
- CMYK
- 0, 36, 50, 16
Shades & tints
About this color
Copperfield sits at 17° on the color wheel with 57% saturation and 63% lightness, placing it in the red segment of the spectrum. The moderate 57% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Copperfield is rendered as rgb(214, 137, 107), where the red channel dominates at 214, creating a strongly red-skewed appearance. This warm mid-tone carries enough energy to serve as an accent without the intensity of a highly saturated warm color.
For print, Copperfield translates to a CMYK breakdown of 0C 36M 50Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its yellow ink content (50%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Copperfield
CSS Variable
:root {
--brand-primary: #D6896B;
--brand-primary-rgb: 214, 137, 107;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#D6896B',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 36%
Y: 50%
K: 16% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(214, 137, 107)
rgba(214, 137, 107, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #D6896B?
What is the RGB value of #D6896B?
Is Copperfield a warm or cool color?
How do I use #D6896B in CSS?
background-color: #D6896B; or color: #D6896B; or as an RGB value: rgb(214, 137, 107). For print design, use CMYK: 0%, 36%, 50%, 16%.