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

#dbb10b hex color - Yellow - Warm color - Information

#dbb10b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #dbb10b color code is between #ddaa11 web safe hex color code and #ccbb00 web safe hex color code. #ddaa11 is the nearest web safe color code. You can see here many more shades of #dbb10b 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 dbb10b #dbb10b
RGB Decimal 219, 177, 11 rgb(219, 177, 11)
RGB Percent 86%, 69%, 4% rgb(86%, 69%, 4%)
CSS RGBa 219, 177, 11,1 rgba(219,177,11,1)
CMYK Model cmyk(0%,19%,95%,14.12%)
HSL Color Space 48,90% ,45% hsl(48,90% ,45%)
HSV Color Space 48°, 95%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10110001 00001011
Octal 333 261 13
Decimal 219 177 11
Hex db b1 0b

Different shades of #dbb10b color code.

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

Light Shade of #dbb10b
#f4ca25
Dark Shade of #dbb10b
#aa8a09
Saturated Shade of #dbb10b
#e6b800
Desaturated Shade of #dbb10b
#cfaa17
Grey scale Shade of #dbb10b
#737373
Brighten Shade
#f4ca24
Most Readable Shade
#000000

Shades of #dbb10b color code

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

#dbb10b
#c29d09
#aa8908
#927607
#796206
#614e04
#493b03
#302702
#181301
#000000

Similar Color like #dbb10b color

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

#dcb20c
#ddb30d
#deb40e
#dfb50f
#e0b610
#e1b711
#e2b812
#e3b913
#e4ba14
#e5bb15
#e6bc16
#e7bd17
#e8be18
#e9bf19
#dab00a
#d9af09
#d8ae08
#d7ad07
#d6ac06
#d5ab05
#d4aa04
#d3a903
#d2a802
#d1a701
#d0a600
#cfa500
#cea400
#cda300

Monochromatic Color with #dbb10b

#dbb10b
#060500
#312802
#5b4a05
#866c07
#b08f09

Tints of #dbb10b Color

#dbb10b
#dfb926
#e3c241
#e7cb5c
#ebd377
#efdc92
#f3e5ad
#f7edc8
#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

#dbb10b
#0b35db

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

Split Complementary

#dbb10b
#0b9ddb
#490bdb

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

Analogous Color

#db5e0b
#db870b
#dbb10b
#dbdb0b
#b2db0b

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

#dbb10b
#0bdbb1
#b10bdb

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

#dbb10b
#0bdb49
#0b35db
#db0b9d

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

#dbb10b
#0b35db
#490bdb
#9ddb0b

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

#dbb10b Color Code Preview on Black Background Color

This is how #dbb10b Color will look on black background color. Color contrast ratio is 10.31

#dbb10b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb10b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb10b

#dbb10b color code is use for CSS Background Color

Background color for the above div is #dbb10b

HTML with inline CSS

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

#dbb10b color code is use for CSS Border Color

CSS Border color for the above div is #dbb10b

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb10b

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb10b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb10b

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb10b

HTML with inline CSS

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

#dbb10b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb10b Color code Preview on White Background

This is how #dbb10b Color code will look on white background color. Color contrast ratio is 2.04

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

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,177,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,53,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,177,11,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.