Color: #CDB23C

#CDB23C Color Information

#CDB23C is a light color. The closest websafe version is #CDB23C. A complement of this color would be #3C57CD, perceived brightness is 0.68, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 49°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 49°, a saturation of 71%, and a value of 80%.

In a RGB color space, #CDB23C is composed of 80% red, 70% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 71% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 45.77, x: 0.4505, and y: 0.4643.

Color Code #CDB23C

#CDB23Crgb(205, 178, 60)
HEX
#CDB23C
RGB
rgb(205, 178, 60)
HSL
hsl(49, 59%, 52%)
HSV
hsv(49, 71%, 80%)
CMYK
0%, 13%, 71%, 20%
XYZ
X: 44.41, Y: 45.77, Z: 8.40
Lab
L: 73.40, a: 0.80, b: 60.75
Name

Shades of Color #CDB23C

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

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

#CDB23Crgb(205, 178, 60)

About #CDB23C Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 49°, a saturation of 71%, and a value of 80%.

  • HEX: #CDB23C
  • RGB: rgb(205, 178, 60)
  • HSL: hsl(49, 59%, 52%)
  • HSV: hsv(49, 71%, 80%)
  • CMYK: 0.00% cyan, 13.00% magenta, 71.00% yellow, 20.00% black
  • XYZ: 44.41, 45.77, 8.40
  • Yxy: 45.77, 0.4505, 0.4643
  • Hunter Lab: 73.40, 0.80, 60.75
  • CIE-Lab: 73.40, 0.80, 60.75

In the XYZ color space, this color is represented as X: 44.41, Y: 45.77, Z: 8.40. The Yxy representation further refines this as Y: 45.77, x: 0.4505, and y: 0.4643.

In the Hunter Lab color space, this color is represented as L: 73.40, a: 0.80, and b: 60.75. Similarly, in the CIE-Lab color space, it is represented as L: 73.40, a: 0.80, and b: 60.75.

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

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

Analogous Colors of #CDB23C

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

Monochromatic Colors of #CDB23C

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

Complementary Color of #CDB23C

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

/* Using HEX */
body {
  background-color: #cdb23c;
}
/* Using RGB */
body {
  background-color: rgb(205, 178, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 178, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 59%, 52%);
}
/* Text color */
p {
  color: #cdb23c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdb23c;
}
/* Border color */
.box {
  border: 4px solid #cdb23c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdb23c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdb23c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDB23C
On Black Background
#CDB23C
On White Background
#CDB23C

HTML Examples of #CDB23C

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

Related Colors of #CDB23C

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