Color: #D49149

#D49149 Color Information

#D49149 is a light color. The closest websafe version is #D49149. A complement of this color would be #498CD4, perceived brightness is 0.62, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 31°,a saturation of 62%, and a lightness of 56%.The HSV representation shows a hue of 31°, a saturation of 66%, and a value of 83%.

In a RGB color space, #D49149 is composed of 83% red, 57% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 66% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 35.35, x: 0.4810, and y: 0.4191.

Color Code #D49149

#D49149rgb(212, 145, 73)
HEX
#D49149
RGB
rgb(212, 145, 73)
HSL
hsl(31, 62%, 56%)
HSV
hsv(31, 66%, 83%)
CMYK
0%, 32%, 66%, 17%
XYZ
X: 40.57, Y: 35.35, Z: 8.43
Lab
L: 66.02, a: 21.12, b: 47.94
Name

Shades of Color #D49149

Shades are created by darkening the original color #D49149 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #D49149

Tints are created by lightening the original color #D49149 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#D49149rgb(212, 145, 73)

About #D49149 Color Code

In the HSL color space, this color has a hue angle of 31°, a saturation of 62%, and a lightness of 56%. The HSV representation shows a hue of 31°, a saturation of 66%, and a value of 83%.

  • HEX: #D49149
  • RGB: rgb(212, 145, 73)
  • HSL: hsl(31, 62%, 56%)
  • HSV: hsv(31, 66%, 83%)
  • CMYK: 0.00% cyan, 32.00% magenta, 66.00% yellow, 17.00% black
  • XYZ: 40.57, 35.35, 8.43
  • Yxy: 35.35, 0.4810, 0.4191
  • Hunter Lab: 66.02, 21.12, 47.94
  • CIE-Lab: 66.02, 21.12, 47.94

In the XYZ color space, this color is represented as X: 40.57, Y: 35.35, Z: 8.43. The Yxy representation further refines this as Y: 35.35, x: 0.4810, and y: 0.4191.

In the Hunter Lab color space, this color is represented as L: 66.02, a: 21.12, and b: 47.94. Similarly, in the CIE-Lab color space, it is represented as L: 66.02, a: 21.12, and b: 47.94.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #D49149

Triadic colors are three colors evenly spaced around the color wheel, including #D49149. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #D49149

Analogous colors are adjacent to #D49149 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #D49149

Split complementary colors are two colors adjacent to the complementary color of #D49149. They create a balanced and visually appealing color scheme.

Tetradic Colors of #D49149

Tetradic colors form a rectangle on the color wheel, including #D49149. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #D49149

Monochromatic colors are variations of #D49149, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #D49149

The complementary color of #D49149 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #D49149

/* Using HEX */
body {
  background-color: #d49149;
}
/* Using RGB */
body {
  background-color: rgb(212, 145, 73);
}
/* Using RGB with opacity */
body {
  background-color: rgba(212, 145, 73, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 62%, 56%);
}
/* Text color */
p {
  color: #d49149;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d49149;
}
/* Border color */
.box {
  border: 4px solid #d49149;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d49149;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d49149;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D49149
On Black Background
#D49149
On White Background
#D49149

HTML Examples of #D49149

<!-- Using HEX -->
<div style="background-color: #d49149; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(212, 145, 73); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(212, 145, 73, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(31, 62%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d49149;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d49149; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d49149; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d49149;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d49149; color: #fff; padding: 16px; border-radius: 8px;">
  #D49149
</div>
#D49149
On Black Background
#D49149
On White Background
#D49149

Related Colors of #D49149

These colors are similar to #D49149, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.