COLOR #DC9B74

HEX: #DC9B74 RGB: (220,155,116)

Color info

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

RGB color model

#DC9B74 color RGB value is (220,155,116).

RGB: (220,155,116) (86%, 61%, 45%)

RGB channels and saturation

R 220 of 255 = 86%
G 155 of 255 = 61%
B 116 of 255 = 45%

220
155
116

R + G + B ~ 64%. #DC9B74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 155 + 116 = 491 (100%)
R 220 of 491 ~ 44.81%
G 155 of 491 ~ 31.57%
B 116 of 491 ~ 23.63'%

%44.81
%31.57
%23.63

CMYK color model

#DC9B74 color CMYK value is (0,30,47,14).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 47.27%
  • key color value is 13.73%
CMYK: (0,30,47,14) C0M30Y47K14 (0%,30%,47%,14%) (0.00/0.30/0.47/0.14) 

CMYK percentages

%0
%29.55
%47.27
%13.73

Codes

Color #DC9B74 in popluar color models

DC 9B 74
RGB 220 155 116
HSL 23° 59.77% 65.88%
HSB/HSV 23° 47.27% 86.27%
CMYK 0.00% 29.55% 47.27%
13.73%

Color #DC9B74 in popluar number systems.

HEX DC 9B 74
Decimal 220 155 116
Binary 11011100 10011011 1110100
Octal 334 233 164

Shades and tints

Shades of #DC9B74

#DC9B74
(220,155,116)
#C88D6A
(200,141,106)
#B47F60
(180,127,96)
#A07156
(160,113,86)
#8C634C
(140,99,76)
#785542
(120,85,66)
#644738
(100,71,56)
#50392E
(80,57,46)
#3C2B24
(60,43,36)
#281D1A
(40,29,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #DC9B74

#DC9B74
(220,155,116)
#DFA480
(223,164,128)
#E2AD8C
(226,173,140)
#E5B698
(229,182,152)
#E8BFA4
(232,191,164)
#EBC8B0
(235,200,176)
#EED1BC
(238,209,188)
#F1DAC8
(241,218,200)
#F4E3D4
(244,227,212)
#F7ECE0
(247,236,224)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9B74 color. Also use rgb(220,155,116) instead hex code.

Text Font Color

.myTextColor { color: #DC9B74; }

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

This text font color is #DC9B74.

Background Color

.myBgColor { background-color: #DC9B74; }

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

This div background color is #DC9B74.

Border color

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

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

This div border color is #DC9B74.

Opacity

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

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

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

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

This text has shadow with #DC9B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9B74.

Preview

Color preview on black background

This text has color #DC9B74 on black background.


Color preview on white background

This text has color #DC9B74 on white background.


Black color preview on #DC9B74 background

This text has black color on #DC9B74 background.


White color preview on #DC9B74 background

This text has white color on #DC9B74 background.


Related colors

Complementary color

Complementary color for #hex is #23648B.


I love getcolorcode.com

Triadic colors

1 #74DC9B and #9B74DC with #DC9B74 are triadic colors.

2 #749BDC and #9BDC74 with #DC9B74 are triadic colors.