Color: #CEB62C

#CEB62C Color Information

#CEB62C is a light color. The closest websafe version is #CEB62C. A complement of this color would be #2C44CE, perceived brightness is 0.68, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 51°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 51°, a saturation of 79%, and a value of 81%.

In a RGB color space, #CEB62C is composed of 81% red, 71% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 79% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 47.42, x: 0.4533, and y: 0.4746.

Color Code #CEB62C

#CEB62Crgb(206, 182, 44)
HEX
#CEB62C
RGB
rgb(206, 182, 44)
HSL
hsl(51, 65%, 49%)
HSV
hsv(51, 79%, 81%)
CMYK
0%, 12%, 79%, 19%
XYZ
X: 45.29, Y: 47.42, Z: 7.20
Lab
L: 74.46, a: -1.24, b: 67.25
Name

Shades of Color #CEB62C

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

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

#CEB62Crgb(206, 182, 44)

About #CEB62C Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 51°, a saturation of 79%, and a value of 81%.

  • HEX: #CEB62C
  • RGB: rgb(206, 182, 44)
  • HSL: hsl(51, 65%, 49%)
  • HSV: hsv(51, 79%, 81%)
  • CMYK: 0.00% cyan, 12.00% magenta, 79.00% yellow, 19.00% black
  • XYZ: 45.29, 47.42, 7.20
  • Yxy: 47.42, 0.4533, 0.4746
  • Hunter Lab: 74.46, -1.24, 67.25
  • CIE-Lab: 74.46, -1.24, 67.25

In the XYZ color space, this color is represented as X: 45.29, Y: 47.42, Z: 7.20. The Yxy representation further refines this as Y: 47.42, x: 0.4533, and y: 0.4746.

In the Hunter Lab color space, this color is represented as L: 74.46, a: -1.24, and b: 67.25. Similarly, in the CIE-Lab color space, it is represented as L: 74.46, a: -1.24, and b: 67.25.

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

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

Analogous Colors of #CEB62C

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

Split Complementary Colors of #CEB62C

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

Tetradic Colors of #CEB62C

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

Monochromatic Colors of #CEB62C

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

Complementary Color of #CEB62C

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

/* Using HEX */
body {
  background-color: #ceb62c;
}
/* Using RGB */
body {
  background-color: rgb(206, 182, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 182, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 65%, 49%);
}
/* Text color */
p {
  color: #ceb62c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceb62c;
}
/* Border color */
.box {
  border: 4px solid #ceb62c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceb62c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceb62c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEB62C
On Black Background
#CEB62C
On White Background
#CEB62C

HTML Examples of #CEB62C

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

Related Colors of #CEB62C

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