Color: #DBC073

#DBC073 Color Information

#DBC073 is a light color. The closest websafe version is #DBC073. A complement of this color would be #718DDA, perceived brightness is 0.75, and the grayscale version is #A7A7A7.

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

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

In the Yxy color space, this color is represented as Y: 54.59, x: 0.4238, and y: 0.4313.

Color Code #DBC073

#DBC073rgb(219, 192, 115)
HEX
#DBC073
RGB
rgb(219, 192, 115)
HSL
hsl(44, 59%, 65%)
HSV
hsv(44, 47%, 86%)
CMYK
0%, 12%, 47%, 14%
XYZ
X: 53.64, Y: 54.59, Z: 18.35
Lab
L: 78.80, a: 2.59, b: 42.29
Name

Shades of Color #DBC073

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

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

#DBC073rgb(219, 192, 115)

About #DBC073 Color Code

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

  • HEX: #DBC073
  • RGB: rgb(219, 192, 115)
  • HSL: hsl(44, 59%, 65%)
  • HSV: hsv(44, 47%, 86%)
  • CMYK: 0.00% cyan, 12.00% magenta, 47.00% yellow, 14.00% black
  • XYZ: 53.64, 54.59, 18.35
  • Yxy: 54.59, 0.4238, 0.4313
  • Hunter Lab: 78.80, 2.59, 42.29
  • CIE-Lab: 78.80, 2.59, 42.29

In the XYZ color space, this color is represented as X: 53.64, Y: 54.59, Z: 18.35. The Yxy representation further refines this as Y: 54.59, x: 0.4238, and y: 0.4313.

In the Hunter Lab color space, this color is represented as L: 78.80, a: 2.59, and b: 42.29. Similarly, in the CIE-Lab color space, it is represented as L: 78.80, a: 2.59, and b: 42.29.

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

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

Analogous Colors of #DBC073

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

Split Complementary Colors of #DBC073

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

Tetradic Colors of #DBC073

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

Monochromatic Colors of #DBC073

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

Complementary Color of #DBC073

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

/* Using HEX */
body {
  background-color: #dbc073;
}
/* Using RGB */
body {
  background-color: rgb(219, 192, 115);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 192, 115, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 59%, 65%);
}
/* Text color */
p {
  color: #dbc073;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbc073;
}
/* Border color */
.box {
  border: 4px solid #dbc073;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbc073;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbc073;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBC073
On Black Background
#DBC073
On White Background
#DBC073

HTML Examples of #DBC073

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

Related Colors of #DBC073

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