Color: #DCD781

#DCD781 Color Information

#DCD781 is a light color. The closest websafe version is #DCD781. A complement of this color would be #7F84DC, perceived brightness is 0.81, and the grayscale version is #AFAFAF.

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

In a RGB color space, #DCD781 is composed of 86% red, 84% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 41% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 65.97, x: 0.4041, and y: 0.4405.

Color Code #DCD781

#DCD781rgb(220, 215, 129)
HEX
#DCD781
RGB
rgb(220, 215, 129)
HSL
hsl(57, 57%, 68%)
HSV
hsv(57, 41%, 86%)
CMYK
0%, 2%, 41%, 14%
XYZ
X: 60.52, Y: 65.97, Z: 23.27
Lab
L: 84.98, a: -7.17, b: 42.95
Name

Shades of Color #DCD781

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

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

#DCD781rgb(220, 215, 129)

About #DCD781 Color Code

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

  • HEX: #DCD781
  • RGB: rgb(220, 215, 129)
  • HSL: hsl(57, 57%, 68%)
  • HSV: hsv(57, 41%, 86%)
  • CMYK: 0.00% cyan, 2.00% magenta, 41.00% yellow, 14.00% black
  • XYZ: 60.52, 65.97, 23.27
  • Yxy: 65.97, 0.4041, 0.4405
  • Hunter Lab: 84.98, -7.17, 42.95
  • CIE-Lab: 84.98, -7.17, 42.95

In the XYZ color space, this color is represented as X: 60.52, Y: 65.97, Z: 23.27. The Yxy representation further refines this as Y: 65.97, x: 0.4041, and y: 0.4405.

In the Hunter Lab color space, this color is represented as L: 84.98, a: -7.17, and b: 42.95. Similarly, in the CIE-Lab color space, it is represented as L: 84.98, a: -7.17, and b: 42.95.

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

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

Analogous Colors of #DCD781

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

Split Complementary Colors of #DCD781

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

Tetradic Colors of #DCD781

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

Monochromatic Colors of #DCD781

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

Complementary Color of #DCD781

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

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

HTML Examples of #DCD781

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

Related Colors of #DCD781

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