COLOR #DCB86A

HEX: #DCB86A RGB: (220,184,106)

Color info

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

RGB color model

#DCB86A color RGB value is (220,184,106).

RGB: (220,184,106) (86%, 72%, 42%)

RGB channels and saturation

R 220 of 255 = 86%
G 184 of 255 = 72%
B 106 of 255 = 42%

220
184
106

R + G + B ~ 67%. #DCB86A is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 184 + 106 = 510 (100%)
R 220 of 510 ~ 43.14%
G 184 of 510 ~ 36.08%
B 106 of 510 ~ 20.78'%

%43.14
%36.08
%20.78

CMYK color model

#DCB86A color CMYK value is (0,16,52,14).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 51.82%
  • key color value is 13.73%

CMYK: (0,16,52,14)
C0M16Y52K14 (0%, 16%, 52%, 14%)
(0.00 / 0.16 / 0.52 / 0.14)

CMYK percentages

%0
%16.36
%51.82
%13.73

Codes

Color #DCB86A in popluar color models

DC B8 6A
RGB 220 184 106
HSL 41° 61.96% 63.92%
HSB/HSV 41° 51.82% 86.27%
CMYK 0.00% 16.36% 51.82%
13.73%

Color #DCB86A in popluar number systems.

HEX DC B8 6A
Decimal 220 184 106
Binary 11011100 10111000 1101010
Octal 334 270 152

Shades and tints

Shades of #DCB86A

#DCB86A
(220,184,106)
#C8A861
(200,168,97)
#B49858
(180,152,88)
#A0884F
(160,136,79)
#8C7846
(140,120,70)
#78683D
(120,104,61)
#645834
(100,88,52)
#50482B
(80,72,43)
#3C3822
(60,56,34)
#282819
(40,40,25)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #DCB86A

#DCB86A
(220,184,106)
#DFBE77
(223,190,119)
#E2C484
(226,196,132)
#E5CA91
(229,202,145)
#E8D09E
(232,208,158)
#EBD6AB
(235,214,171)
#EEDCB8
(238,220,184)
#F1E2C5
(241,226,197)
#F4E8D2
(244,232,210)
#F7EEDF
(247,238,223)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB86A color. Also use rgb(220,184,106) instead hex code.

Text Font Color

.myTextColor { color: #DCB86A; }

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

This text font color is #DCB86A.

Background Color

.myBgColor { background-color: #DCB86A; }

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

This div background color is #DCB86A.

Border color

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

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

This div border color is #DCB86A.

Opacity

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

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

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

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

This text has shadow with #DCB86A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB86A.

Preview

Color preview on black background

This text has color #DCB86A on black background.


Color preview on white background

This text has color #DCB86A on white background.


Black color preview on #DCB86A background

This text has black color on #DCB86A background.


White color preview on #DCB86A background

This text has white color on #DCB86A background.


Related colors

Complementary color

Complementary color for #hex is #234795.


I love getcolorcode.com

Triadic colors

1 #6ADCB8 and #B86ADC with #DCB86A are triadic colors.

2 #6AB8DC and #B8DC6A with #DCB86A are triadic colors.