Random Color Generator

#d17611 Color

Color Codes
Hex Code #d17611
RGB Code rgb(209, 118, 17)
HSL Code hsl(32, 85%, 44%)

#d17611 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(209, 118, 17);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(32, 85%, 44%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #d17611

RGB Code Hex Code Preview
rgb(209, 118, 17, 10%) #d176111a  
rgb(209, 118, 17, 20%) #d1761133  
rgb(209, 118, 17, 40%) #d176114C  
rgb(209, 118, 17, 60%) #d1761199  
rgb(209, 118, 17, 80%) #d17611CC  
rgb(209, 118, 17, 100%) #d17611FF  

Saturated and desaturated colors of #d17611

HSL Code Preview
hsl(32, 10%, 44%)  
hsl(32, 20%, 44%)  
hsl(32, 40%, 44%)  
hsl(32, 60%, 44%)  
hsl(32, 80%, 44%)  
hsl(32, 100%, 44%)  

#d17611 Color Usage In CSS

 body {
    color: #d17611;
    }
 p {
    color: rgb(209, 118, 17);
    }
 header {
    border-bottom:1px solid #d17611;
    }
Recent Random Colors