crispedge.com

Color picker

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

#dccb21 hex color - Green - Warm color - Information

#dccb21 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #dccb21 Color code in RGB color code model is created after adding 86.27% red color, 79.61% green color and 12.94% blue color. Hex #dccb21 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 85% yellow and 14% black.

Hex #dccb21 color code is between #ddcc22 web safe hex color code and #ccbb11 web safe hex color code. #ddcc22 is the nearest web safe color code. You can see here many more shades of #dccb21 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedccb21#dccb21
RGB Decimal220, 203, 33rgb(220, 203, 33)
RGB Percent86%, 80%, 13%rgb(86%, 80%, 13%)
CSS RGBa220, 203, 33,1rgba(220,203,33,1)
CMYK Modelcmyk(0%,8%,85%,14%)
HSL Color Space55,74% ,50%hsl(55,74% ,50%)
HSV Color Space55°, 85%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100101100100001
Octal33431341
Decimal22020333
Hexdccb21

Different shades of #dccb21 color code.

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

Light Shade of #dccb21
#e4d64c
Dark Shade of #dccb21
#b0a21a
Saturated Shade of #dccb21
#e9d514
Desaturated Shade of #dccb21
#cfc12e
Grey scale Shade of #dccb21
#7e7e7e
Brighten Shade
#f5e43a
Most Readable Shade
#000000

Shades of #dccb21 color code

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

#dccb21
#c3b41d
#ab9d19
#928716
#7a7012
#615a0e
#49430b
#302d07
#181603
#000000

Similar Color like #dccb21 color

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

#ddcc22
#decd23
#dfce24
#e0cf25
#e1d026
#e2d127
#e3d228
#e4d329
#e5d42a
#e6d52b
#e7d62c
#e8d72d
#e9d82e
#ead92f
#dbca20
#dac91f
#d9c81e
#d8c71d
#d7c61c
#d6c51b
#d5c41a
#d4c319
#d3c218
#d2c117
#d1c016
#d0bf15
#cfbe14
#cebd13

Monochromatic Color with #dccb21

#dccb21
#070701
#322e07
#5c550e
#877d14
#b1a41b

Tints of #dccb21 Color

#dccb21
#dfd039
#e3d652
#e7dc6b
#ebe283
#efe79c
#f3edb5
#f7f3cd
#fbf9e6
#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

#dccb21
#2132dc

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

Split Complementary

#dccb21
#2190dc
#6e21dc

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

Analogous Color

#dc8021
#dca621
#dccb21
#c8dc21
#a2dc21

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

#dccb21
#21dccb
#cb21dc

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

#dccb21
#21dc6d
#2132dc
#dc218f

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

#dccb21
#2132dc
#6d21dc
#90dc21

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

#dccb21 Color Code Preview on Black Background Color

This is how #dccb21 Color will look on black background color. Color contrast ratio is 12.61

#dccb21 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dccb21

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dccb21

#dccb21 color code is use for CSS Background Color

Background color for the above div is #dccb21

HTML with inline CSS

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

#dccb21 color code is use for CSS Border Color

CSS Border color for the above div is #dccb21

HTML with inline CSS

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

CSS Border Left color for the above div is #dccb21

HTML with inline CSS

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

CSS Border Right color for the above div is #dccb21

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dccb21

HTML with inline CSS

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

CSS Border Top color for the above div is #dccb21

HTML with inline CSS

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

#dccb21 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dccb21 Color code Preview on White Background

This is how #dccb21 Color code will look on white background color. Color contrast ratio is 1.67

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.