COLOR #DCA332

HEX: #DCA332
RGB: (220,163,50)

Color info

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

RGB color model

#DCA332 color RGB value is (220,163,50).

  • red value is 220;
  • green value is 163;
  • blue value is 50.
RGB:
(220,163,50)
(86%,64%,20%)

RGB channels and saturation

R 220 of 255 = 86%
G 163 of 255 = 64%
B 50 of 255 = 20%

220
163
50

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

Portions of RGB colors in percentages

R + G + B =
220 + 163 + 50 = 433 (100%)
R 220 of 433 ~ 50.81%
G 163 of 433 ~ 37.64%
B 50 of 433 ~ 11.55%

%50.81
%37.64
%11.55

CMYK color model

#DCA332 color CMYK value is (0,26,77,14).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 77.27%
  • key color value is 13.73%
CMYK:
(0,26,77,14)
C0M26Y77K14 
(0%,26%,77%,14%)
(0.00/0.26/0.77/0.14)	

CMYK percentages

%0
%25.91
%77.27
%13.73

Codes

Color #DCA332 in popluar color models

DCA332
RGB22016350
HSL40°70.83%52.94%
HSB/HSV40°77.27%86.27%
CMYK0.00%25.91%77.27%
13.73%

Color #DCA332 in popluar number systems.

HEXDCA332
Decimal22016350
Binary1101110010100011110010
Octal33424362

Shades and tints

Shades of #DCA332

#DCA332
(220,163,50)
#C8952E
(200,149,46)
#B4872A
(180,135,42)
#A07926
(160,121,38)
#8C6B22
(140,107,34)
#785D1E
(120,93,30)
#644F1A
(100,79,26)
#504116
(80,65,22)
#3C3312
(60,51,18)
#28250E
(40,37,14)
#14170A
(20,23,10)
#000000
(0,0,0)

Tints of #DCA332

#DCA332
(220,163,50)
#DFAB44
(223,171,68)
#E2B356
(226,179,86)
#E5BB68
(229,187,104)
#E8C37A
(232,195,122)
#EBCB8C
(235,203,140)
#EED39E
(238,211,158)
#F1DBB0
(241,219,176)
#F4E3C2
(244,227,194)
#F7EBD4
(247,235,212)
#FAF3E6
(250,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA332 color. Also use rgb(220,163,50) instead hex code.

Text Font Color

.myTextColor { color: #DCA332; }

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

This text font color is #DCA332.


Background Color

.myBgColor { background-color: #DCA332; }

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

This div background color is #DCA332.


Border color

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

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

This div border color is #DCA332.


Opacity

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

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

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

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

This text has shadow with #DCA332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA332 on black background.


Color preview on white background

This text has color #DCA332 on white background.



Black color preview on #DCA332 background

This text has black color on #DCA332 background.


White color preview on #DCA332 background

This text has white color on #DCA332 background.