Color: #DEC99F
#DEC99F Color Information
#DEC99F is a light color. The closest websafe version is #DEC99F. A complement of this color would be #A0B5DE, perceived brightness is 0.79, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 40°,a saturation of 49%, and a lightness of 75%.The HSV representation shows a hue of 40°, a saturation of 28%, and a value of 87%.
In a RGB color space, #DEC99F is composed of 87% red, 79% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 28% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 60.23, x: 0.3928, and y: 0.3989.
Color Code #DEC99F
Shades of Color #DEC99F
Shades are created by darkening the original color #DEC99F 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 #DEC99F
Tints are created by lightening the original color #DEC99F 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 #DEC99F Color Code
In the HSL color space, this color has a hue angle of 40°, a saturation of 49%, and a lightness of 75%. The HSV representation shows a hue of 40°, a saturation of 28%, and a value of 87%.
- HEX: #DEC99F
- RGB: rgb(222, 201, 159)
- HSL: hsl(40, 49%, 75%)
- HSV: hsv(40, 28%, 87%)
- CMYK: 0.00% cyan, 9.00% magenta, 28.00% yellow, 13.00% black
- XYZ: 59.31, 60.23, 31.45
- Yxy: 60.23, 0.3928, 0.3989
- Hunter Lab: 81.96, 2.97, 23.89
- CIE-Lab: 81.96, 2.97, 23.89
In the XYZ color space, this color is represented as X: 59.31, Y: 60.23, Z: 31.45. The Yxy representation further refines this as Y: 60.23, x: 0.3928, and y: 0.3989.
In the Hunter Lab color space, this color is represented as L: 81.96, a: 2.97, and b: 23.89. Similarly, in the CIE-Lab color space, it is represented as L: 81.96, a: 2.97, and b: 23.89.
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 #DEC99F
Triadic colors are three colors evenly spaced around the color wheel, including #DEC99F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DEC99F
Split complementary colors are two colors adjacent to the complementary color of #DEC99F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DEC99F
Monochromatic colors are variations of #DEC99F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DEC99F
The complementary color of #DEC99F 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 #DEC99F
/* Using HEX */ body { background-color: #dec99f; }
/* Using RGB */ body { background-color: rgb(222, 201, 159); }
/* Using RGB with opacity */ body { background-color: rgba(222, 201, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(40, 49%, 75%); }
/* Text color */ p { color: #dec99f; }
/* Box shadow */ div { box-shadow: 4px 4px #dec99f; }
/* Border color */ .box { border: 4px solid #dec99f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dec99f; }
/* Background with text */ div { background: #dec99f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DEC99F
<!-- Using HEX --> <div style="background-color: #dec99f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 201, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 201, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(40, 49%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dec99f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dec99f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dec99f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dec99f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dec99f; color: #fff; padding: 16px; border-radius: 8px;"> #DEC99F </div>
Related Colors of #DEC99F
These colors are similar to #DEC99F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.