COLOR #DCA246

HEX: #DCA246 RGB: (220,162,70)

Color info

#DCA246 contains mainly red and green colors. Web safe color of #DCA246 is #CC9933 (or #C93).

RGB color model

#DCA246 color RGB value is (220,162,70).

RGB: (220,162,70) (86%, 64%, 27%)

RGB channels and saturation

R 220 of 255 = 86%
G 162 of 255 = 64%
B 70 of 255 = 27%

220
162
70

R + G + B ~ 59%. #DCA246 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 220 + 162 + 70 = 452 (100%)
R 220 of 452 ~ 48.67%
G 162 of 452 ~ 35.84%
B 70 of 452 ~ 15.49'%

%48.67
%35.84
%15.49

CMYK color model

#DCA246 color CMYK value is (0,26,68,14).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 68.18%
  • key color value is 13.73%

CMYK: (0,26,68,14)
C0M26Y68K14 (0%, 26%, 68%, 14%)
(0.00 / 0.26 / 0.68 / 0.14)

CMYK percentages

%0
%26.36
%68.18
%13.73

Codes

Color #DCA246 in popluar color models

DC A2 46
RGB 220 162 70
HSL 37° 68.18% 56.86%
HSB/HSV 37° 68.18% 86.27%
CMYK 0.00% 26.36% 68.18%
13.73%

Color #DCA246 in popluar number systems.

HEX DC A2 46
Decimal 220 162 70
Binary 11011100 10100010 1000110
Octal 334 242 106

Shades and tints

Shades of #DCA246

#DCA246
(220,162,70)
#C89440
(200,148,64)
#B4863A
(180,134,58)
#A07834
(160,120,52)
#8C6A2E
(140,106,46)
#785C28
(120,92,40)
#644E22
(100,78,34)
#50401C
(80,64,28)
#3C3216
(60,50,22)
#282410
(40,36,16)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #DCA246

#DCA246
(220,162,70)
#DFAA56
(223,170,86)
#E2B266
(226,178,102)
#E5BA76
(229,186,118)
#E8C286
(232,194,134)
#EBCA96
(235,202,150)
#EED2A6
(238,210,166)
#F1DAB6
(241,218,182)
#F4E2C6
(244,226,198)
#F7EAD6
(247,234,214)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA246 color. Also use rgb(220,162,70) instead hex code.

Text Font Color

.myTextColor { color: #DCA246; }

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

This text font color is #DCA246.

Background Color

.myBgColor { background-color: #DCA246; }

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

This div background color is #DCA246.

Border color

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

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

This div border color is #DCA246.

Opacity

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

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

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

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

This text has shadow with #DCA246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA246.

Preview

Color preview on black background

This text has color #DCA246 on black background.


Color preview on white background

This text has color #DCA246 on white background.


Black color preview on #DCA246 background

This text has black color on #DCA246 background.


White color preview on #DCA246 background

This text has white color on #DCA246 background.


Related colors

Complementary color

Complementary color for #hex is #235DB9.


I love getcolorcode.com

Triadic colors

1 #46DCA2 and #A246DC with #DCA246 are triadic colors.

2 #46A2DC and #A2DC46 with #DCA246 are triadic colors.