COLOR #DC9F56

HEX: #DC9F56 RGB: (220,159,86)

Color info

#DC9F56 contains mainly red color. Web safe color of #DC9F56 is #CC9966 (or #C96).

RGB color model

#DC9F56 color RGB value is (220,159,86).

RGB: (220,159,86) (86%, 62%, 34%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 86 of 255 = 34%

220
159
86

R + G + B ~ 61%. #DC9F56 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 159 + 86 = 465 (100%)
R 220 of 465 ~ 47.31%
G 159 of 465 ~ 34.19%
B 86 of 465 ~ 18.49'%

%47.31
%34.19
%18.49

CMYK color model

#DC9F56 color CMYK value is (0,28,61,14).

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

CMYK: (0,28,61,14)
C0M28Y61K14 (0%, 28%, 61%, 14%)
(0.00 / 0.28 / 0.61 / 0.14)

CMYK percentages

%0
%27.73
%60.91
%13.73

Codes

Color #DC9F56 in popluar color models

DC 9F 56
RGB 220 159 86
HSL 33° 65.69% 60.00%
HSB/HSV 33° 60.91% 86.27%
CMYK 0.00% 27.73% 60.91%
13.73%

Color #DC9F56 in popluar number systems.

HEX DC 9F 56
Decimal 220 159 86
Binary 11011100 10011111 1010110
Octal 334 237 126

Shades and tints

Shades of #DC9F56

#DC9F56
(220,159,86)
#C8914F
(200,145,79)
#B48348
(180,131,72)
#A07541
(160,117,65)
#8C673A
(140,103,58)
#785933
(120,89,51)
#644B2C
(100,75,44)
#503D25
(80,61,37)
#3C2F1E
(60,47,30)
#282117
(40,33,23)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #DC9F56

#DC9F56
(220,159,86)
#DFA765
(223,167,101)
#E2AF74
(226,175,116)
#E5B783
(229,183,131)
#E8BF92
(232,191,146)
#EBC7A1
(235,199,161)
#EECFB0
(238,207,176)
#F1D7BF
(241,215,191)
#F4DFCE
(244,223,206)
#F7E7DD
(247,231,221)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9F56; }

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

This text font color is #DC9F56.

Background Color

.myBgColor { background-color: #DC9F56; }

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

This div background color is #DC9F56.

Border color

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

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

This div border color is #DC9F56.

Opacity

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

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

Text with #DC9F56 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 #DC9F56;}

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

This text has shadow with #DC9F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9F56.

Preview

Color preview on black background

This text has color #DC9F56 on black background.


Color preview on white background

This text has color #DC9F56 on white background.


Black color preview on #DC9F56 background

This text has black color on #DC9F56 background.


White color preview on #DC9F56 background

This text has white color on #DC9F56 background.


Related colors

Complementary color

Complementary color for #hex is #2360A9.


I love getcolorcode.com

Triadic colors

1 #56DC9F and #9F56DC with #DC9F56 are triadic colors.

2 #569FDC and #9FDC56 with #DC9F56 are triadic colors.