Color: #DBC99A

#DBC99A Color Information

#DBC99A is a light color. The closest websafe version is #DBC99A. A complement of this color would be #9AACDB, perceived brightness is 0.79, and the grayscale version is #BBBBBB.

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

In a RGB color space, #DBC99A is composed of 86% red, 79% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 30% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 59.59, x: 0.3937, and y: 0.4045.

Color Code #DBC99A

#DBC99Argb(219, 201, 154)
HEX
#DBC99A
RGB
rgb(219, 201, 154)
HSL
hsl(43, 47%, 73%)
HSV
hsv(43, 30%, 86%)
CMYK
0%, 8%, 30%, 14%
XYZ
X: 58.00, Y: 59.59, Z: 29.74
Lab
L: 81.62, a: 1.33, b: 25.98
Name

Shades of Color #DBC99A

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

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

#DBC99Argb(219, 201, 154)

About #DBC99A Color Code

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

  • HEX: #DBC99A
  • RGB: rgb(219, 201, 154)
  • HSL: hsl(43, 47%, 73%)
  • HSV: hsv(43, 30%, 86%)
  • CMYK: 0.00% cyan, 8.00% magenta, 30.00% yellow, 14.00% black
  • XYZ: 58.00, 59.59, 29.74
  • Yxy: 59.59, 0.3937, 0.4045
  • Hunter Lab: 81.62, 1.33, 25.98
  • CIE-Lab: 81.62, 1.33, 25.98

In the XYZ color space, this color is represented as X: 58.00, Y: 59.59, Z: 29.74. The Yxy representation further refines this as Y: 59.59, x: 0.3937, and y: 0.4045.

In the Hunter Lab color space, this color is represented as L: 81.62, a: 1.33, and b: 25.98. Similarly, in the CIE-Lab color space, it is represented as L: 81.62, a: 1.33, and b: 25.98.

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

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

Analogous Colors of #DBC99A

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

Monochromatic Colors of #DBC99A

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

Complementary Color of #DBC99A

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

/* Using HEX */
body {
  background-color: #dbc99a;
}
/* Using RGB */
body {
  background-color: rgb(219, 201, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 201, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 47%, 73%);
}
/* Text color */
p {
  color: #dbc99a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbc99a;
}
/* Border color */
.box {
  border: 4px solid #dbc99a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbc99a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbc99a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBC99A
On Black Background
#DBC99A
On White Background
#DBC99A

HTML Examples of #DBC99A

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

Related Colors of #DBC99A

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