Color: #DDB25D
#DDB25D Color Information
#DDB25D is a light color. The closest websafe version is #DDB25D. A complement of this color would be #5F89DD, perceived brightness is 0.71, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 40°,a saturation of 65%, and a lightness of 62%.The HSV representation shows a hue of 40°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DDB25D is composed of 87% red, 70% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 58% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 48.67, x: 0.4483, and y: 0.4343.
Color Code #DDB25D
Shades of Color #DDB25D
Shades are created by darkening the original color #DDB25D 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 #DDB25D
Tints are created by lightening the original color #DDB25D 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 #DDB25D Color Code
In the HSL color space, this color has a hue angle of 40°, a saturation of 65%, and a lightness of 62%. The HSV representation shows a hue of 40°, a saturation of 58%, and a value of 87%.
- HEX: #DDB25D
- RGB: rgb(221, 178, 93)
- HSL: hsl(40, 65%, 62%)
- HSV: hsv(40, 58%, 87%)
- CMYK: 0.00% cyan, 19.00% magenta, 58.00% yellow, 13.00% black
- XYZ: 50.24, 48.67, 13.15
- Yxy: 48.67, 0.4483, 0.4343
- Hunter Lab: 75.24, 9.05, 48.89
- CIE-Lab: 75.24, 9.05, 48.89
In the XYZ color space, this color is represented as X: 50.24, Y: 48.67, Z: 13.15. The Yxy representation further refines this as Y: 48.67, x: 0.4483, and y: 0.4343.
In the Hunter Lab color space, this color is represented as L: 75.24, a: 9.05, and b: 48.89. Similarly, in the CIE-Lab color space, it is represented as L: 75.24, a: 9.05, and b: 48.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 #DDB25D
Triadic colors are three colors evenly spaced around the color wheel, including #DDB25D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDB25D
Monochromatic colors are variations of #DDB25D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDB25D
The complementary color of #DDB25D 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 #DDB25D
/* Using HEX */ body { background-color: #ddb25d; }
/* Using RGB */ body { background-color: rgb(221, 178, 93); }
/* Using RGB with opacity */ body { background-color: rgba(221, 178, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(40, 65%, 62%); }
/* Text color */ p { color: #ddb25d; }
/* Box shadow */ div { box-shadow: 4px 4px #ddb25d; }
HTML Examples of #DDB25D
<!-- Using HEX --> <div style="background-color: #ddb25d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 178, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 178, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(40, 65%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddb25d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddb25d; width: 100px; height: 100px;"></div>
Related Colors of #DDB25D
These colors are similar to #DDB25D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.