Color #DEB887

#DEB887rgb(222, 184, 135)

Color Codes

HEX#DEB887
RGBrgb(222, 184, 135)
HSLhsl(34°, 57%, 70%)
CMYKcmyk(0%, 17%, 39%, 13%)
CIELABLab(77, 7, 30)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #DEB887;
color: #DEB887;
border: 2px solid #DEB887;
background: linear-gradient(135deg, #DEB887, #87adde);

Code Export

css
:root {
  --color-primary: #deb887;
  --color-primary-rgb: 222, 184, 135;
  --color-primary-hsl: 34, 57%, 70%;
}

Related Tools