Skip to main content Skip to docs navigation

#dbbd0a hex color | Download Dark Green 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 Lionhead and its hex is #D5B60A Nearest Color Name

Color Hue/Base color: Green

Hex #dbbd0a Color code in RGB color code model is created after adding 85.88% red color, 74.12% green color and 3.92% blue color. Hex #dbbd0a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 95% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code dbbd0a #dbbd0a
RGB Decimal 219, 189, 10 219, 189, 10
RGB Percent 86%, 74%, 4% rgb(86%, 74%, 4%)
CSS RGBa 219, 189, 10,1 rgba(219,189,10,1)
CMYK Model cmyk(0%,14%,95%,14.12%)
HSL Color Space 51,91% ,45% hsl(51,91% ,45%)
HSV Color Space 51°, 95%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10111101 00001010
Octal 333 275 12
Decimal 219 189 10
Hex db bd 0a

Different shades of #dbbd0a color code.

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

Darkest of #dbbd0a
#493f03
Darker of #dbbd0a
#796906
Dark of #dbbd0a
#aa9308
Base of #dbbd0a
#dbbd0a
Light of #dbbd0a
#f5d723
Lighter
#f7e054
Lightest
#f9e985

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

#dbbd0a
#0a28db

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

Split Complementary

#dbbd0a
#0a90db
#550adb

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

Analogous Color

#db430a
#db660a
#dbbd0a
#b3db0a
#5cdb0a

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

#dbbd0a
#bd0adb
#0adbbd

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

#dbbd0a
#0adbbd
#0a28db
#db0a28

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

#dbbd0a
#0adb55
#0a28db
#db0a90

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

#181501
#493f03
#796906
#aa9308
#dbbd0a
#f5d723
#f7e054
#f9e985
#fcf2b5

Tints of #dbbd0a Color

#dbbd0a
#dfc425
#e3cb40
#e7d35b
#ebda76
#efe192
#f3e9ad
#f7f0c8
#fbf7e3
#ffffff

Shades of #dbbd0a color code

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

#dbbd0a
#c2a808
#aa9307
#927e06
#796905
#615404
#493f03
#302a02
#181501
#000000

Tones

#dbbd0a
#c4ad21
#ad9c38
#968c4f
#7f7c66

Tones

Similar Color like #dbbd0a color

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

#dcbe0b
#ddbf0c
#dec00d
#dfc10e
#e0c20f
#e1c310
#e2c411
#e3c512
#e4c613
#e5c714
#e6c815
#e7c916
#e8ca17
#e9cb18
#dabc09
#d9bb08
#d8ba07
#d7b906
#d6b805
#d5b704
#d4b603
#d3b502
#d2b401
#d1b300
#d0b200
#cfb100
#ceb000
#cdaf00

Download this Dark Green

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

#dbbd0a Color Code Preview on Black Background Color

This is how #dbbd0a Color will look on black background color. Color contrast ratio is 11.30

#dbbd0a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbd0a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbd0a

#dbbd0a color code is use for CSS Background Color

Background color for the above div is #dbbd0a

HTML with inline CSS

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

#dbbd0a color code is use for CSS Border Color

CSS Border color for the above div is #dbbd0a

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbd0a

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbd0a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbd0a

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbd0a

HTML with inline CSS

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

#dbbd0a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbd0a Color code Preview on White Background

This is how #dbbd0a Color code will look on white background color. Color contrast ratio is 1.86

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

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