Color: #DBBF6B
#DBBF6B Color Information
#DBBF6B is a light color. The closest websafe version is #DBBF6B. A complement of this color would be #6B87DB, perceived brightness is 0.74, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 45°,a saturation of 61%, and a lightness of 64%.The HSV representation shows a hue of 45°, a saturation of 51%, and a value of 86%.
In a RGB color space, #DBBF6B is composed of 86% red, 75% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 51% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 54.00, x: 0.4293, and y: 0.4369.
Color Code #DBBF6B
Shades of Color #DBBF6B
Shades are created by darkening the original color #DBBF6B 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 #DBBF6B
Tints are created by lightening the original color #DBBF6B 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 #DBBF6B Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 61%, and a lightness of 64%. The HSV representation shows a hue of 45°, a saturation of 51%, and a value of 86%.
- HEX: #DBBF6B
- RGB: rgb(219, 191, 107)
- HSL: hsl(45, 61%, 64%)
- HSV: hsv(45, 51%, 86%)
- CMYK: 0.00% cyan, 13.00% magenta, 51.00% yellow, 14.00% black
- XYZ: 53.06, 54.00, 16.55
- Yxy: 54.00, 0.4293, 0.4369
- Hunter Lab: 78.46, 2.55, 45.81
- CIE-Lab: 78.46, 2.55, 45.81
In the XYZ color space, this color is represented as X: 53.06, Y: 54.00, Z: 16.55. The Yxy representation further refines this as Y: 54.00, x: 0.4293, and y: 0.4369.
In the Hunter Lab color space, this color is represented as L: 78.46, a: 2.55, and b: 45.81. Similarly, in the CIE-Lab color space, it is represented as L: 78.46, a: 2.55, and b: 45.81.
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 #DBBF6B
Triadic colors are three colors evenly spaced around the color wheel, including #DBBF6B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBBF6B
Split complementary colors are two colors adjacent to the complementary color of #DBBF6B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBBF6B
Monochromatic colors are variations of #DBBF6B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBBF6B
The complementary color of #DBBF6B 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 #DBBF6B
/* Using HEX */ body { background-color: #dbbf6b; }
/* Using RGB */ body { background-color: rgb(219, 191, 107); }
/* Using RGB with opacity */ body { background-color: rgba(219, 191, 107, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 61%, 64%); }
/* Text color */ p { color: #dbbf6b; }
/* Box shadow */ div { box-shadow: 4px 4px #dbbf6b; }
/* Border color */ .box { border: 4px solid #dbbf6b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbbf6b; }
/* Background with text */ div { background: #dbbf6b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBBF6B
<!-- Using HEX --> <div style="background-color: #dbbf6b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 191, 107); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 191, 107, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 61%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbbf6b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbbf6b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbbf6b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbbf6b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbbf6b; color: #fff; padding: 16px; border-radius: 8px;"> #DBBF6B </div>
Related Colors of #DBBF6B
These colors are similar to #DBBF6B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.