crispedge.com

Color picker

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

#cd9800 hex color - Orange - Warm color - Information

#cd9800 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #cd9800 Color code in RGB color code model is created after adding 80.39% red color, 59.61% green color and 0% blue color. Hex #cd9800 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 100% yellow and 20% black.

Hex #cd9800 color code is between #cc9900 web safe hex color code and #dd8800 web safe hex color code. #cc9900 is the nearest web safe color code. You can see here many more shades of #cd9800 color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codecd9800#cd9800
RGB Decimal205, 152, 0rgb(205, 152, 0)
RGB Percent80%, 60%, 0%rgb(80%, 60%, 0%)
CSS RGBa205, 152, 0,1rgba(205,152,0,1)
CMYK Modelcmyk(0%,26%,100%,20%)
HSL Color Space44,100% ,40%hsl(44,100% ,40%)
HSV Color Space44°, 100%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011001100000000000
Octal3152300
Decimal2051520
Hexcd9800

Different shades of #cd9800 color code.

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

Light Shade of #cd9800
#ffbd01
Dark Shade of #cd9800
#9a7200
Saturated Shade of #cd9800
#cd9800
Desaturated Shade of #cd9800
#c3930a
Grey scale Shade of #cd9800
#666666
Brighten Shade
#e6b119
Most Readable Shade
#000000

Shades of #cd9800 color code

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

#cd9800
#b68700
#9f7600
#886500
#715400
#5b4300
#443200
#2d2100
#161000
#000000

Similar Color like #cd9800 color

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

#ce9901
#cf9a02
#d09b03
#d19c04
#d29d05
#d39e06
#d49f07
#d5a008
#d6a109
#d7a20a
#d8a30b
#d9a40c
#daa50d
#dba60e
#cc9700
#cb9600
#ca9500
#c99400
#c89300
#c79200
#c69100
#c59000
#c48f00
#c38e00
#c28d00
#c18c00
#c08b00
#bf8a00

Monochromatic Color with #cd9800

#cd9800
#f7b700
#231a00
#4d3900
#785900
#a27800

Tints of #cd9800 Color

#cd9800
#d2a31c
#d8ae38
#ddba55
#e3c571
#e8d18d
#eedcaa
#f3e8c6
#f9f3e2
#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

#cd9800
#0035cd

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

Split Complementary

#cd9800
#009bcd
#3200cd

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

Analogous Color

#cd4600
#cd6f00
#cd9800
#cdc100
#b0cd00

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

#cd9800
#00cd98
#9800cd

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

#cd9800
#00cd31
#0035cd
#cd009b

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

#cd9800
#0035cd
#3200cd
#9bcd00

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

#cd9800 Color Code Preview on Black Background Color

This is how #cd9800 Color will look on black background color. Color contrast ratio is 8.09

#cd9800 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd9800

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd9800

#cd9800 color code is use for CSS Background Color

Background color for the above div is #cd9800

HTML with inline CSS

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

#cd9800 color code is use for CSS Border Color

CSS Border color for the above div is #cd9800

HTML with inline CSS

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

CSS Border Left color for the above div is #cd9800

HTML with inline CSS

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

CSS Border Right color for the above div is #cd9800

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd9800

HTML with inline CSS

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

CSS Border Top color for the above div is #cd9800

HTML with inline CSS

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

#cd9800 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd9800 Color code Preview on White Background

This is how #cd9800 Color code will look on white background color. Color contrast ratio is 2.60

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.