COLOR #DC9F40

HEX: #DC9F40 RGB: (220,159,64)

Color info

#DC9F40 contains mainly red color. Web safe color of #DC9F40 is #CC9933 (or #C93).

RGB color model

#DC9F40 color RGB value is (220,159,64).

RGB: (220,159,64) (86%, 62%, 25%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 64 of 255 = 25%

220
159
64

R + G + B ~ 58%. #DC9F40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 220 + 159 + 64 = 443 (100%)
R 220 of 443 ~ 49.66%
G 159 of 443 ~ 35.89%
B 64 of 443 ~ 14.45'%

%49.66
%35.89
%14.45

CMYK color model

#DC9F40 color CMYK value is (0,28,71,14).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 70.91%
  • key color value is 13.73%

CMYK: (0,28,71,14)
C0M28Y71K14 (0%, 28%, 71%, 14%)
(0.00 / 0.28 / 0.71 / 0.14)

CMYK percentages

%0
%27.73
%70.91
%13.73

Codes

Color #DC9F40 in popluar color models

DC 9F 40
RGB 220 159 64
HSL 37° 69.03% 55.69%
HSB/HSV 37° 70.91% 86.27%
CMYK 0.00% 27.73% 70.91%
13.73%

Color #DC9F40 in popluar number systems.

HEX DC 9F 40
Decimal 220 159 64
Binary 11011100 10011111 1000000
Octal 334 237 100

Shades and tints

Shades of #DC9F40

#DC9F40
(220,159,64)
#C8913B
(200,145,59)
#B48336
(180,131,54)
#A07531
(160,117,49)
#8C672C
(140,103,44)
#785927
(120,89,39)
#644B22
(100,75,34)
#503D1D
(80,61,29)
#3C2F18
(60,47,24)
#282113
(40,33,19)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #DC9F40

#DC9F40
(220,159,64)
#DFA751
(223,167,81)
#E2AF62
(226,175,98)
#E5B773
(229,183,115)
#E8BF84
(232,191,132)
#EBC795
(235,199,149)
#EECFA6
(238,207,166)
#F1D7B7
(241,215,183)
#F4DFC8
(244,223,200)
#F7E7D9
(247,231,217)
#FAEFEA
(250,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9F40 color. Also use rgb(220,159,64) instead hex code.

Text Font Color

.myTextColor { color: #DC9F40; }

<p style="color:#DC9F40">This sample text font color is #DC9F40.</p>

This text font color is #DC9F40.

Background Color

.myBgColor { background-color: #DC9F40; }

<div style="background-color:#DC9F40">Inner text</div>

This div background color is #DC9F40.

Border color

.myBorderColor { border: 1px solid #DC9F40; }

<div style="border:3px solid #DC9F40">Div</div>

This div border color is #DC9F40.

Opacity

.myOpacity80 { color: #DC9F40; opacity: 0.8; }

<p style="color:#DC9F40;opacity:0.8;">80%</p>

Text with #DC9F40 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DC9F40;}

<p style="text-shadow: 3px 3px 1px #DC9F40">Text here.</p>

This text has shadow with #DC9F40 color.


.textShadow {text-shadow: 3px 3px 1px #DC9F40', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DC9F40, 5px 5px 20px red">Text here.</p>

This text has shadow with #DC9F40 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC9F40, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DC9F40, Direction=45, Strength=4)">Text</p>

This text has shadow with #DC9F40 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DC9F40;
-webkit-box-shadow: 1px 1px 3px 2px #DC9F40;
box-shadow: 1px 1px 3px 2px #DC9F40;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DC9F40; -webkit-box-shadow: 1px 1px 3px 2px #DC9F40; box-shadow:1px 1px 3px 2px #DC9F40;">
Div content here
</div>

This div box has shadow with color #DC9F40.

Preview

Color preview on black background

This text has color #DC9F40 on black background.


Color preview on white background

This text has color #DC9F40 on white background.


Black color preview on #DC9F40 background

This text has black color on #DC9F40 background.


White color preview on #DC9F40 background

This text has white color on #DC9F40 background.


Related colors

Complementary color

Complementary color for #hex is #2360BF.


I love getcolorcode.com

Triadic colors

1 #40DC9F and #9F40DC with #DC9F40 are triadic colors.

2 #409FDC and #9FDC40 with #DC9F40 are triadic colors.