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

#dbb30a hex color - Yellow - Warm color - Information

#dbb30a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbb30a#dbb30a
RGB Decimal219, 179, 10rgb(219, 179, 10)
RGB Percent86%, 70%, 4%rgb(86%, 70%, 4%)
CSS RGBa219, 179, 10,1rgba(219,179,10,1)
CMYK Modelcmyk(0%,18%,95%,14.12%)
HSL Color Space49,91% ,45%hsl(49,91% ,45%)
HSV Color Space49°, 95%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011001100001010
Octal33326312
Decimal21917910
Hexdbb30a

Different shades of #dbb30a color code.

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

Light Shade of #dbb30a
#f5cd23
Dark Shade of #dbb30a
#aa8b08
Saturated Shade of #dbb30a
#e5b900
Desaturated Shade of #dbb30a
#d0ac15
Grey scale Shade of #dbb30a
#727272
Brighten Shade
#f4cc23
Most Readable Shade
#000000

Shades of #dbb30a color code

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

#dbb30a
#c29f08
#aa8b07
#927706
#796305
#614f04
#493b03
#302702
#181301
#000000

Similar Color like #dbb30a color

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

#dcb40b
#ddb50c
#deb60d
#dfb70e
#e0b80f
#e1b910
#e2ba11
#e3bb12
#e4bc13
#e5bd14
#e6be15
#e7bf16
#e8c017
#e9c118
#dab209
#d9b108
#d8b007
#d7af06
#d6ae05
#d5ad04
#d4ac03
#d3ab02
#d2aa01
#d1a900
#d0a800
#cfa700
#cea600
#cda500

Monochromatic Color with #dbb30a

#dbb30a
#060500
#312802
#5b4b04
#866e06
#b09008

Tints of #dbb30a Color

#dbb30a
#dfbb25
#e3c340
#e7cc5b
#ebd476
#efdd92
#f3e5ad
#f7eec8
#fbf6e3
#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

#dbb30a
#0a32db

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

Split Complementary

#dbb30a
#0a9adb
#4b0adb

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

Analogous Color

#db5f0a
#db890a
#dbb30a
#d9db0a
#afdb0a

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

#dbb30a
#0adbb3
#b30adb

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

#dbb30a
#0adb4a
#0a32db
#db0a9a

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

#dbb30a
#0a32db
#4b0adb
#9adb0a

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

#dbb30a Color Code Preview on Black Background Color

This is how #dbb30a Color will look on black background color. Color contrast ratio is 10.46

#dbb30a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb30a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb30a

#dbb30a color code is use for CSS Background Color

Background color for the above div is #dbb30a

HTML with inline CSS

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

#dbb30a color code is use for CSS Border Color

CSS Border color for the above div is #dbb30a

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb30a

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb30a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb30a

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb30a

HTML with inline CSS

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

#dbb30a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb30a Color code Preview on White Background

This is how #dbb30a Color code will look on white background color. Color contrast ratio is 2.01

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

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,179,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,50,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,179,10,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.