crispedge.com

Color picker

Loading...

#d4b211 hex color - Green - Warm color - Information

#d4b211 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #d4b211 Color code in RGB color code model is created after adding 83.14% red color, 69.8% green color and 6.67% blue color. Hex #d4b211 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 92% yellow and 17% black.

Hex #d4b211 color code is between #ccaa00 web safe hex color code and #ddbb00 web safe hex color code. #ccaa00 is the nearest web safe color code. You can see here many more shades of #d4b211 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded4b211#d4b211
RGB Decimal212, 178, 17rgb(212, 178, 17)
RGB Percent83%, 70%, 7%rgb(83%, 70%, 7%)
CSS RGBa212, 178, 17,1rgba(212,178,17,1)
CMYK Modelcmyk(0%,16%,92%,17%)
HSL Color Space50,85% ,45%hsl(50,85% ,45%)
HSV Color Space50°, 92%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101001011001000010001
Octal32426221
Decimal21217817
Hexd4b211

Different shades of #d4b211 color code.

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

Light Shade of #d4b211
#eecc2a
Dark Shade of #d4b211
#a58a0d
Saturated Shade of #d4b211
#dfb906
Desaturated Shade of #d4b211
#c9ab1c
Grey scale Shade of #d4b211
#727272
Brighten Shade
#edcb2a
Most Readable Shade
#000000

Shades of #d4b211 color code

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

#d4b211
#bc9e0f
#a48a0d
#8d760b
#756209
#5e4f07
#463b05
#2f2703
#171301
#000000

Similar Color like #d4b211 color

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

#d5b312
#d6b413
#d7b514
#d8b615
#d9b716
#dab817
#dbb918
#dcba19
#ddbb1a
#debc1b
#dfbd1c
#e0be1d
#e1bf1e
#e2c01f
#d3b110
#d2b00f
#d1af0e
#d0ae0d
#cfad0c
#ceac0b
#cdab0a
#ccaa09
#cba908
#caa807
#c9a706
#c8a605
#c7a504
#c6a403

Monochromatic Color with #d4b211

#d4b211
#fed614
#2a2303
#544707
#7f6b0a
#a98e0e

Tints of #d4b211 Color

#d4b211
#d8ba2b
#ddc345
#e2cb60
#e7d47a
#ebdc95
#f0e5af
#f5edca
#faf6e4
#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

#d4b211
#1133d4

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

Split Complementary

#d4b211
#1195d4
#5111d4

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

Analogous Color

#d46411
#d48b11
#d4b211
#cfd411
#a8d411

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

#d4b211
#11d4b2
#b211d4

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

#d4b211
#11d450
#1133d4
#d41194

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

#d4b211
#1133d4
#5111d4
#95d411

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

#d4b211 Color Code Preview on Black Background Color

This is how #d4b211 Color will look on black background color. Color contrast ratio is 10.18

#d4b211 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4b211

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4b211

#d4b211 color code is use for CSS Background Color

Background color for the above div is #d4b211

HTML with inline CSS

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

#d4b211 color code is use for CSS Border Color

CSS Border color for the above div is #d4b211

HTML with inline CSS

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

CSS Border Left color for the above div is #d4b211

HTML with inline CSS

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

CSS Border Right color for the above div is #d4b211

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d4b211

HTML with inline CSS

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

CSS Border Top color for the above div is #d4b211

HTML with inline CSS

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

#d4b211 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d4b211 Color code Preview on White Background

This is how #d4b211 Color code will look on white background color. Color contrast ratio is 2.06

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

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(212,178,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,51,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,178,17,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.