crispedge.com

Color picker

Loading...

#dfa01a hex color - Grapefruit Yellow - Yellow - Warm color - Information

#dfa01a hex color - Grapefruit Yellow - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #dfa01a Color Code is also known as Grapefruit Yellow color.

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

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

0 Likes 0 Comments | 17 Views

RGB Chart

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

Color Table

Hex Color Codedfa01a#dfa01a
RGB Decimal223, 160, 26rgb(223, 160, 26)
RGB Percent87%, 63%, 10%rgb(87%, 63%, 10%)
CSS RGBa223, 160, 26,1rgba(223,160,26,1)
CMYK Modelcmyk(0%,28%,88%,13%)
HSL Color Space41,79% ,49%hsl(41,79% ,49%)
HSV Color Space41°, 88%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010000000011010
Octal33724032
Decimal22316026
Hexdfa01a

Different shades of #dfa01a color code.

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

Light Shade of #dfa01a
#e9b443
Dark Shade of #dfa01a
#b17f15
Saturated Shade of #dfa01a
#eba40e
Desaturated Shade of #dfa01a
#d39b26
Grey scale Shade of #dfa01a
#7c7c7c
Brighten Shade
#f8b933
Most Readable Shade
#000000

Shades of #dfa01a color code

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

#dfa01a
#c68e17
#ad7c14
#946a11
#7b580e
#63470b
#4a3508
#312305
#181102
#000000

Similar Color like #dfa01a color

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

#e0a11b
#e1a21c
#e2a31d
#e3a41e
#e4a51f
#e5a620
#e6a721
#e7a822
#e8a923
#e9aa24
#eaab25
#ebac26
#ecad27
#edae28
#de9f19
#dd9e18
#dc9d17
#db9c16
#da9b15
#d99a14
#d89913
#d79812
#d69711
#d59610
#d4950f
#d3940e
#d2930d
#d1920c

Monochromatic Color with #dfa01a

#dfa01a
#0a0801
#352606
#5f450b
#8a6310
#b48115

Tints of #dfa01a Color

#dfa01a
#e2aa33
#e6b54c
#e9bf66
#edca7f
#f0d499
#f4dfb2
#f7e9cc
#fbf4e5
#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

#dfa01a
#1a59df

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

Split Complementary

#dfa01a
#1abbdf
#3e1adf

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

Analogous Color

#df511a
#df791a
#dfa01a
#dfc71a
#cfdf1a

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

#dfa01a
#1adfa0
#a01adf

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

#dfa01a
#1adf3e
#1a59df
#df1abb

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

#dfa01a
#1a59df
#3e1adf
#bbdf1a

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

#dfa01a Color Code Preview on Black Background Color

This is how #dfa01a Color will look on black background color. Color contrast ratio is 9.18

#dfa01a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa01a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa01a

#dfa01a color code is use for CSS Background Color

Background color for the above div is #dfa01a

HTML with inline CSS

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

#dfa01a color code is use for CSS Border Color

CSS Border color for the above div is #dfa01a

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa01a

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa01a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa01a

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa01a

HTML with inline CSS

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

#dfa01a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa01a Color code Preview on White Background

This is how #dfa01a Color code will look on white background color. Color contrast ratio is 2.29

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

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(223,160,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,89,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,160,26,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.