Color: #DDBC9C
#DDBC9C Color Information
#DDBC9C is a light color. The closest websafe version is #DDBC9C. A complement of this color would be #9CBDDD, perceived brightness is 0.76, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 30°,a saturation of 49%, and a lightness of 74%.The HSV representation shows a hue of 30°, a saturation of 29%, and a value of 87%.
In a RGB color space, #DDBC9C is composed of 87% red, 74% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 29% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 54.15, x: 0.3991, and y: 0.3884.
Color Code #DDBC9C
Shades of Color #DDBC9C
Shades are created by darkening the original color #DDBC9C 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 #DDBC9C
Tints are created by lightening the original color #DDBC9C 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 #DDBC9C Color Code
In the HSL color space, this color has a hue angle of 30°, a saturation of 49%, and a lightness of 74%. The HSV representation shows a hue of 30°, a saturation of 29%, and a value of 87%.
- HEX: #DDBC9C
- RGB: rgb(221, 188, 156)
- HSL: hsl(30, 49%, 74%)
- HSV: hsv(30, 29%, 87%)
- CMYK: 0.00% cyan, 15.00% magenta, 29.00% yellow, 13.00% black
- XYZ: 55.65, 54.15, 29.63
- Yxy: 54.15, 0.3991, 0.3884
- Hunter Lab: 78.55, 8.75, 20.86
- CIE-Lab: 78.55, 8.75, 20.86
In the XYZ color space, this color is represented as X: 55.65, Y: 54.15, Z: 29.63. The Yxy representation further refines this as Y: 54.15, x: 0.3991, and y: 0.3884.
In the Hunter Lab color space, this color is represented as L: 78.55, a: 8.75, and b: 20.86. Similarly, in the CIE-Lab color space, it is represented as L: 78.55, a: 8.75, and b: 20.86.
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 #DDBC9C
Triadic colors are three colors evenly spaced around the color wheel, including #DDBC9C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDBC9C
Monochromatic colors are variations of #DDBC9C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDBC9C
The complementary color of #DDBC9C 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 #DDBC9C
/* Using HEX */ body { background-color: #ddbc9c; }
/* Using RGB */ body { background-color: rgb(221, 188, 156); }
/* Using RGB with opacity */ body { background-color: rgba(221, 188, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(30, 49%, 74%); }
/* Text color */ p { color: #ddbc9c; }
/* Box shadow */ div { box-shadow: 4px 4px #ddbc9c; }
/* Border color */ .box { border: 4px solid #ddbc9c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ddbc9c; }
/* Background with text */ div { background: #ddbc9c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDBC9C
<!-- Using HEX --> <div style="background-color: #ddbc9c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 188, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 188, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(30, 49%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddbc9c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddbc9c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ddbc9c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ddbc9c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ddbc9c; color: #fff; padding: 16px; border-radius: 8px;"> #DDBC9C </div>
Related Colors of #DDBC9C
These colors are similar to #DDBC9C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.