Color: #DDBE64
#DDBE64 Color Information
#DDBE64 is a light color. The closest websafe version is #DDBE64. A complement of this color would be #6482DD, perceived brightness is 0.74, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 45°,a saturation of 64%, and a lightness of 63%.The HSV representation shows a hue of 45°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DDBE64 is composed of 87% red, 75% green and 39% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 55% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 53.77, x: 0.4357, and y: 0.4405.
Color Code #DDBE64
Shades of Color #DDBE64
Shades are created by darkening the original color #DDBE64 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 #DDBE64
Tints are created by lightening the original color #DDBE64 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 #DDBE64 Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 64%, and a lightness of 63%. The HSV representation shows a hue of 45°, a saturation of 55%, and a value of 87%.
- HEX: #DDBE64
- RGB: rgb(221, 190, 100)
- HSL: hsl(45, 64%, 63%)
- HSV: hsv(45, 55%, 87%)
- CMYK: 0.00% cyan, 14.00% magenta, 55.00% yellow, 13.00% black
- XYZ: 53.18, 53.77, 15.11
- Yxy: 53.77, 0.4357, 0.4405
- Hunter Lab: 78.33, 3.45, 49.07
- CIE-Lab: 78.33, 3.45, 49.07
In the XYZ color space, this color is represented as X: 53.18, Y: 53.77, Z: 15.11. The Yxy representation further refines this as Y: 53.77, x: 0.4357, and y: 0.4405.
In the Hunter Lab color space, this color is represented as L: 78.33, a: 3.45, and b: 49.07. Similarly, in the CIE-Lab color space, it is represented as L: 78.33, a: 3.45, and b: 49.07.
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 #DDBE64
Triadic colors are three colors evenly spaced around the color wheel, including #DDBE64. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDBE64
Monochromatic colors are variations of #DDBE64, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDBE64
The complementary color of #DDBE64 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 #DDBE64
/* Using HEX */ body { background-color: #ddbe64; }
/* Using RGB */ body { background-color: rgb(221, 190, 100); }
/* Using RGB with opacity */ body { background-color: rgba(221, 190, 100, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 64%, 63%); }
/* Text color */ p { color: #ddbe64; }
/* Box shadow */ div { box-shadow: 4px 4px #ddbe64; }
HTML Examples of #DDBE64
<!-- Using HEX --> <div style="background-color: #ddbe64; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 190, 100); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 190, 100, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 64%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddbe64;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddbe64; width: 100px; height: 100px;"></div>
Related Colors of #DDBE64
These colors are similar to #DDBE64, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.