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

#ddab0b hex color - Yellow - Warm color - Information

#ddab0b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ddab0b Color code in RGB color code model is created after adding 86.67% red color, 67.06% green color and 4.31% blue color. Hex #ddab0b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 95% yellow and 13.33% black.

Hex #ddab0b color code is between #ccaa11 web safe hex color code and #eebb00 web safe hex color code. #ccaa11 is the nearest web safe color code. You can see here many more shades of #ddab0b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeddab0b#ddab0b
RGB Decimal221, 171, 11rgb(221, 171, 11)
RGB Percent87%, 67%, 4%rgb(87%, 67%, 4%)
CSS RGBa221, 171, 11,1rgba(221,171,11,1)
CMYK Modelcmyk(0%,23%,95%,13.33%)
HSL Color Space46,91% ,45%hsl(46,91% ,45%)
HSV Color Space46°, 95%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010101100001011
Octal33525313
Decimal22117111
Hexddab0b

Different shades of #ddab0b color code.

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

Light Shade of #ddab0b
#f4c327
Dark Shade of #ddab0b
#ac8509
Saturated Shade of #ddab0b
#e8b100
Desaturated Shade of #ddab0b
#d1a517
Grey scale Shade of #ddab0b
#747474
Brighten Shade
#f6c424
Most Readable Shade
#000000

Shades of #ddab0b color code

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

#ddab0b
#c49809
#ab8508
#937207
#7a5f06
#624c04
#493903
#312602
#181301
#000000

Similar Color like #ddab0b color

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

#deac0c
#dfad0d
#e0ae0e
#e1af0f
#e2b010
#e3b111
#e4b212
#e5b313
#e6b414
#e7b515
#e8b616
#e9b717
#eab818
#ebb919
#dcaa0a
#dba909
#daa808
#d9a707
#d8a606
#d7a505
#d6a404
#d5a303
#d4a202
#d3a101
#d2a000
#d19f00
#d09e00
#cf9d00

Monochromatic Color with #ddab0b

#ddab0b
#080700
#332703
#5d4805
#886907
#b38a09

Tints of #ddab0b Color

#ddab0b
#e0b426
#e4bd41
#e8c75c
#ecd077
#efd992
#f3e3ad
#f7ecc8
#fbf5e3
#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

#ddab0b
#0b3ddd

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

Split Complementary

#ddab0b
#0ba6dd
#420bdd

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

Analogous Color

#dd570b
#dd810b
#ddab0b
#ddd50b
#bbdd0b

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

#ddab0b
#0bddab
#ab0bdd

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

#ddab0b
#0bdd42
#0b3ddd
#dd0ba6

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

#ddab0b
#0b3ddd
#420bdd
#a6dd0b

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

#ddab0b Color Code Preview on Black Background Color

This is how #ddab0b Color will look on black background color. Color contrast ratio is 9.90

#ddab0b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddab0b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddab0b

#ddab0b color code is use for CSS Background Color

Background color for the above div is #ddab0b

HTML with inline CSS

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

#ddab0b color code is use for CSS Border Color

CSS Border color for the above div is #ddab0b

HTML with inline CSS

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

CSS Border Left color for the above div is #ddab0b

HTML with inline CSS

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

CSS Border Right color for the above div is #ddab0b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddab0b

HTML with inline CSS

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

CSS Border Top color for the above div is #ddab0b

HTML with inline CSS

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

#ddab0b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddab0b Color code Preview on White Background

This is how #ddab0b Color code will look on white background color. Color contrast ratio is 2.12

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

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(221,171,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,61,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,171,11,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.