Color: #DBBB7C

#DBBB7C Color Information

#DBBB7C is a light color. The closest websafe version is #DBBB7C. A complement of this color would be #7B9BDB, perceived brightness is 0.74, and the grayscale version is #ABABAB.

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

In a RGB color space, #DBBB7C is composed of 86% red, 73% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 43% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 52.61, x: 0.4208, and y: 0.4184.

Color Code #DBBB7C

#DBBB7Crgb(219, 187, 124)
HEX
#DBBB7C
RGB
rgb(219, 187, 124)
HSL
hsl(40, 57%, 67%)
HSV
hsv(40, 43%, 86%)
CMYK
0%, 15%, 43%, 14%
XYZ
X: 52.91, Y: 52.61, Z: 20.21
Lab
L: 77.64, a: 5.71, b: 36.33
Name

Shades of Color #DBBB7C

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

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

#DBBB7Crgb(219, 187, 124)

About #DBBB7C Color Code

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

  • HEX: #DBBB7C
  • RGB: rgb(219, 187, 124)
  • HSL: hsl(40, 57%, 67%)
  • HSV: hsv(40, 43%, 86%)
  • CMYK: 0.00% cyan, 15.00% magenta, 43.00% yellow, 14.00% black
  • XYZ: 52.91, 52.61, 20.21
  • Yxy: 52.61, 0.4208, 0.4184
  • Hunter Lab: 77.64, 5.71, 36.33
  • CIE-Lab: 77.64, 5.71, 36.33

In the XYZ color space, this color is represented as X: 52.91, Y: 52.61, Z: 20.21. The Yxy representation further refines this as Y: 52.61, x: 0.4208, and y: 0.4184.

In the Hunter Lab color space, this color is represented as L: 77.64, a: 5.71, and b: 36.33. Similarly, in the CIE-Lab color space, it is represented as L: 77.64, a: 5.71, and b: 36.33.

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

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

Analogous Colors of #DBBB7C

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

Monochromatic Colors of #DBBB7C

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

Complementary Color of #DBBB7C

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

/* Using HEX */
body {
  background-color: #dbbb7c;
}
/* Using RGB */
body {
  background-color: rgb(219, 187, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 187, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 57%, 67%);
}
/* Text color */
p {
  color: #dbbb7c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbbb7c;
}
/* Border color */
.box {
  border: 4px solid #dbbb7c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbbb7c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbbb7c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBBB7C
On Black Background
#DBBB7C
On White Background
#DBBB7C

HTML Examples of #DBBB7C

<!-- Using HEX -->
<div style="background-color: #dbbb7c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 187, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 187, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(40, 57%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbbb7c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbbb7c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dbbb7c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dbbb7c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dbbb7c; color: #fff; padding: 16px; border-radius: 8px;">
  #DBBB7C
</div>
#DBBB7C
On Black Background
#DBBB7C
On White Background
#DBBB7C

Related Colors of #DBBB7C

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