COLOR #DCBC97

HEX: #DCBC97 RGB: (220,188,151)

Color info

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

RGB color model

#DCBC97 color RGB value is (220,188,151).

RGB: (220,188,151) (86%, 74%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 151 of 255 = 59%

220
188
151

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

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 151 = 559 (100%)
R 220 of 559 ~ 39.36%
G 188 of 559 ~ 33.63%
B 151 of 559 ~ 27.01'%

%39.36
%33.63
%27.01

CMYK color model

#DCBC97 color CMYK value is (0,15,31,14).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 31.36%
  • key color value is 13.73%

CMYK: (0,15,31,14)
C0M15Y31K14 (0%, 15%, 31%, 14%)
(0.00 / 0.15 / 0.31 / 0.14)

CMYK percentages

%0
%14.55
%31.36
%13.73

Codes

Color #DCBC97 in popluar color models

DC BC 97
RGB 220 188 151
HSL 32° 49.64% 72.75%
HSB/HSV 32° 31.36% 86.27%
CMYK 0.00% 14.55% 31.36%
13.73%

Color #DCBC97 in popluar number systems.

HEX DC BC 97
Decimal 220 188 151
Binary 11011100 10111100 10010111
Octal 334 274 227

Shades and tints

Shades of #DCBC97

#DCBC97
(220,188,151)
#C8AB8A
(200,171,138)
#B49A7D
(180,154,125)
#A08970
(160,137,112)
#8C7863
(140,120,99)
#786756
(120,103,86)
#645649
(100,86,73)
#50453C
(80,69,60)
#3C342F
(60,52,47)
#282322
(40,35,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #DCBC97

#DCBC97
(220,188,151)
#DFC2A0
(223,194,160)
#E2C8A9
(226,200,169)
#E5CEB2
(229,206,178)
#E8D4BB
(232,212,187)
#EBDAC4
(235,218,196)
#EEE0CD
(238,224,205)
#F1E6D6
(241,230,214)
#F4ECDF
(244,236,223)
#F7F2E8
(247,242,232)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBC97; }

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

This text font color is #DCBC97.

Background Color

.myBgColor { background-color: #DCBC97; }

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

This div background color is #DCBC97.

Border color

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

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

This div border color is #DCBC97.

Opacity

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

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

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

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

This text has shadow with #DCBC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBC97.

Preview

Color preview on black background

This text has color #DCBC97 on black background.


Color preview on white background

This text has color #DCBC97 on white background.


Black color preview on #DCBC97 background

This text has black color on #DCBC97 background.


White color preview on #DCBC97 background

This text has white color on #DCBC97 background.


Related colors

Complementary color

Complementary color for #hex is #234368.


I love getcolorcode.com

Triadic colors

1 #97DCBC and #BC97DC with #DCBC97 are triadic colors.

2 #97BCDC and #BCDC97 with #DCBC97 are triadic colors.