Color: #DBA90F

#DBA90F Color Information

#DBA90F is a light color. The closest websafe version is #DBA90F. A complement of this color would be #0F42DB, perceived brightness is 0.65, and the grayscale version is #757575.

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

In a RGB color space, #DBA90F is composed of 86% red, 66% green and 6% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 93% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 44.23, x: 0.4834, and y: 0.4624.

Color Code #DBA90F

#DBA90Frgb(219, 169, 15)
HEX
#DBA90F
RGB
rgb(219, 169, 15)
HSL
hsl(45, 87%, 46%)
HSV
hsv(45, 93%, 86%)
CMYK
0%, 23%, 93%, 14%
XYZ
X: 46.24, Y: 44.23, Z: 5.18
Lab
L: 72.38, a: 10.39, b: 72.90
Name

Shades of Color #DBA90F

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

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

#DBA90Frgb(219, 169, 15)

About #DBA90F Color Code

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

  • HEX: #DBA90F
  • RGB: rgb(219, 169, 15)
  • HSL: hsl(45, 87%, 46%)
  • HSV: hsv(45, 93%, 86%)
  • CMYK: 0.00% cyan, 23.00% magenta, 93.00% yellow, 14.00% black
  • XYZ: 46.24, 44.23, 5.18
  • Yxy: 44.23, 0.4834, 0.4624
  • Hunter Lab: 72.38, 10.39, 72.90
  • CIE-Lab: 72.38, 10.39, 72.90

In the XYZ color space, this color is represented as X: 46.24, Y: 44.23, Z: 5.18. The Yxy representation further refines this as Y: 44.23, x: 0.4834, and y: 0.4624.

In the Hunter Lab color space, this color is represented as L: 72.38, a: 10.39, and b: 72.90. Similarly, in the CIE-Lab color space, it is represented as L: 72.38, a: 10.39, and b: 72.90.

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

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

Analogous Colors of #DBA90F

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

Split Complementary Colors of #DBA90F

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

Tetradic Colors of #DBA90F

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

Monochromatic Colors of #DBA90F

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

Complementary Color of #DBA90F

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

/* Using HEX */
body {
  background-color: #dba90f;
}
/* Using RGB */
body {
  background-color: rgb(219, 169, 15);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 169, 15, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 87%, 46%);
}
/* Text color */
p {
  color: #dba90f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba90f;
}
/* Border color */
.box {
  border: 4px solid #dba90f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dba90f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dba90f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBA90F
On Black Background
#DBA90F
On White Background
#DBA90F

HTML Examples of #DBA90F

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

Related Colors of #DBA90F

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