Deco is a
neutral light color with the hex code #D5D68F.
This moderately saturated hue can be represented as RGB
213, 214, 143 in digital design or CMYK 0%, 0%, 33%, 16% for print applications.
Find matching Pantone color.
Deco
#D5D68F
Deco color values
- HEX
- #D5D68F
- RGB
- 213, 214, 143
- HSL
- 61°, 46%, 70%
- CMYK
- 0, 0, 33, 16
Shades & tints
About this color
Deco sits at 61° on the color wheel with 46% saturation and 70% lightness, placing it in the orange-yellow segment of the spectrum. The moderate 46% 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, Deco is rendered as rgb(213, 214, 143), where the green channel leads at 214, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Deco translates to a CMYK breakdown of 0C 0M 33Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its yellow ink content (33%), 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 Deco
CSS Variable
:root {
--brand-primary: #D5D68F;
--brand-primary-rgb: 213, 214, 143;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#D5D68F',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 0%
Y: 33%
K: 16% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(213, 214, 143)
rgba(213, 214, 143, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
24 brand s with colors near 61° on the color wheel
Frequently asked questions
What color is #D5D68F?
What is the RGB value of #D5D68F?
Is Deco a warm or cool color?
How do I use #D5D68F in CSS?
background-color: #D5D68F; or color: #D5D68F; or as an RGB value: rgb(213, 214, 143). For print design, use CMYK: 0%, 0%, 33%, 16%.