rgb(221, 182, 75)
- In a RGB color space, hex #ddb64b color is composed of 87% red, 71% green, and 29% blue.
- In a CMYK color space, it is consist of 0% cyan, 18% magenta, 66% yellow and 13% black.
- In web design, the web safe color for #ddb64b is #FFCC66. The complementary color of #ddb64b is #4b72dd.
#ddb64b Color Conversion
Hex Color #ddb64b RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #ddb64b
-
#ddb64b
#ddb64b
-
#4b72dd
#4b72dd
-
#eedba6
#eedba6
-
#a6b9ee
#a6b9ee
-
#a58838
#a58838
-
#3855a5
#3855a5
-
#b2a47c
#b2a47c
-
#7c8ab2
#7c8ab2
Two colors (#ddb64b,#4b72dd) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#ddb64b
#ddb64b
-
#eedba6
#eedba6
-
#6e5b26
#6e5b26
-
#f6ecd2
#f6ecd2
-
#a58838
#a58838
-
#b2a47c
#b2a47c
-
#52441c
#52441c
-
#b8b19d
#b8b19d
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #ddb64b
-
#ddb64b
#ddb64b
-
#C7A444
#C7A444
-
#B1923C
#B1923C
-
#9B7F35
#9B7F35
-
#856D2D
#856D2D
-
#6F5B26
#6F5B26
-
#58491E
#58491E
-
#423717
#423717
-
#2C240F
#2C240F
-
#161208
#161208
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#ddb64b
#ddb64b
-
#E0BD5D
#E0BD5D
-
#E4C56F
#E4C56F
-
#E7CC81
#E7CC81
-
#EBD393
#EBD393
-
#EEDBA5
#EEDBA5
-
#F1E2B7
#F1E2B7
-
#F5E9C9
#F5E9C9
-
#F8F0DB
#F8F0DB
-
#FCF8ED
#FCF8ED
-
#FEFDFA
#FEFDFA
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#ddb64b Color Preview on Black Background
#ddb64b Color Preview on White Background
<span style="color:#ddb64b;">Text here</span>
#ddb64b Background Color
#ddb64b Background Color
<p style="background-color:#ddb64b;">Text here</p>
#ddb64b Border Color
<div style="border:1px solid #ddb64b;">Text here</div>
<style>.text {color:#ddb64b;}
.background {background-color:#ddb64b;}
.border {border:1px solid #ddb64b;}</style>