Color: #DBB079

#DBB079 Color Information

#DBB079 is a light color. The closest websafe version is #DBB079. A complement of this color would be #7AA4DC, perceived brightness is 0.72, and the grayscale version is #AAAAAA.

In the HSL color space, this color has a hue angle of 34°,a saturation of 58%, and a lightness of 67%.The HSV representation shows a hue of 34°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DBB079 is composed of 86% red, 69% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 45% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 48.04, x: 0.4294, and y: 0.4098.

Color Code #DBB079

HEX
#DBB079
RGB
rgb(219, 176, 121)
HSL
hsl(34, 58%, 67%)
HSV
hsv(34, 45%, 86%)
CMYK
0%, 20%, 45%, 14%
XYZ
X: 50.34, Y: 48.04, Z: 18.86
Lab
L: 74.85, a: 11.01, b: 34.37
Name

Shades of Color #DBB079

Shades are created by darkening the original color #DBB079 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 #DBB079

Tints are created by lightening the original color #DBB079 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.

About #DBB079 Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 58%, and a lightness of 67%. The HSV representation shows a hue of 34°, a saturation of 45%, and a value of 86%.

  • HEX: #DBB079
  • RGB: rgb(219, 176, 121)
  • HSL: hsl(34, 58%, 67%)
  • HSV: hsv(34, 45%, 86%)
  • CMYK: 0.00% cyan, 20.00% magenta, 45.00% yellow, 14.00% black
  • XYZ: 50.34, 48.04, 18.86
  • Yxy: 48.04, 0.4294, 0.4098
  • Hunter Lab: 74.85, 11.01, 34.37
  • CIE-Lab: 74.85, 11.01, 34.37

In the XYZ color space, this color is represented as X: 50.34, Y: 48.04, Z: 18.86. The Yxy representation further refines this as Y: 48.04, x: 0.4294, and y: 0.4098.

In the Hunter Lab color space, this color is represented as L: 74.85, a: 11.01, and b: 34.37. Similarly, in the CIE-Lab color space, it is represented as L: 74.85, a: 11.01, and b: 34.37.

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

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

Analogous Colors of #DBB079

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

Monochromatic Colors of #DBB079

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

Complementary Color of #DBB079

The complementary color of #DBB079 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 #DBB079

/* Using HEX */
body {
  background-color: #dbb079;
}
/* Using RGB */
body {
  background-color: rgb(219, 176, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 176, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 58%, 67%);
}
/* Text color */
p {
  color: #dbb079;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbb079;
}

HTML Examples of #DBB079

<!-- Using HEX -->
<div style="background-color: #dbb079; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 176, 121); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 176, 121, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 58%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbb079;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbb079; width: 100px; height: 100px;"></div>

Related Colors of #DBB079

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