COLOR #DCA054

HEX: #DCA054 RGB: (220,160,84)

Color info

#DCA054 contains mainly red color. Web safe color of #DCA054 is #CC9966 (or #C96).

RGB color model

#DCA054 color RGB value is (220,160,84).

RGB: (220,160,84) (86%, 63%, 33%)

RGB channels and saturation

R 220 of 255 = 86%
G 160 of 255 = 63%
B 84 of 255 = 33%

220
160
84

R + G + B ~ 61%. #DCA054 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 160 + 84 = 464 (100%)
R 220 of 464 ~ 47.41%
G 160 of 464 ~ 34.48%
B 84 of 464 ~ 18.1'%

%47.41
%34.48
%18.1

CMYK color model

#DCA054 color CMYK value is (0,27,62,14).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 61.82%
  • key color value is 13.73%

CMYK: (0,27,62,14)
C0M27Y62K14 (0%, 27%, 62%, 14%)
(0.00 / 0.27 / 0.62 / 0.14)

CMYK percentages

%0
%27.27
%61.82
%13.73

Codes

Color #DCA054 in popluar color models

DC A0 54
RGB 220 160 84
HSL 34° 66.02% 59.61%
HSB/HSV 34° 61.82% 86.27%
CMYK 0.00% 27.27% 61.82%
13.73%

Color #DCA054 in popluar number systems.

HEX DC A0 54
Decimal 220 160 84
Binary 11011100 10100000 1010100
Octal 334 240 124

Shades and tints

Shades of #DCA054

#DCA054
(220,160,84)
#C8924D
(200,146,77)
#B48446
(180,132,70)
#A0763F
(160,118,63)
#8C6838
(140,104,56)
#785A31
(120,90,49)
#644C2A
(100,76,42)
#503E23
(80,62,35)
#3C301C
(60,48,28)
#282215
(40,34,21)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #DCA054

#DCA054
(220,160,84)
#DFA863
(223,168,99)
#E2B072
(226,176,114)
#E5B881
(229,184,129)
#E8C090
(232,192,144)
#EBC89F
(235,200,159)
#EED0AE
(238,208,174)
#F1D8BD
(241,216,189)
#F4E0CC
(244,224,204)
#F7E8DB
(247,232,219)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA054 color. Also use rgb(220,160,84) instead hex code.

Text Font Color

.myTextColor { color: #DCA054; }

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

This text font color is #DCA054.

Background Color

.myBgColor { background-color: #DCA054; }

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

This div background color is #DCA054.

Border color

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

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

This div border color is #DCA054.

Opacity

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

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

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

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

This text has shadow with #DCA054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA054.

Preview

Color preview on black background

This text has color #DCA054 on black background.


Color preview on white background

This text has color #DCA054 on white background.


Black color preview on #DCA054 background

This text has black color on #DCA054 background.


White color preview on #DCA054 background

This text has white color on #DCA054 background.


Related colors

Complementary color

Complementary color for #hex is #235FAB.


I love getcolorcode.com

Triadic colors

1 #54DCA0 and #A054DC with #DCA054 are triadic colors.

2 #54A0DC and #A0DC54 with #DCA054 are triadic colors.