COLOR #DCA533

HEX: #DCA533
RGB: (220,165,51)

Color info

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

RGB color model

#DCA533 color RGB value is (220,165,51).

  • red value is 220;
  • green value is 165;
  • blue value is 51.
RGB:
(220,165,51)
(86%,65%,20%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 51 of 255 = 20%

220
165
51

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

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 51 = 436 (100%)
R 220 of 436 ~ 50.46%
G 165 of 436 ~ 37.84%
B 51 of 436 ~ 11.7%

%50.46
%37.84
%11.7

CMYK color model

#DCA533 color CMYK value is (0,25,77,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 76.82%
  • key color value is 13.73%
CMYK:
(0,25,77,14)
C0M25Y77K14 
(0%,25%,77%,14%)
(0.00/0.25/0.77/0.14)	

CMYK percentages

%0
%25
%76.82
%13.73

Codes

Color #DCA533 in popluar color models

DCA533
RGB22016551
HSL40°70.71%53.14%
HSB/HSV40°76.82%86.27%
CMYK0.00%25.00%76.82%
13.73%

Color #DCA533 in popluar number systems.

HEXDCA533
Decimal22016551
Binary1101110010100101110011
Octal33424563

Shades and tints

Shades of #DCA533

#DCA533
(220,165,51)
#C8962F
(200,150,47)
#B4872B
(180,135,43)
#A07827
(160,120,39)
#8C6923
(140,105,35)
#785A1F
(120,90,31)
#644B1B
(100,75,27)
#503C17
(80,60,23)
#3C2D13
(60,45,19)
#281E0F
(40,30,15)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #DCA533

#DCA533
(220,165,51)
#DFAD45
(223,173,69)
#E2B557
(226,181,87)
#E5BD69
(229,189,105)
#E8C57B
(232,197,123)
#EBCD8D
(235,205,141)
#EED59F
(238,213,159)
#F1DDB1
(241,221,177)
#F4E5C3
(244,229,195)
#F7EDD5
(247,237,213)
#FAF5E7
(250,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA533 color. Also use rgb(220,165,51) instead hex code.

Text Font Color

.myTextColor { color: #DCA533; }

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

This text font color is #DCA533.


Background Color

.myBgColor { background-color: #DCA533; }

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

This div background color is #DCA533.


Border color

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

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

This div border color is #DCA533.


Opacity

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

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

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

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

This text has shadow with #DCA533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA533 on black background.


Color preview on white background

This text has color #DCA533 on white background.



Black color preview on #DCA533 background

This text has black color on #DCA533 background.


White color preview on #DCA533 background

This text has white color on #DCA533 background.