COLOR #DCBC6F

HEX: #DCBC6F RGB: (220,188,111)

Color info

#DCBC6F contains mainly red and green colors. Web safe color of #DCBC6F is #CCCC66 (or #CC6).

RGB color model

#DCBC6F color RGB value is (220,188,111).

RGB: (220,188,111) (86%, 74%, 44%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 111 of 255 = 44%

220
188
111

R + G + B ~ 68%. #DCBC6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 111 = 519 (100%)
R 220 of 519 ~ 42.39%
G 188 of 519 ~ 36.22%
B 111 of 519 ~ 21.39'%

%42.39
%36.22
%21.39

CMYK color model

#DCBC6F color CMYK value is (0,15,50,14).

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

CMYK: (0,15,50,14)
C0M15Y50K14 (0%, 15%, 50%, 14%)
(0.00 / 0.15 / 0.50 / 0.14)

CMYK percentages

%0
%14.55
%49.55
%13.73

Codes

Color #DCBC6F in popluar color models

DC BC 6F
RGB 220 188 111
HSL 42° 60.89% 64.90%
HSB/HSV 42° 49.55% 86.27%
CMYK 0.00% 14.55% 49.55%
13.73%

Color #DCBC6F in popluar number systems.

HEX DC BC 6F
Decimal 220 188 111
Binary 11011100 10111100 1101111
Octal 334 274 157

Shades and tints

Shades of #DCBC6F

#DCBC6F
(220,188,111)
#C8AB65
(200,171,101)
#B49A5B
(180,154,91)
#A08951
(160,137,81)
#8C7847
(140,120,71)
#78673D
(120,103,61)
#645633
(100,86,51)
#504529
(80,69,41)
#3C341F
(60,52,31)
#282315
(40,35,21)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #DCBC6F

#DCBC6F
(220,188,111)
#DFC27C
(223,194,124)
#E2C889
(226,200,137)
#E5CE96
(229,206,150)
#E8D4A3
(232,212,163)
#EBDAB0
(235,218,176)
#EEE0BD
(238,224,189)
#F1E6CA
(241,230,202)
#F4ECD7
(244,236,215)
#F7F2E4
(247,242,228)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBC6F; }

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

This text font color is #DCBC6F.

Background Color

.myBgColor { background-color: #DCBC6F; }

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

This div background color is #DCBC6F.

Border color

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

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

This div border color is #DCBC6F.

Opacity

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

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

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

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

This text has shadow with #DCBC6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBC6F.

Preview

Color preview on black background

This text has color #DCBC6F on black background.


Color preview on white background

This text has color #DCBC6F on white background.


Black color preview on #DCBC6F background

This text has black color on #DCBC6F background.


White color preview on #DCBC6F background

This text has white color on #DCBC6F background.


Related colors

Complementary color

Complementary color for #hex is #234390.


I love getcolorcode.com

Triadic colors

1 #6FDCBC and #BC6FDC with #DCBC6F are triadic colors.

2 #6FBCDC and #BCDC6F with #DCBC6F are triadic colors.