crispedge.com

Color picker

Loading...

#ddbc1a hex color - Yellow - Warm color - Information

#ddbc1a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ddbc1a Color code in RGB color code model is created after adding 86.67% red color, 73.73% green color and 10.2% blue color. Hex #ddbc1a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 88% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddbc1a#ddbc1a
RGB Decimal221, 188, 26rgb(221, 188, 26)
RGB Percent87%, 74%, 10%rgb(87%, 74%, 10%)
CSS RGBa221, 188, 26,1rgba(221,188,26,1)
CMYK Modelcmyk(0%,15%,88%,13%)
HSL Color Space50,79% ,48%hsl(50,79% ,48%)
HSV Color Space50°, 88%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011110000011010
Octal33527432
Decimal22118826
Hexddbc1a

Different shades of #ddbc1a color code.

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

Light Shade of #ddbc1a
#e9cc41
Dark Shade of #ddbc1a
#af9515
Saturated Shade of #ddbc1a
#e9c40e
Desaturated Shade of #ddbc1a
#d1b426
Grey scale Shade of #ddbc1a
#7b7b7b
Brighten Shade
#f6d533
Most Readable Shade
#000000

Shades of #ddbc1a color code

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

#ddbc1a
#c4a717
#ab9214
#937d11
#7a680e
#62530b
#493e08
#312905
#181402
#000000

Similar Color like #ddbc1a color

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

#debd1b
#dfbe1c
#e0bf1d
#e1c01e
#e2c11f
#e3c220
#e4c321
#e5c422
#e6c523
#e7c624
#e8c725
#e9c826
#eac927
#ebca28
#dcbb19
#dbba18
#dab917
#d9b816
#d8b715
#d7b614
#d6b513
#d5b412
#d4b311
#d3b210
#d2b10f
#d1b00e
#d0af0d
#cfae0c

Monochromatic Color with #ddbc1a

#ddbc1a
#080701
#332b06
#5d500b
#887410
#b39815

Tints of #ddbc1a Color

#ddbc1a
#e0c333
#e4ca4c
#e8d266
#ecd97f
#efe199
#f3e8b2
#f7f0cc
#fbf7e5
#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

#ddbc1a
#1a3bdd

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

Split Complementary

#ddbc1a
#1a9ddd
#5b1add

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

Analogous Color

#dd6e1a
#dd951a
#ddbc1a
#d7dd1a
#b0dd1a

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

#ddbc1a
#1addbc
#bc1add

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

#ddbc1a
#1add5b
#1a3bdd
#dd1a9c

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

#ddbc1a
#1a3bdd
#5a1add
#9ddd1a

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

#ddbc1a Color Code Preview on Black Background Color

This is how #ddbc1a Color will look on black background color. Color contrast ratio is 11.28

#ddbc1a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc1a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc1a

#ddbc1a color code is use for CSS Background Color

Background color for the above div is #ddbc1a

HTML with inline CSS

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

#ddbc1a color code is use for CSS Border Color

CSS Border color for the above div is #ddbc1a

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbc1a

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbc1a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbc1a

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbc1a

HTML with inline CSS

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

#ddbc1a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbc1a Color code Preview on White Background

This is how #ddbc1a Color code will look on white background color. Color contrast ratio is 1.86

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

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,188,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,59,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,188,26,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.