COLOR #DCA65A

HEX: #DCA65A
RGB: (220,166,90)

Color info

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

RGB color model

#DCA65A color RGB value is (220,166,90).

  • red value is 220;
  • green value is 166;
  • blue value is 90.
RGB:
(220,166,90)
(86%,65%,35%)

RGB channels and saturation

R 220 of 255 = 86%
G 166 of 255 = 65%
B 90 of 255 = 35%

220
166
90

R + G + B ~ 62%. #DCA65A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 166 + 90 = 476 (100%)
R 220 of 476 ~ 46.22%
G 166 of 476 ~ 34.87%
B 90 of 476 ~ 18.91%

%46.22
%34.87
%18.91

CMYK color model

#DCA65A color CMYK value is (0,25,59,14).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 59.09%
  • key color value is 13.73%
CMYK:
(0,25,59,14)
C0M25Y59K14 
(0%,25%,59%,14%)
(0.00/0.25/0.59/0.14)	

CMYK percentages

%0
%24.55
%59.09
%13.73

Codes

Color #DCA65A in popluar color models

DCA65A
RGB22016690
HSL35°65.00%60.78%
HSB/HSV35°59.09%86.27%
CMYK0.00%24.55%59.09%
13.73%

Color #DCA65A in popluar number systems.

HEXDCA65A
Decimal22016690
Binary11011100101001101011010
Octal334246132

Shades and tints

Shades of #DCA65A

#DCA65A
(220,166,90)
#C89752
(200,151,82)
#B4884A
(180,136,74)
#A07942
(160,121,66)
#8C6A3A
(140,106,58)
#785B32
(120,91,50)
#644C2A
(100,76,42)
#503D22
(80,61,34)
#3C2E1A
(60,46,26)
#281F12
(40,31,18)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #DCA65A

#DCA65A
(220,166,90)
#DFAE69
(223,174,105)
#E2B678
(226,182,120)
#E5BE87
(229,190,135)
#E8C696
(232,198,150)
#EBCEA5
(235,206,165)
#EED6B4
(238,214,180)
#F1DEC3
(241,222,195)
#F4E6D2
(244,230,210)
#F7EEE1
(247,238,225)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA65A; }

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

This text font color is #DCA65A.


Background Color

.myBgColor { background-color: #DCA65A; }

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

This div background color is #DCA65A.


Border color

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

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

This div border color is #DCA65A.


Opacity

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

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

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

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

This text has shadow with #DCA65A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA65A on black background.


Color preview on white background

This text has color #DCA65A on white background.



Black color preview on #DCA65A background

This text has black color on #DCA65A background.


White color preview on #DCA65A background

This text has white color on #DCA65A background.