rgb(221, 177, 34)
- In a RGB color space, hex #ddb122 color is composed of 87% red, 69% green, and 13% blue.
- In a CMYK color space, it is consist of 0% cyan, 20% magenta, 85% yellow and 13% black.
- In web design, the web safe color for #ddb122 is #CC9900. The complementary color of #ddb122 is #214ddd.
#ddb122 Color Conversion
Hex Color #ddb122 RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #ddb122
-
#ddb122
#ddb122
-
#214ddd
#214ddd
-
#eed891
#eed891
-
#91a7ee
#91a7ee
-
#a58419
#a58419
-
#1839a5
#1839a5
-
#b2a26c
#b2a26c
-
#6c7db2
#6c7db2
Two colors (#ddb122,#214ddd) 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.
-
#ddb122
#ddb122
-
#eed891
#eed891
-
#6e5811
#6e5811
-
#f6ebc8
#f6ebc8
-
#a58419
#a58419
-
#b2a26c
#b2a26c
-
#52420c
#52420c
-
#b8b096
#b8b096
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 #ddb122
-
#ddb122
#ddb122
-
#C79F1F
#C79F1F
-
#B18E1B
#B18E1B
-
#9B7C18
#9B7C18
-
#856A14
#856A14
-
#6F5911
#6F5911
-
#58470E
#58470E
-
#42350A
#42350A
-
#2C2307
#2C2307
-
#161203
#161203
-
#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.
-
#ddb122
#ddb122
-
#E0B938
#E0B938
-
#E4C14E
#E4C14E
-
#E7C864
#E7C864
-
#EBD07A
#EBD07A
-
#EED891
#EED891
-
#F1E0A7
#F1E0A7
-
#F5E8BD
#F5E8BD
-
#F8EFD3
#F8EFD3
-
#FCF7E9
#FCF7E9
-
#FEFDF8
#FEFDF8
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
#ddb122 Color Preview on Black Background
#ddb122 Color Preview on White Background
<span style="color:#ddb122;">Text here</span>
#ddb122 Background Color
#ddb122 Background Color
<p style="background-color:#ddb122;">Text here</p>
#ddb122 Border Color
<div style="border:1px solid #ddb122;">Text here</div>
<style>.text {color:#ddb122;}
.background {background-color:#ddb122;}
.border {border:1px solid #ddb122;}</style>