CSS named colour

Burly Wood

#deb887

A CSS named colour: burlywood is valid anywhere a colour is expected.

RGB
rgb(222 184 135)
HSL
34°, 57%, 70%
OKLCh
80.5% 0.078 73.4

Open in the picker

Burly Wood in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#deb887
RGBrgb(222 184 135)
RGB legacyrgb(222, 184, 135)
RGB percentrgb(87.06% 72.16% 52.94%)
HSLhsl(33.8 56.9% 70%)
HSL legacyhsl(33.8, 56.9%, 70%)
HSV / HSBhsv(33.8, 39.2%, 87.1%)
HWBhwb(33.8 52.9% 12.9%)
Nearest nameburlywood
CMYKcmyk(0%, 17.1%, 39.2%, 12.9%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(80.454% 0.07786 73.417)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(80.454% 0.02222 0.07462)
CIE LChlch(77.33% 31.709 72.979)
CIE Lablab(77.33% 9.282 30.32)
Display P3color(display-p3 0.8466 0.7272 0.5543)
Rec. 2020color(rec2020 0.7915 0.7011 0.5117)
srgb-linearcolor(srgb-linear 0.7305 0.4793 0.2423)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.5164 0.5156 0.3015)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.871, 0.722, 0.529)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.73, 0.479, 0.242)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.871, 0.722, 0.529, 1.0)
GLSL vec4 — linearvec4(0.73, 0.479, 0.242, 1.0)
GLSL ivec3ivec3(222, 184, 135)
HLSL float3 — sRGBfloat3(0.871, 0.722, 0.529)
HLSL float3 — linearfloat3(0.73, 0.479, 0.242)
HLSL float4 — sRGBfloat4(0.871, 0.722, 0.529, 1.0)
HLSL half4 — sRGBhalf4(0.871, 0.722, 0.529, 1.0)
WGSL vec3f — sRGBvec3f(0.871, 0.722, 0.529)
WGSL vec4f — sRGBvec4f(0.871, 0.722, 0.529, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.73, 0.479, 0.242)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.871f, 0.722f, 0.529f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(222, 184, 135, 255)
Unreal FLinearColorFLinearColor(0.7305f, 0.4793f, 0.2423f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(222, 184, 135, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.871, 0.722, 0.529, 1)
Flutter ColorColor(0xFFDEB887)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(222, 184, 135)
SwiftUI ColorColor(red: 0.871, green: 0.722, blue: 0.529)
UIKit UIColorUIColor(red: 0.871, green: 0.722, blue: 0.529, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xDEB887
0x hex (ARGB)0xFFDEB887
Array 0–1[0.871, 0.722, 0.529]
Array 0–255[222, 184, 135]
Decimal integer14596231

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Burly Wood on white1.86:1FailLc 35Non-text elements only
Burly Wood on black11.31:1AAALc 68Headings and large text

Burly Wood text on a white background

Burly Wood text on a black background

White text on Burly Wood

Black text on Burly Wood

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#fff3d2
  • 100#ffe8c1
  • 200#f7d7ad
  • 300#e2bf93
  • 400#c6a274
  • 500#a88455
  • 600#8c6b3d
  • 700#73542a
  • 800#5d421a
  • 900#4b320d
  • 950#2e1b00

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#e4c49b
  • Tint 2#e9d0af
  • Tint 3#efdbc3
  • Tint 4#f4e7d7
  • Tint 5#faf3eb
  • Shade 1#ae9069
  • Shade 2#80694c
  • Shade 3#554531
  • Shade 4#2e2418
  • Shade 5#0b0704

Colours that work with Burly Wood

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #9cc3f1
  • #81cfcd
  • #d1b1e3
  • #ebaf97
  • #c8c287

Closest CSS names

  • burlywoodexact match
  • tanΔEok 0.023
  • sandybrownΔEok 0.058
  • darkkhakiΔEok 0.063
  • lightsalmonΔEok 0.071
  • silverΔEok 0.078