Random Color Generator

#d48624 Color

Color Codes
Hex Code #d48624
RGB Code rgb(212, 134, 36)
HSL Code hsl(33, 71%, 49%)

#d48624 Color Syntax

rgb()

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

 main {
    background-color: rgb(212, 134, 36);
   }

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(33, 71%, 49%);
  }

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

RGB Code Hex Code Preview
rgb(212, 134, 36, 10%) #d486241a  
rgb(212, 134, 36, 20%) #d4862433  
rgb(212, 134, 36, 40%) #d486244C  
rgb(212, 134, 36, 60%) #d4862499  
rgb(212, 134, 36, 80%) #d48624CC  
rgb(212, 134, 36, 100%) #d48624FF  

Saturated and desaturated colors of #d48624

HSL Code Preview
hsl(33, 10%, 49%)  
hsl(33, 20%, 49%)  
hsl(33, 40%, 49%)  
hsl(33, 60%, 49%)  
hsl(33, 80%, 49%)  
hsl(33, 100%, 49%)  

#d48624 Color Usage In CSS

 body {
    color: #d48624;
    }
 p {
    color: rgb(212, 134, 36);
    }
 header {
    border-bottom:1px solid #d48624;
    }
Recent Random Colors