Color: #CDD92C

#CDD92C Color Information

#CDD92C is a light color. The closest websafe version is #CDD92C. A complement of this color would be #372CD8, perceived brightness is 0.76, and the grayscale version is #838383.

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

In a RGB color space, #CDD92C is composed of 80% red, 85% green and 17% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 80% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 63.48, x: 0.4243, and y: 0.5015.

Color Code #CDD92C

HEX
#CDD92C
RGB
rgb(205, 217, 44)
HSL
hsl(64, 69%, 51%)
HSV
hsv(64, 80%, 85%)
CMYK
6%, 0%, 80%, 15%
XYZ
X: 53.70, Y: 63.48, Z: 9.39
Lab
L: 83.69, a: -18.34, b: 74.98
Name

Shades of Color #CDD92C

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

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

In the HSL color space, this color has a hue angle of 64°, a saturation of 69%, and a lightness of 51%. The HSV representation shows a hue of 64°, a saturation of 80%, and a value of 85%.

  • HEX: #CDD92C
  • RGB: rgb(205, 217, 44)
  • HSL: hsl(64, 69%, 51%)
  • HSV: hsv(64, 80%, 85%)
  • CMYK: 6.00% cyan, 0.00% magenta, 80.00% yellow, 15.00% black
  • XYZ: 53.70, 63.48, 9.39
  • Yxy: 63.48, 0.4243, 0.5015
  • Hunter Lab: 83.69, -18.34, 74.98
  • CIE-Lab: 83.69, -18.34, 74.98

In the XYZ color space, this color is represented as X: 53.70, Y: 63.48, Z: 9.39. The Yxy representation further refines this as Y: 63.48, x: 0.4243, and y: 0.5015.

In the Hunter Lab color space, this color is represented as L: 83.69, a: -18.34, and b: 74.98. Similarly, in the CIE-Lab color space, it is represented as L: 83.69, a: -18.34, and b: 74.98.

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

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

Analogous Colors of #CDD92C

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

Monochromatic Colors of #CDD92C

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

Complementary Color of #CDD92C

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

/* Using HEX */
body {
  background-color: #cdd92c;
}
/* Using RGB */
body {
  background-color: rgb(205, 217, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 217, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(64, 69%, 51%);
}
/* Text color */
p {
  color: #cdd92c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdd92c;
}

HTML Examples of #CDD92C

<!-- Using HEX -->
<div style="background-color: #cdd92c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 217, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 217, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(64, 69%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdd92c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdd92c; width: 100px; height: 100px;"></div>

Related Colors of #CDD92C

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