Skip to main content Skip to docs navigation

#daba00 hex color | Download Dark Yellow BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Alu Gobi and its hex is #DDBB00 Nearest Color Name

Color Hue/Base color: Yellow

Hex #daba00 Color code in RGB color code model is created after adding 85.49% red color, 72.94% green color and 0% blue color. Hex #daba00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 100% yellow and 14.51% black.

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

RGB Chart

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

Color Table

Hex Color Code daba00 #daba00
RGB Decimal 218, 186, 0 218, 186, 0
RGB Percent 85%, 73%, 0% rgb(85%, 73%, 0%)
CSS RGBa 218, 186, 0,1 rgba(218,186,0,1)
CMYK Model cmyk(0%,15%,100%,14.51%)
HSL Color Space 51,100% ,43% hsl(51,100% ,43%)
HSV Color Space 51°, 100%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 10111010 00000000
Octal 332 272 0
Decimal 218 186 0
Hex da ba 00

Different shades of #daba00 color code.

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

Darkest of #daba00
#413700
Darker of #daba00
#746300
Dark of #daba00
#a78f00
Base of #daba00
#daba00
Light of #daba00
#ffdc0e
Lighter
#ffe341
Lightest
#ffeb74

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

#daba00
#0020da

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

Split Complementary

#daba00
#008dda
#4d00da

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

Analogous Color

#da3b00
#da5f00
#daba00
#b1da00
#57da00

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

#daba00
#ba00da
#00daba

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

#daba00
#00daba
#0020da
#da0020

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#daba00
#00da4d
#0020da
#da008d

Square 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).

Monochromatic Color with #daba00

#0e0c00
#413700
#746300
#a78f00
#daba00
#ffdc0e
#ffe341
#ffeb74
#fff2a7

Tints of #daba00 Color

#daba00
#dec11c
#e2c938
#e6d155
#ead871
#eee08d
#f2e8aa
#f6efc6
#faf7e2
#ffffff

Shades of #daba00 color code

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

#daba00
#c1a500
#a99000
#917c00
#796700
#605200
#483e00
#302900
#181400
#000000

Tones

#daba00
#c4ab16
#ae9b2c
#998c41
#837c57

Tones

Similar Color like #daba00 color

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

#dbbb01
#dcbc02
#ddbd03
#debe04
#dfbf05
#e0c006
#e1c107
#e2c208
#e3c309
#e4c40a
#e5c50b
#e6c60c
#e7c70d
#e8c80e
#d9b900
#d8b800
#d7b700
#d6b600
#d5b500
#d4b400
#d3b300
#d2b200
#d1b100
#d0b000
#cfaf00
#ceae00
#cdad00
#ccac00

Download this Dark Yellow

Hex #daba00 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.

#daba00 Color Code Preview on Black Background Color

This is how #daba00 Color will look on black background color. Color contrast ratio is 11.00

#daba00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daba00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daba00

#daba00 color code is use for CSS Background Color

Background color for the above div is #daba00

HTML with inline CSS

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

#daba00 color code is use for CSS Border Color

CSS Border color for the above div is #daba00

HTML with inline CSS

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

CSS Border Left color for the above div is #daba00

HTML with inline CSS

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

CSS Border Right color for the above div is #daba00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daba00

HTML with inline CSS

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

CSS Border Top color for the above div is #daba00

HTML with inline CSS

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

#daba00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daba00 Color code Preview on White Background

This is how #daba00 Color code will look on white background color. Color contrast ratio is 1.91

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,186,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,32,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,186,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }