Skip to main content Skip to docs navigation

#dcbc09 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 #dcbc09 Color code in RGB color code model is created after adding 86.27% red color, 73.73% green color and 3.53% blue color. Hex #dcbc09 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 96% yellow and 13.73% black.

Hex #dcbc09 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 #dcbc09 color code.

RGB Chart

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

Color Table

Hex Color Code dcbc09 #dcbc09
RGB Decimal 220, 188, 9 220, 188, 9
RGB Percent 86%, 74%, 4% rgb(86%, 74%, 4%)
CSS RGBa 220, 188, 9,1 rgba(220,188,9,1)
CMYK Model cmyk(0%,15%,96%,13.73%)
HSL Color Space 51,92% ,45% hsl(51,92% ,45%)
HSV Color Space 51°, 96%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 10111100 00001001
Octal 334 274 11
Decimal 220 188 9
Hex dc bc 09

Different shades of #dcbc09 color code.

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

Darkest of #dcbc09
#493e03
Darker of #dcbc09
#7a6805
Dark of #dcbc09
#ab9207
Base of #dcbc09
#dcbc09
Light of #dcbc09
#f6d622
Lighter
#f8df53
Lightest
#fae884

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

#dcbc09
#0929dc

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

Split Complementary

#dcbc09
#0992dc
#5209dc

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

Analogous Color

#dc4109
#dc6409
#dcbc09
#b6dc09
#5edc09

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

#dcbc09
#bc09dc
#09dcbc

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

#dcbc09
#09dcbc
#0929dc
#dc0929

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

#dcbc09
#09dc52
#0929dc
#dc0992

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

#181501
#493e03
#7a6805
#ab9207
#dcbc09
#f6d622
#f8df53
#fae884
#fcf1b5

Tints of #dcbc09 Color

#dcbc09
#dfc324
#e3ca3f
#e7d25b
#ebd976
#efe191
#f3e8ad
#f7f0c8
#fbf7e3
#ffffff

Shades of #dcbc09 color code

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

#dcbc09
#c3a708
#ab9207
#927d06
#7a6805
#615304
#493e03
#302902
#181401
#000000

Tones

#dcbc09
#c5ac20
#ae9c37
#978c4e
#807c65

Tones

Similar Color like #dcbc09 color

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

#ddbd0a
#debe0b
#dfbf0c
#e0c00d
#e1c10e
#e2c20f
#e3c310
#e4c411
#e5c512
#e6c613
#e7c714
#e8c815
#e9c916
#eaca17
#dbbb08
#daba07
#d9b906
#d8b805
#d7b704
#d6b603
#d5b502
#d4b401
#d3b300
#d2b200
#d1b100
#d0b000
#cfaf00
#ceae00

Download this Dark Green

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

#dcbc09 Color Code Preview on Black Background Color

This is how #dcbc09 Color will look on black background color. Color contrast ratio is 11.24

#dcbc09 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbc09

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbc09

#dcbc09 color code is use for CSS Background Color

Background color for the above div is #dcbc09

HTML with inline CSS

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

#dcbc09 color code is use for CSS Border Color

CSS Border color for the above div is #dcbc09

HTML with inline CSS

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

CSS Border Left color for the above div is #dcbc09

HTML with inline CSS

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

CSS Border Right color for the above div is #dcbc09

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcbc09

HTML with inline CSS

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

CSS Border Top color for the above div is #dcbc09

HTML with inline CSS

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

#dcbc09 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcbc09 Color code Preview on White Background

This is how #dcbc09 Color code will look on white background color. Color contrast ratio is 1.87

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

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