Random Color Generator

#d49620 Color

Color Codes
Hex Code #d49620
RGB Code rgb(212, 150, 32)
HSL Code hsl(39, 74%, 48%)

#d49620 Color Syntax

rgb()

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

 main {
    background-color: rgb(212, 150, 32);
   }

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(39, 74%, 48%);
  }

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 #d49620

RGB Code Hex Code Preview
rgb(212, 150, 32, 10%) #d496201a  
rgb(212, 150, 32, 20%) #d4962033  
rgb(212, 150, 32, 40%) #d496204C  
rgb(212, 150, 32, 60%) #d4962099  
rgb(212, 150, 32, 80%) #d49620CC  
rgb(212, 150, 32, 100%) #d49620FF  

Saturated and desaturated colors of #d49620

HSL Code Preview
hsl(39, 10%, 48%)  
hsl(39, 20%, 48%)  
hsl(39, 40%, 48%)  
hsl(39, 60%, 48%)  
hsl(39, 80%, 48%)  
hsl(39, 100%, 48%)  

#d49620 Color Usage In CSS

 body {
    color: #d49620;
    }
 p {
    color: rgb(212, 150, 32);
    }
 header {
    border-bottom:1px solid #d49620;
    }
Recent Random Colors