crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dca000 hex color - Orange - Warm color - Information

#dca000 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #dca000 Color code in RGB color code model is created after adding 86.27% red color, 62.75% green color and 0% blue color. Hex #dca000 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 100% yellow and 14% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codedca000#dca000
RGB Decimal220, 160, 0rgb(220, 160, 0)
RGB Percent86%, 63%, 0%rgb(86%, 63%, 0%)
CSS RGBa220, 160, 0,1rgba(220,160,0,1)
CMYK Modelcmyk(0%,27%,100%,14%)
HSL Color Space44,100% ,43%hsl(44,100% ,43%)
HSV Color Space44°, 100%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001010000000000000
Octal3342400
Decimal2201600
Hexdca000

Different shades of #dca000 color code.

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

Light Shade of #dca000
#ffbe10
Dark Shade of #dca000
#a97b00
Saturated Shade of #dca000
#dca000
Desaturated Shade of #dca000
#d19b0b
Grey scale Shade of #dca000
#6e6e6e
Brighten Shade
#f5b919
Most Readable Shade
#000000

Shades of #dca000 color code

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

#dca000
#c38e00
#ab7c00
#926a00
#7a5800
#614700
#493500
#302300
#181100
#000000

Similar Color like #dca000 color

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

#dda101
#dea202
#dfa303
#e0a404
#e1a505
#e2a606
#e3a707
#e4a808
#e5a909
#e6aa0a
#e7ab0b
#e8ac0c
#e9ad0d
#eaae0e
#db9f00
#da9e00
#d99d00
#d89c00
#d79b00
#d69a00
#d59900
#d49800
#d39700
#d29600
#d19500
#d09400
#cf9300
#ce9200

Monochromatic Color with #dca000

#dca000
#070500
#322400
#5c4300
#876200
#b18100

Tints of #dca000 Color

#dca000
#dfaa1c
#e3b538
#e7bf55
#ebca71
#efd48d
#f3dfaa
#f7e9c6
#fbf4e2
#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

#dca000
#003cdc

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

Split Complementary

#dca000
#00aadc
#3200dc

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

Analogous Color

#dc4800
#dc7400
#dca000
#dccc00
#c0dc00

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

#dca000
#00dca0
#a000dc

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

#dca000
#00dc32
#003cdc
#dc00aa

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

#dca000
#003cdc
#3200dc
#aadc00

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

#dca000 Color Code Preview on Black Background Color

This is how #dca000 Color will look on black background color. Color contrast ratio is 9.07

#dca000 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca000

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca000

#dca000 color code is use for CSS Background Color

Background color for the above div is #dca000

HTML with inline CSS

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

#dca000 color code is use for CSS Border Color

CSS Border color for the above div is #dca000

HTML with inline CSS

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

CSS Border Left color for the above div is #dca000

HTML with inline CSS

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

CSS Border Right color for the above div is #dca000

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dca000

HTML with inline CSS

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

CSS Border Top color for the above div is #dca000

HTML with inline CSS

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

#dca000 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dca000 Color code Preview on White Background

This is how #dca000 Color code will look on white background color. Color contrast ratio is 2.31

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.