Color: #DCD23C

#DCD23C Color Information

#DCD23C is a light color. The closest websafe version is #DCD23C. A complement of this color would be #3C47DD, perceived brightness is 0.77, and the grayscale version is #8C8C8C.

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

In a RGB color space, #DCD23C is composed of 86% red, 82% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 73% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 62.40, x: 0.4374, and y: 0.4817.

Color Code #DCD23C

#DCD23Crgb(220, 210, 60)
HEX
#DCD23C
RGB
rgb(220, 210, 60)
HSL
hsl(56, 70%, 55%)
HSV
hsv(56, 73%, 86%)
CMYK
0%, 5%, 73%, 14%
XYZ
X: 56.67, Y: 62.40, Z: 10.48
Lab
L: 83.13, a: -8.44, b: 70.37
Name

Shades of Color #DCD23C

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

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

#DCD23Crgb(220, 210, 60)

About #DCD23C Color Code

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

  • HEX: #DCD23C
  • RGB: rgb(220, 210, 60)
  • HSL: hsl(56, 70%, 55%)
  • HSV: hsv(56, 73%, 86%)
  • CMYK: 0.00% cyan, 5.00% magenta, 73.00% yellow, 14.00% black
  • XYZ: 56.67, 62.40, 10.48
  • Yxy: 62.40, 0.4374, 0.4817
  • Hunter Lab: 83.13, -8.44, 70.37
  • CIE-Lab: 83.13, -8.44, 70.37

In the XYZ color space, this color is represented as X: 56.67, Y: 62.40, Z: 10.48. The Yxy representation further refines this as Y: 62.40, x: 0.4374, and y: 0.4817.

In the Hunter Lab color space, this color is represented as L: 83.13, a: -8.44, and b: 70.37. Similarly, in the CIE-Lab color space, it is represented as L: 83.13, a: -8.44, and b: 70.37.

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

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

Analogous Colors of #DCD23C

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

Split Complementary Colors of #DCD23C

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

Tetradic Colors of #DCD23C

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

Monochromatic Colors of #DCD23C

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

Complementary Color of #DCD23C

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

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

HTML Examples of #DCD23C

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

Related Colors of #DCD23C

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