COLOR #DCA652

HEX: #DCA652 RGB: (220,166,82)

Color info

#DCA652 contains mainly red and green colors. Web safe color of #DCA652 is #CC9966 (or #C96).

RGB color model

#DCA652 color RGB value is (220,166,82).

RGB: (220,166,82) (86%, 65%, 32%)

RGB channels and saturation

R 220 of 255 = 86%
G 166 of 255 = 65%
B 82 of 255 = 32%

220
166
82

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

Portions of RGB colors in percentages

R + G + B = 220 + 166 + 82 = 468 (100%)
R 220 of 468 ~ 47.01%
G 166 of 468 ~ 35.47%
B 82 of 468 ~ 17.52'%

%47.01
%35.47
%17.52

CMYK color model

#DCA652 color CMYK value is (0,25,63,14).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 62.73%
  • key color value is 13.73%
CMYK: (0,25,63,14) C0M25Y63K14 (0%,25%,63%,14%) (0.00/0.25/0.63/0.14) 

CMYK percentages

%0
%24.55
%62.73
%13.73

Codes

Color #DCA652 in popluar color models

DC A6 52
RGB 220 166 82
HSL 37° 66.35% 59.22%
HSB/HSV 37° 62.73% 86.27%
CMYK 0.00% 24.55% 62.73%
13.73%

Color #DCA652 in popluar number systems.

HEX DC A6 52
Decimal 220 166 82
Binary 11011100 10100110 1010010
Octal 334 246 122

Shades and tints

Shades of #DCA652

#DCA652
(220,166,82)
#C8974B
(200,151,75)
#B48844
(180,136,68)
#A0793D
(160,121,61)
#8C6A36
(140,106,54)
#785B2F
(120,91,47)
#644C28
(100,76,40)
#503D21
(80,61,33)
#3C2E1A
(60,46,26)
#281F13
(40,31,19)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #DCA652

#DCA652
(220,166,82)
#DFAE61
(223,174,97)
#E2B670
(226,182,112)
#E5BE7F
(229,190,127)
#E8C68E
(232,198,142)
#EBCE9D
(235,206,157)
#EED6AC
(238,214,172)
#F1DEBB
(241,222,187)
#F4E6CA
(244,230,202)
#F7EED9
(247,238,217)
#FAF6E8
(250,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA652 color. Also use rgb(220,166,82) instead hex code.

Text Font Color

.myTextColor { color: #DCA652; }

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

This text font color is #DCA652.

Background Color

.myBgColor { background-color: #DCA652; }

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

This div background color is #DCA652.

Border color

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

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

This div border color is #DCA652.

Opacity

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

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

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

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

This text has shadow with #DCA652 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA652.

Preview

Color preview on black background

This text has color #DCA652 on black background.


Color preview on white background

This text has color #DCA652 on white background.


Black color preview on #DCA652 background

This text has black color on #DCA652 background.


White color preview on #DCA652 background

This text has white color on #DCA652 background.


Related colors

Complementary color

Complementary color for #hex is #2359AD.


I love getcolorcode.com

Triadic colors

1 #52DCA6 and #A652DC with #DCA652 are triadic colors.

2 #52A6DC and #A6DC52 with #DCA652 are triadic colors.