COLOR #DCC496

HEX: #DCC496
RGB: (220,196,150)

Color info

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

RGB color model

#DCC496 color RGB value is (220,196,150).

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

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 150 of 255 = 59%

220
196
150

R + G + B ~ 74%. #DCC496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 150 = 566 (100%)
R 220 of 566 ~ 38.87%
G 196 of 566 ~ 34.63%
B 150 of 566 ~ 26.5%

%38.87
%34.63
%26.5

CMYK color model

#DCC496 color CMYK value is (0,11,32,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(0,11,32,14)
C0M11Y32K14 
(0%,11%,32%,14%)
(0.00/0.11/0.32/0.14)	

CMYK percentages

%0
%10.91
%31.82
%13.73

Codes

Color #DCC496 in popluar color models

DCC496
RGB220196150
HSL39°50.00%72.55%
HSB/HSV39°31.82%86.27%
CMYK0.00%10.91%31.82%
13.73%

Color #DCC496 in popluar number systems.

HEXDCC496
Decimal220196150
Binary110111001100010010010110
Octal334304226

Shades and tints

Shades of #DCC496

#DCC496
(220,196,150)
#C8B389
(200,179,137)
#B4A27C
(180,162,124)
#A0916F
(160,145,111)
#8C8062
(140,128,98)
#786F55
(120,111,85)
#645E48
(100,94,72)
#504D3B
(80,77,59)
#3C3C2E
(60,60,46)
#282B21
(40,43,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #DCC496

#DCC496
(220,196,150)
#DFC99F
(223,201,159)
#E2CEA8
(226,206,168)
#E5D3B1
(229,211,177)
#E8D8BA
(232,216,186)
#EBDDC3
(235,221,195)
#EEE2CC
(238,226,204)
#F1E7D5
(241,231,213)
#F4ECDE
(244,236,222)
#F7F1E7
(247,241,231)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC496; }

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

This text font color is #DCC496.


Background Color

.myBgColor { background-color: #DCC496; }

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

This div background color is #DCC496.


Border color

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

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

This div border color is #DCC496.


Opacity

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

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

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

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

This text has shadow with #DCC496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC496 on black background.


Color preview on white background

This text has color #DCC496 on white background.



Black color preview on #DCC496 background

This text has black color on #DCC496 background.


White color preview on #DCC496 background

This text has white color on #DCC496 background.