Color #997300

#997300rgb(153, 115, 0)

Color Codes

HEX#997300
RGBrgb(153, 115, 0)
HSLhsl(45°, 100%, 30%)
CMYKcmyk(0%, 25%, 100%, 40%)
CIELABLab(50.7, 6.1, 57)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #997300;
color: #997300;
border: 2px solid #997300;
background: linear-gradient(135deg, #997300, #002699);

Code Export

css
:root {
  --color-primary: #997300;
  --color-primary-rgb: 153, 115, 0;
  --color-primary-hsl: 45, 100%, 30%;
}

Related Tools