Use this color
Create with Burly Wood
Open a professional color tool with #DEB887 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-burly-wood: #DEB887;
.bg-burly-wood { background-color: #DEB887; }
.text-burly-wood { color: #DEB887; }Color meaning and use
About Burly Wood Color
Burly Wood uses HEX #DEB887, RGB 222, 184, 135, and HSL 34°, 57%, 70%. The dataset classifies it in the orange family with warm temperature and balanced visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.5156; black contrast is 11.31:1 and white contrast is 1.86:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Burly Wood against black and white text.
Downloadable color reference infographic
Burly Wood Color Reference Infographic
Save a high-resolution infographic of Burly Wood, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#DEB887",
"rgb": [
222,
184,
135
],
"hsl": [
34,
57,
70
],
"cmyk": [
0,
17,
39,
13
],
"luminance": 0.5156,
"contrast": {
"black": 11.31,
"white": 1.86
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#87ADDE",
"analogous": [
"#DE8D87",
"#D8DE87"
],
"triadic": [
"#87DEB8",
"#B887DE"
],
"tetradic": [
"#87DE8D",
"#87ADDE",
"#DE87D8"
],
"splitComplementary": [
"#87D8DE",
"#8D87DE"
],
"monochromatic": [
"#F2E3CF",
"#DEB887",
"#CA8E3F"
]
}Variants
{
"light": "#F2E3CF",
"dark": "#CA8E3F",
"saturated": "#EFBB76",
"desaturated": "#CDB698",
"pastel": "#F8F3ED",
"neon": "#FFCE8F"
}Pairings
{
"best": [
"#000000",
"#87ADDE",
"#DE8D87",
"#D8DE87"
],
"avoid": [
"#CDB698",
"#F2E3CF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#F2E3CF",
"#CDB698"
]
}Knowledge graph
{
"nearestColors": [
"pale-gold",
"tan",
"champagne-gold",
"ecru",
"sand"
],
"generatedPalettes": [
"burly-wood"
],
"generatedComparisons": [
"burly-wood-vs-pale-gold",
"burly-wood-vs-tan"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/burly-wood",
"/wcag/burly-wood",
"/css/colors/burly-wood",
"/hex/deb887",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/burly-wood"
],
"related": [
"/colors/pale-gold",
"/colors/tan",
"/colors/champagne-gold",
"/colors/ecru",
"/colors/sand",
"/compare/burly-wood-vs-pale-gold",
"/compare/burly-wood-vs-tan",
"/harmonies/burly-wood",
"/wcag/burly-wood",
"/css/colors/burly-wood",
"/hex/deb887",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "burly-wood",
"name": "Burly Wood",
"cssName": "burlywood",
"hex": "#DEB887",
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"burlywood"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"orange",
"warm",
"balanced",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 63,
"rgb": [
222,
184,
135
],
"hsl": [
34,
57,
70
],
"cmyk": [
0,
17,
39,
13
],
"luminance": 0.5156,
"contrast": {
"black": 11.31,
"white": 1.86
},
"harmonies": {
"complementary": "#87ADDE",
"analogous": [
"#DE8D87",
"#D8DE87"
],
"triadic": [
"#87DEB8",
"#B887DE"
],
"tetradic": [
"#87DE8D",
"#87ADDE",
"#DE87D8"
],
"splitComplementary": [
"#87D8DE",
"#8D87DE"
],
"monochromatic": [
"#F2E3CF",
"#DEB887",
"#CA8E3F"
]
},
"variants": {
"light": "#F2E3CF",
"dark": "#CA8E3F",
"saturated": "#EFBB76",
"desaturated": "#CDB698",
"pastel": "#F8F3ED",
"neon": "#FFCE8F"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-burly-wood: #DEB887;",
"utility": ".bg-burly-wood { background-color: #DEB887; }",
"textUtility": ".text-burly-wood { color: #DEB887; }"
},
"nearestColors": [
"pale-gold",
"tan",
"champagne-gold",
"ecru",
"sand"
],
"generatedPalettes": [
"burly-wood"
],
"generatedComparisons": [
"burly-wood-vs-pale-gold",
"burly-wood-vs-tan"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/burly-wood",
"/wcag/burly-wood",
"/css/colors/burly-wood",
"/hex/deb887",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/burly-wood"
],
"related": [
"/colors/pale-gold",
"/colors/tan",
"/colors/champagne-gold",
"/colors/ecru",
"/colors/sand",
"/compare/burly-wood-vs-pale-gold",
"/compare/burly-wood-vs-tan",
"/harmonies/burly-wood",
"/wcag/burly-wood",
"/css/colors/burly-wood",
"/hex/deb887",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#87ADDE",
"#DE8D87",
"#D8DE87"
],
"avoid": [
"#CDB698",
"#F2E3CF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#F2E3CF",
"#CDB698"
]
}
}