Color: #CEB83B

#CEB83B Color Information

#CEB83B is a light color. The closest websafe version is #CEB83B. A complement of this color would be #3B51CE, perceived brightness is 0.69, and the grayscale version is #858585.

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

In a RGB color space, #CEB83B is composed of 81% red, 72% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 71% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 48.36, x: 0.4466, and y: 0.4695.

Color Code #CEB83B

#CEB83Brgb(206, 184, 59)
HEX
#CEB83B
RGB
rgb(206, 184, 59)
HSL
hsl(51, 60%, 52%)
HSV
hsv(51, 71%, 81%)
CMYK
0%, 11%, 71%, 19%
XYZ
X: 46.00, Y: 48.36, Z: 8.64
Lab
L: 75.05, a: -1.78, b: 62.73
Name

Shades of Color #CEB83B

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

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

#CEB83Brgb(206, 184, 59)

About #CEB83B Color Code

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

  • HEX: #CEB83B
  • RGB: rgb(206, 184, 59)
  • HSL: hsl(51, 60%, 52%)
  • HSV: hsv(51, 71%, 81%)
  • CMYK: 0.00% cyan, 11.00% magenta, 71.00% yellow, 19.00% black
  • XYZ: 46.00, 48.36, 8.64
  • Yxy: 48.36, 0.4466, 0.4695
  • Hunter Lab: 75.05, -1.78, 62.73
  • CIE-Lab: 75.05, -1.78, 62.73

In the XYZ color space, this color is represented as X: 46.00, Y: 48.36, Z: 8.64. The Yxy representation further refines this as Y: 48.36, x: 0.4466, and y: 0.4695.

In the Hunter Lab color space, this color is represented as L: 75.05, a: -1.78, and b: 62.73. Similarly, in the CIE-Lab color space, it is represented as L: 75.05, a: -1.78, and b: 62.73.

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

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

Analogous Colors of #CEB83B

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

Split Complementary Colors of #CEB83B

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

Tetradic Colors of #CEB83B

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

Monochromatic Colors of #CEB83B

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

Complementary Color of #CEB83B

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

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

HTML Examples of #CEB83B

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

Related Colors of #CEB83B

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