Color: #DD891A

#DD891A Color Information

#DD891A is a light color. The closest websafe version is #DD891A. A complement of this color would be #1A6EDB, perceived brightness is 0.59, and the grayscale version is #7C7C7C.

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

In a RGB color space, #DD891A is composed of 87% red, 54% green and 10% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 88% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 34.08, x: 0.5192, and y: 0.4284.

Color Code #DD891A

HEX
#DD891A
RGB
rgb(221, 137, 26)
HSL
hsl(34, 79%, 48%)
HSV
hsv(34, 88%, 87%)
CMYK
0%, 38%, 88%, 13%
XYZ
X: 41.31, Y: 34.08, Z: 4.17
Lab
L: 65.03, a: 27.67, b: 65.74
Name

Shades of Color #DD891A

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

Tints are created by lightening the original color #DD891A 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 #DD891A Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 79%, and a lightness of 48%. The HSV representation shows a hue of 34°, a saturation of 88%, and a value of 87%.

  • HEX: #DD891A
  • RGB: rgb(221, 137, 26)
  • HSL: hsl(34, 79%, 48%)
  • HSV: hsv(34, 88%, 87%)
  • CMYK: 0.00% cyan, 38.00% magenta, 88.00% yellow, 13.00% black
  • XYZ: 41.31, 34.08, 4.17
  • Yxy: 34.08, 0.5192, 0.4284
  • Hunter Lab: 65.03, 27.67, 65.74
  • CIE-Lab: 65.03, 27.67, 65.74

In the XYZ color space, this color is represented as X: 41.31, Y: 34.08, Z: 4.17. The Yxy representation further refines this as Y: 34.08, x: 0.5192, and y: 0.4284.

In the Hunter Lab color space, this color is represented as L: 65.03, a: 27.67, and b: 65.74. Similarly, in the CIE-Lab color space, it is represented as L: 65.03, a: 27.67, and b: 65.74.

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

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

Analogous Colors of #DD891A

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

Monochromatic Colors of #DD891A

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

Complementary Color of #DD891A

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

/* Using HEX */
body {
  background-color: #dd891a;
}
/* Using RGB */
body {
  background-color: rgb(221, 137, 26);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 137, 26, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 79%, 48%);
}
/* Text color */
p {
  color: #dd891a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd891a;
}

HTML Examples of #DD891A

<!-- Using HEX -->
<div style="background-color: #dd891a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 137, 26); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 137, 26, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 79%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dd891a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dd891a; width: 100px; height: 100px;"></div>

Related Colors of #DD891A

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