COLOR #DCB397

HEX: #DCB397
RGB: (220,179,151)

Color info

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

RGB color model

#DCB397 color RGB value is (220,179,151).

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

RGB channels and saturation

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

220
179
151

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

Portions of RGB colors in percentages

R + G + B =
220 + 179 + 151 = 550 (100%)
R 220 of 550 ~ 40%
G 179 of 550 ~ 32.55%
B 151 of 550 ~ 27.45%

%40
%32.55
%27.45

CMYK color model

#DCB397 color CMYK value is (0,19,31,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 31.36%
  • key color value is 13.73%
CMYK:
(0,19,31,14)
C0M19Y31K14 
(0%,19%,31%,14%)
(0.00/0.19/0.31/0.14)	

CMYK percentages

%0
%18.64
%31.36
%13.73

Codes

Color #DCB397 in popluar color models

DCB397
RGB220179151
HSL24°49.64%72.75%
HSB/HSV24°31.36%86.27%
CMYK0.00%18.64%31.36%
13.73%

Color #DCB397 in popluar number systems.

HEXDCB397
Decimal220179151
Binary110111001011001110010111
Octal334263227

Shades and tints

Shades of #DCB397

#DCB397
(220,179,151)
#C8A38A
(200,163,138)
#B4937D
(180,147,125)
#A08370
(160,131,112)
#8C7363
(140,115,99)
#786356
(120,99,86)
#645349
(100,83,73)
#50433C
(80,67,60)
#3C332F
(60,51,47)
#282322
(40,35,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #DCB397

#DCB397
(220,179,151)
#DFB9A0
(223,185,160)
#E2BFA9
(226,191,169)
#E5C5B2
(229,197,178)
#E8CBBB
(232,203,187)
#EBD1C4
(235,209,196)
#EED7CD
(238,215,205)
#F1DDD6
(241,221,214)
#F4E3DF
(244,227,223)
#F7E9E8
(247,233,232)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB397; }

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

This text font color is #DCB397.


Background Color

.myBgColor { background-color: #DCB397; }

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

This div background color is #DCB397.


Border color

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

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

This div border color is #DCB397.


Opacity

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

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

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

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

This text has shadow with #DCB397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB397 on black background.


Color preview on white background

This text has color #DCB397 on white background.



Black color preview on #DCB397 background

This text has black color on #DCB397 background.


White color preview on #DCB397 background

This text has white color on #DCB397 background.