@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ddb95b hex color - Yellow - Warm color - Information

#ddb95b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ddb95b Color code in RGB color code model is created after adding 86.67% red color, 72.55% green color and 35.69% blue color. Hex #ddb95b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 59% yellow and 13.33% black.

Hex #ddb95b color code is between #ccbb55 web safe hex color code and #eeaa66 web safe hex color code. #ccbb55 is the nearest web safe color code. You can see here many more shades of #ddb95b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeddb95b#ddb95b
RGB Decimal221, 185, 91rgb(221, 185, 91)
RGB Percent87%, 73%, 36%rgb(87%, 73%, 36%)
CSS RGBa221, 185, 91,1rgba(221,185,91,1)
CMYK Modelcmyk(0%,16%,59%,13.33%)
HSL Color Space43,66% ,61%hsl(43,66% ,61%)
HSV Color Space43°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011100101011011
Octal335271133
Decimal22118591
Hexddb95b

Different shades of #ddb95b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ddb95b
#e6cb85
Dark Shade of #ddb95b
#d4a731
Saturated Shade of #ddb95b
#e7bd51
Desaturated Shade of #ddb95b
#d3b565
Grey scale Shade of #ddb95b
#9c9c9c
Brighten Shade
#f6d274
Most Readable Shade
#000000

Shades of #ddb95b color code

Generate more color scales with scales (color stack) generator.

#ddb95b
#c4a450
#ab8f46
#937b3c
#7a6632
#625228
#493d1e
#312914
#18140a
#000000

Similar Color like #ddb95b color

Find visually similar hex color codes nearing to #ddb95b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#deba5c
#dfbb5d
#e0bc5e
#e1bd5f
#e2be60
#e3bf61
#e4c062
#e5c163
#e6c264
#e7c365
#e8c466
#e9c567
#eac668
#ebc769
#dcb85a
#dbb759
#dab658
#d9b557
#d8b456
#d7b355
#d6b254
#d5b153
#d4b052
#d3af51
#d2ae50
#d1ad4f
#d0ac4e
#cfab4d

Monochromatic Color with #ddb95b

#ddb95b
#080703
#332b15
#5d4e26
#887238
#b3954a

Tints of #ddb95b Color

#ddb95b
#e0c06d
#e4c87f
#e8d091
#ecd8a3
#efdfb6
#f3e7c8
#f7efda
#fbf7ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ddb95b
#5b7fdd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ddb95b
#5bc0dd
#785bdd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#dd855b
#dd9f5b
#ddb95b
#ddd35b
#cddd5b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ddb95b
#5bddb9
#b95bdd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ddb95b
#5bdd78
#5b7fdd
#dd5bc0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ddb95b
#5b7fdd
#785bdd
#c0dd5b

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ddb95b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ddb95b Color Code Preview on Black Background Color

This is how #ddb95b Color will look on black background color. Color contrast ratio is 11.17

#ddb95b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ddb95b">Your Example Paragraph content text in with font color #ddb95b </p>

Your Example Paragraph content text in with font color #ddb95b

HTML with inline CSS

<div style="color:#ddb95b">Your Paragraph text in with font color #ddb95b </div>

Your Example Paragraph content text in with font color #ddb95b

#ddb95b color code is use for CSS Background Color

Background color for the above div is #ddb95b

HTML with inline CSS

<div style="background-color:#ddb95b;"></div>

#ddb95b color code is use for CSS Border Color

CSS Border color for the above div is #ddb95b

HTML with inline CSS

<div style="border:5px solid #ddb95b;"></div>

CSS Border Left color for the above div is #ddb95b

HTML with inline CSS

<div style="border-left:5px solid #ddb95b;"></div>

CSS Border Right color for the above div is #ddb95b

HTML with inline CSS

<div style="border-right:5px solid #ddb95b;"></div>

CSS Border Bottom color for the above div is #ddb95b

HTML with inline CSS

<div style="border-bottom:5px solid #ddb95b;"></div>

CSS Border Top color for the above div is #ddb95b

HTML with inline CSS

<div style="border-top:5px solid #ddb95b;"></div>

#ddb95b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ddb95b; } .examplecolorclass {color:#ddb95b; } .examplebordercolor {border:3px solid #ddb95b; }

#ddb95b Color code Preview on White Background

This is how #ddb95b Color code will look on white background color. Color contrast ratio is 1.88

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ddb95b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddb95b; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,185,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,127,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,185,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.