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

#dbc70e hex color - Green - Warm color - Information

#dbc70e hex color - Green - Warm color

Color Hue/Base color: Green

Hex #dbc70e Color code in RGB color code model is created after adding 85.88% red color, 78.04% green color and 5.49% blue color. Hex #dbc70e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 94% yellow and 14.12% black.

Hex #dbc70e color code is between #ddcc11 web safe hex color code and #ccbb00 web safe hex color code. #ddcc11 is the nearest web safe color code. You can see here many more shades of #dbc70e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code dbc70e #dbc70e
RGB Decimal 219, 199, 14 rgb(219, 199, 14)
RGB Percent 86%, 78%, 5% rgb(86%, 78%, 5%)
CSS RGBa 219, 199, 14,1 rgba(219,199,14,1)
CMYK Model cmyk(0%,9%,94%,14.12%)
HSL Color Space 54,88% ,46% hsl(54,88% ,46%)
HSV Color Space 54°, 94%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 11000111 00001110
Octal 333 307 16
Decimal 219 199 14
Hex db c7 0e

Different shades of #dbc70e color code.

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

Light Shade of #dbc70e
#f1de2b
Dark Shade of #dbc70e
#ab9b0b
Saturated Shade of #dbc70e
#e7d002
Desaturated Shade of #dbc70e
#cfbe1a
Grey scale Shade of #dbc70e
#747474
Brighten Shade
#f4e027
Most Readable Shade
#000000

Shades of #dbc70e color code

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

#dbc70e
#c2b00c
#aa9a0a
#928409
#796e07
#615806
#494204
#302c03
#181601
#000000

Similar Color like #dbc70e color

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

#dcc80f
#ddc910
#deca11
#dfcb12
#e0cc13
#e1cd14
#e2ce15
#e3cf16
#e4d017
#e5d118
#e6d219
#e7d31a
#e8d41b
#e9d51c
#dac60d
#d9c50c
#d8c40b
#d7c30a
#d6c209
#d5c108
#d4c007
#d3bf06
#d2be05
#d1bd04
#d0bc03
#cfbb02
#ceba01
#cdb900

Monochromatic Color with #dbc70e

#dbc70e
#060600
#312d03
#5b5306
#867a09
#b0a00b

Tints of #dbc70e Color

#dbc70e
#dfcd28
#e3d343
#e7d95e
#ebdf79
#efe693
#f3ecae
#f7f2c9
#fbf8e4
#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

#dbc70e
#0e22db

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

Split Complementary

#dbc70e
#0e88db
#600edb

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

Analogous Color

#db750e
#db9e0e
#dbc70e
#c6db0e
#9ddb0e

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

#dbc70e
#0edbc7
#c70edb

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

#dbc70e
#0edb60
#0e22db
#db0e88

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

#dbc70e
#0e22db
#600edb
#89db0e

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

#dbc70e Color Code Preview on Black Background Color

This is how #dbc70e Color will look on black background color. Color contrast ratio is 12.19

#dbc70e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc70e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc70e

#dbc70e color code is use for CSS Background Color

Background color for the above div is #dbc70e

HTML with inline CSS

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

#dbc70e color code is use for CSS Border Color

CSS Border color for the above div is #dbc70e

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc70e

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc70e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc70e

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc70e

HTML with inline CSS

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

#dbc70e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc70e Color code Preview on White Background

This is how #dbc70e Color code will look on white background color. Color contrast ratio is 1.72

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.