COLOR #DCB396

HEX: #DCB396
RGB: (220,179,150)

Color info

#DCB396 contains mainly red and green colors. Web safe color of #DCB396 is #CC9999 (or #C99).

RGB color model

#DCB396 color RGB value is (220,179,150).

  • red value is 220;
  • green value is 179;
  • blue value is 150.
RGB:
(220,179,150)
(86%,70%,59%)

RGB channels and saturation

R 220 of 255 = 86%
G 179 of 255 = 70%
B 150 of 255 = 59%

220
179
150

R + G + B ~ 72%. #DCB396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 179 + 150 = 549 (100%)
R 220 of 549 ~ 40.07%
G 179 of 549 ~ 32.6%
B 150 of 549 ~ 27.32%

%40.07
%32.6
%27.32

CMYK color model

#DCB396 color CMYK value is (0,19,32,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(0,19,32,14)
C0M19Y32K14 
(0%,19%,32%,14%)
(0.00/0.19/0.32/0.14)	

CMYK percentages

%0
%18.64
%31.82
%13.73

Codes

Color #DCB396 in popluar color models

DCB396
RGB220179150
HSL25°50.00%72.55%
HSB/HSV25°31.82%86.27%
CMYK0.00%18.64%31.82%
13.73%

Color #DCB396 in popluar number systems.

HEXDCB396
Decimal220179150
Binary110111001011001110010110
Octal334263226

Shades and tints

Shades of #DCB396

#DCB396
(220,179,150)
#C8A389
(200,163,137)
#B4937C
(180,147,124)
#A0836F
(160,131,111)
#8C7362
(140,115,98)
#786355
(120,99,85)
#645348
(100,83,72)
#50433B
(80,67,59)
#3C332E
(60,51,46)
#282321
(40,35,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #DCB396

#DCB396
(220,179,150)
#DFB99F
(223,185,159)
#E2BFA8
(226,191,168)
#E5C5B1
(229,197,177)
#E8CBBA
(232,203,186)
#EBD1C3
(235,209,195)
#EED7CC
(238,215,204)
#F1DDD5
(241,221,213)
#F4E3DE
(244,227,222)
#F7E9E7
(247,233,231)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB396 color. Also use rgb(220,179,150) instead hex code.

Text Font Color

.myTextColor { color: #DCB396; }

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

This text font color is #DCB396.


Background Color

.myBgColor { background-color: #DCB396; }

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

This div background color is #DCB396.


Border color

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

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

This div border color is #DCB396.


Opacity

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

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

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

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

This text has shadow with #DCB396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB396 on black background.


Color preview on white background

This text has color #DCB396 on white background.



Black color preview on #DCB396 background

This text has black color on #DCB396 background.


White color preview on #DCB396 background

This text has white color on #DCB396 background.