Color: #CDCA8B

#CDCA8B Color Information

#CDCA8B is a light color. The closest websafe version is #CDCA8B. A complement of this color would be #898DCD, perceived brightness is 0.77, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 57°,a saturation of 40%, and a lightness of 67%.The HSV representation shows a hue of 57°, a saturation of 32%, and a value of 80%.

In a RGB color space, #CDCA8B is composed of 80% red, 79% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 32% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 57.49, x: 0.3914, and y: 0.4241.

Color Code #CDCA8B

#CDCA8Brgb(205, 202, 139)
HEX
#CDCA8B
RGB
rgb(205, 202, 139)
HSL
hsl(57, 40%, 67%)
HSV
hsv(57, 32%, 80%)
CMYK
0%, 1%, 32%, 20%
XYZ
X: 53.06, Y: 57.49, Z: 25.02
Lab
L: 80.45, a: -6.02, b: 31.93
Name

Shades of Color #CDCA8B

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

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

#CDCA8Brgb(205, 202, 139)

About #CDCA8B Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 40%, and a lightness of 67%. The HSV representation shows a hue of 57°, a saturation of 32%, and a value of 80%.

  • HEX: #CDCA8B
  • RGB: rgb(205, 202, 139)
  • HSL: hsl(57, 40%, 67%)
  • HSV: hsv(57, 32%, 80%)
  • CMYK: 0.00% cyan, 100.00% magenta, 32.00% yellow, 20.00% black
  • XYZ: 53.06, 57.49, 25.02
  • Yxy: 57.49, 0.3914, 0.4241
  • Hunter Lab: 80.45, -6.02, 31.93
  • CIE-Lab: 80.45, -6.02, 31.93

In the XYZ color space, this color is represented as X: 53.06, Y: 57.49, Z: 25.02. The Yxy representation further refines this as Y: 57.49, x: 0.3914, and y: 0.4241.

In the Hunter Lab color space, this color is represented as L: 80.45, a: -6.02, and b: 31.93. Similarly, in the CIE-Lab color space, it is represented as L: 80.45, a: -6.02, and b: 31.93.

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

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

Analogous Colors of #CDCA8B

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

Split Complementary Colors of #CDCA8B

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

Tetradic Colors of #CDCA8B

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

Monochromatic Colors of #CDCA8B

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

Complementary Color of #CDCA8B

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

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

HTML Examples of #CDCA8B

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

Related Colors of #CDCA8B

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