@
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.

#d49e05 hex color - Yellow - Warm color - Information

#d49e05 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #d49e05 Color code in RGB color code model is created after adding 83.14% red color, 61.96% green color and 1.96% blue color. Hex #d49e05 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 98% yellow and 16.86% black.

Hex #d49e05 color code is between #cc9900 web safe hex color code and #ddaa00 web safe hex color code. #cc9900 is the nearest web safe color code. You can see here many more shades of #d49e05 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded49e05#d49e05
RGB Decimal212, 158, 5rgb(212, 158, 5)
RGB Percent83%, 62%, 2%rgb(83%, 62%, 2%)
CSS RGBa212, 158, 5,1rgba(212,158,5,1)
CMYK Modelcmyk(0%,25%,98%,16.86%)
HSL Color Space44,95% ,43%hsl(44,95% ,43%)
HSV Color Space44°, 98%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101001001111000000101
Octal3242365
Decimal2121585
Hexd49e05

Different shades of #d49e05 color code.

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

Light Shade of #d49e05
#f9bd13
Dark Shade of #d49e05
#a27904
Saturated Shade of #d49e05
#d9a000
Desaturated Shade of #d49e05
#c99910
Grey scale Shade of #d49e05
#6c6c6c
Brighten Shade
#edb71e
Most Readable Shade
#000000

Shades of #d49e05 color code

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

#d49e05
#bc8c04
#a47a03
#8d6903
#755702
#5e4602
#463401
#2f2301
#171100
#000000

Similar Color like #d49e05 color

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

#d59f06
#d6a007
#d7a108
#d8a209
#d9a30a
#daa40b
#dba50c
#dca60d
#dda70e
#dea80f
#dfa910
#e0aa11
#e1ab12
#e2ac13
#d39d04
#d29c03
#d19b02
#d09a01
#cf9900
#ce9800
#cd9700
#cc9600
#cb9500
#ca9400
#c99300
#c89200
#c79100
#c69000

Monochromatic Color with #d49e05

#d49e05
#febe06
#2a1f01
#543f02
#7f5f03
#a97e04

Tints of #d49e05 Color

#d49e05
#d8a820
#ddb33c
#e2be58
#e7c974
#ebd38f
#f0deab
#f5e9c7
#faf4e3
#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

#d49e05
#053bd4

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

Split Complementary

#d49e05
#05a3d4
#3605d4

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

Analogous Color

#d44b05
#d47505
#d49e05
#d4c705
#b7d405

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

#d49e05
#05d49e
#9e05d4

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

#d49e05
#05d436
#053bd4
#d405a2

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

#d49e05
#053bd4
#3605d4
#a3d405

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

#d49e05 Color Code Preview on Black Background Color

This is how #d49e05 Color will look on black background color. Color contrast ratio is 8.69

#d49e05 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d49e05

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d49e05

#d49e05 color code is use for CSS Background Color

Background color for the above div is #d49e05

HTML with inline CSS

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

#d49e05 color code is use for CSS Border Color

CSS Border color for the above div is #d49e05

HTML with inline CSS

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

CSS Border Left color for the above div is #d49e05

HTML with inline CSS

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

CSS Border Right color for the above div is #d49e05

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d49e05

HTML with inline CSS

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

CSS Border Top color for the above div is #d49e05

HTML with inline CSS

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

#d49e05 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d49e05 Color code Preview on White Background

This is how #d49e05 Color code will look on white background color. Color contrast ratio is 2.42

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

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,158,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,59,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(212,158,5,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.