COLOR #DCB996

HEX: #DCB996
RGB: (220,185,150)

Color info

#DCB996 contains mainly red and green colors. Web safe color of #DCB996 is #CCCC99 (or #CC9).

RGB color model

#DCB996 color RGB value is (220,185,150).

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

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 150 of 255 = 59%

220
185
150

R + G + B ~ 73%. #DCB996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 185 + 150 = 555 (100%)
R 220 of 555 ~ 39.64%
G 185 of 555 ~ 33.33%
B 150 of 555 ~ 27.03%

%39.64
%33.33
%27.03

CMYK color model

#DCB996 color CMYK value is (0,16,32,14).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(0,16,32,14)
C0M16Y32K14 
(0%,16%,32%,14%)
(0.00/0.16/0.32/0.14)	

CMYK percentages

%0
%15.91
%31.82
%13.73

Codes

Color #DCB996 in popluar color models

DCB996
RGB220185150
HSL30°50.00%72.55%
HSB/HSV30°31.82%86.27%
CMYK0.00%15.91%31.82%
13.73%

Color #DCB996 in popluar number systems.

HEXDCB996
Decimal220185150
Binary110111001011100110010110
Octal334271226

Shades and tints

Shades of #DCB996

#DCB996
(220,185,150)
#C8A989
(200,169,137)
#B4997C
(180,153,124)
#A0896F
(160,137,111)
#8C7962
(140,121,98)
#786955
(120,105,85)
#645948
(100,89,72)
#50493B
(80,73,59)
#3C392E
(60,57,46)
#282921
(40,41,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCB996

#DCB996
(220,185,150)
#DFBF9F
(223,191,159)
#E2C5A8
(226,197,168)
#E5CBB1
(229,203,177)
#E8D1BA
(232,209,186)
#EBD7C3
(235,215,195)
#EEDDCC
(238,221,204)
#F1E3D5
(241,227,213)
#F4E9DE
(244,233,222)
#F7EFE7
(247,239,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB996; }

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

This text font color is #DCB996.


Background Color

.myBgColor { background-color: #DCB996; }

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

This div background color is #DCB996.


Border color

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

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

This div border color is #DCB996.


Opacity

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

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

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

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

This text has shadow with #DCB996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB996 on black background.


Color preview on white background

This text has color #DCB996 on white background.



Black color preview on #DCB996 background

This text has black color on #DCB996 background.


White color preview on #DCB996 background

This text has white color on #DCB996 background.