Skip to main content Skip to docs navigation

#dbbb00 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 #dbbb00 Color code in RGB color code model is created after adding 85.88% red color, 73.33% green color and 0% blue color. Hex #dbbb00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 100% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code dbbb00 #dbbb00
RGB Decimal 219, 187, 0 219, 187, 0
RGB Percent 86%, 73%, 0% rgb(86%, 73%, 0%)
CSS RGBa 219, 187, 0,1 rgba(219,187,0,1)
CMYK Model cmyk(0%,15%,100%,14.12%)
HSL Color Space 51,100% ,43% hsl(51,100% ,43%)
HSV Color Space 51°, 100%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10111011 00000000
Octal 333 273 0
Decimal 219 187 0
Hex db bb 00

Different shades of #dbbb00 color code.

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

Darkest of #dbbb00
#423800
Darker of #dbbb00
#756400
Dark of #dbbb00
#a88f00
Base of #dbbb00
#dbbb00
Light of #dbbb00
#ffdc0f
Lighter
#ffe342
Lightest
#ffeb75

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

#dbbb00
#0020db

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

Split Complementary

#dbbb00
#008edb
#4d00db

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

Analogous Color

#db3b00
#db6000
#dbbb00
#b2db00
#57db00

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

#dbbb00
#bb00db
#00dbbb

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

#dbbb00
#00dbbb
#0020db
#db0020

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

#dbbb00
#00db4d
#0020db
#db008e

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 #dbbb00

#0f0d00
#423800
#756400
#a88f00
#dbbb00
#ffdc0f
#ffe342
#ffeb75
#fff2a8

Tints of #dbbb00 Color

#dbbb00
#dfc21c
#e3ca38
#e7d155
#ebd971
#efe08d
#f3e8aa
#f7efc6
#fbf7e2
#ffffff

Shades of #dbbb00 color code

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

#dbbb00
#c2a600
#aa9100
#927c00
#796700
#615300
#493e00
#302900
#181400
#000000

Tones

#dbbb00
#c5ab16
#af9c2c
#998c42
#837d58

Tones

Similar Color like #dbbb00 color

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

#dcbc01
#ddbd02
#debe03
#dfbf04
#e0c005
#e1c106
#e2c207
#e3c308
#e4c409
#e5c50a
#e6c60b
#e7c70c
#e8c80d
#e9c90e
#daba00
#d9b900
#d8b800
#d7b700
#d6b600
#d5b500
#d4b400
#d3b300
#d2b200
#d1b100
#d0b000
#cfaf00
#ceae00
#cdad00

Download this Dark Yellow

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

#dbbb00 Color Code Preview on Black Background Color

This is how #dbbb00 Color will look on black background color. Color contrast ratio is 11.12

#dbbb00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbb00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbb00

#dbbb00 color code is use for CSS Background Color

Background color for the above div is #dbbb00

HTML with inline CSS

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

#dbbb00 color code is use for CSS Border Color

CSS Border color for the above div is #dbbb00

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbb00

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbb00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbb00

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbb00

HTML with inline CSS

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

#dbbb00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbb00 Color code Preview on White Background

This is how #dbbb00 Color code will look on white background color. Color contrast ratio is 1.89

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

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