crispedge.com

Color picker

Loading...

#ddba1e hex color - Yellow - Warm color - Information

#ddba1e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ddba1e Color code in RGB color code model is created after adding 86.67% red color, 72.94% green color and 11.76% blue color. Hex #ddba1e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 86% yellow and 13% black.

Hex #ddba1e color code is between #ccbb22 web safe hex color code and #eeaa11 web safe hex color code. #ccbb22 is the nearest web safe color code. You can see here many more shades of #ddba1e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddba1e#ddba1e
RGB Decimal221, 186, 30rgb(221, 186, 30)
RGB Percent87%, 73%, 12%rgb(87%, 73%, 12%)
CSS RGBa221, 186, 30,1rgba(221,186,30,1)
CMYK Modelcmyk(0%,16%,86%,13%)
HSL Color Space49,76% ,49%hsl(49,76% ,49%)
HSV Color Space49°, 86%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011101000011110
Octal33527236
Decimal22118630
Hexddba1e

Different shades of #ddba1e color code.

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

Light Shade of #ddba1e
#e6c948
Dark Shade of #ddba1e
#b09418
Saturated Shade of #ddba1e
#eac211
Desaturated Shade of #ddba1e
#d0b22b
Grey scale Shade of #ddba1e
#7d7d7d
Brighten Shade
#f6d337
Most Readable Shade
#000000

Shades of #ddba1e color code

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

#ddba1e
#c4a51a
#ab9017
#937c14
#7a6710
#62520d
#493e0a
#312906
#181403
#000000

Similar Color like #ddba1e color

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

#debb1f
#dfbc20
#e0bd21
#e1be22
#e2bf23
#e3c024
#e4c125
#e5c226
#e6c327
#e7c428
#e8c529
#e9c62a
#eac72b
#ebc82c
#dcb91d
#dbb81c
#dab71b
#d9b61a
#d8b519
#d7b418
#d6b317
#d5b216
#d4b115
#d3b014
#d2af13
#d1ae12
#d0ad11
#cfac10

Monochromatic Color with #ddba1e

#ddba1e
#080701
#332b07
#5d4f0d
#887212
#b39618

Tints of #ddba1e Color

#ddba1e
#e0c137
#e4c950
#e8d169
#ecd882
#efe09b
#f3e8b4
#f7efcd
#fbf7e6
#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

#ddba1e
#1e41dd

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

Split Complementary

#ddba1e
#1ea1dd
#5a1edd

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

Analogous Color

#dd6e1e
#dd941e
#ddba1e
#dadd1e
#b4dd1e

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

#ddba1e
#1eddba
#ba1edd

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

#ddba1e
#1edd5a
#1e41dd
#dd1ea0

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

#ddba1e
#1e41dd
#5a1edd
#a1dd1e

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 #ddba1e 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.

#ddba1e Color Code Preview on Black Background Color

This is how #ddba1e Color will look on black background color. Color contrast ratio is 11.12

#ddba1e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddba1e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddba1e

#ddba1e color code is use for CSS Background Color

Background color for the above div is #ddba1e

HTML with inline CSS

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

#ddba1e color code is use for CSS Border Color

CSS Border color for the above div is #ddba1e

HTML with inline CSS

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

CSS Border Left color for the above div is #ddba1e

HTML with inline CSS

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

CSS Border Right color for the above div is #ddba1e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddba1e

HTML with inline CSS

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

CSS Border Top color for the above div is #ddba1e

HTML with inline CSS

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

#ddba1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddba1e Color code Preview on White Background

This is how #ddba1e Color code will look on white background color. Color contrast ratio is 1.89

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 #ddba1e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddba1e; }

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,186,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,65,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,186,30,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.