COLOR #DCAA58

HEX: #DCAA58
RGB: (220,170,88)

Color info

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

RGB color model

#DCAA58 color RGB value is (220,170,88).

  • red value is 220;
  • green value is 170;
  • blue value is 88.
RGB:
(220,170,88)
(86%,67%,35%)

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 88 of 255 = 35%

220
170
88

R + G + B ~ 63%. #DCAA58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 170 + 88 = 478 (100%)
R 220 of 478 ~ 46.03%
G 170 of 478 ~ 35.56%
B 88 of 478 ~ 18.41%

%46.03
%35.56
%18.41

CMYK color model

#DCAA58 color CMYK value is (0,23,60,14).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 60.00%
  • key color value is 13.73%
CMYK:
(0,23,60,14)
C0M23Y60K14 
(0%,23%,60%,14%)
(0.00/0.23/0.60/0.14)	

CMYK percentages

%0
%22.73
%60
%13.73

Codes

Color #DCAA58 in popluar color models

DCAA58
RGB22017088
HSL37°65.35%60.39%
HSB/HSV37°60.00%86.27%
CMYK0.00%22.73%60.00%
13.73%

Color #DCAA58 in popluar number systems.

HEXDCAA58
Decimal22017088
Binary11011100101010101011000
Octal334252130

Shades and tints

Shades of #DCAA58

#DCAA58
(220,170,88)
#C89B50
(200,155,80)
#B48C48
(180,140,72)
#A07D40
(160,125,64)
#8C6E38
(140,110,56)
#785F30
(120,95,48)
#645028
(100,80,40)
#504120
(80,65,32)
#3C3218
(60,50,24)
#282310
(40,35,16)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #DCAA58

#DCAA58
(220,170,88)
#DFB167
(223,177,103)
#E2B876
(226,184,118)
#E5BF85
(229,191,133)
#E8C694
(232,198,148)
#EBCDA3
(235,205,163)
#EED4B2
(238,212,178)
#F1DBC1
(241,219,193)
#F4E2D0
(244,226,208)
#F7E9DF
(247,233,223)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAA58 color. Also use rgb(220,170,88) instead hex code.

Text Font Color

.myTextColor { color: #DCAA58; }

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

This text font color is #DCAA58.


Background Color

.myBgColor { background-color: #DCAA58; }

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

This div background color is #DCAA58.


Border color

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

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

This div border color is #DCAA58.


Opacity

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

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

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

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

This text has shadow with #DCAA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAA58 on black background.


Color preview on white background

This text has color #DCAA58 on white background.



Black color preview on #DCAA58 background

This text has black color on #DCAA58 background.


White color preview on #DCAA58 background

This text has white color on #DCAA58 background.