COLOR #DCA158

HEX: #DCA158
RGB: (220,161,88)

Color info

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

RGB color model

#DCA158 color RGB value is (220,161,88).

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

RGB channels and saturation

R 220 of 255 = 86%
G 161 of 255 = 63%
B 88 of 255 = 35%

220
161
88

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

Portions of RGB colors in percentages

R + G + B =
220 + 161 + 88 = 469 (100%)
R 220 of 469 ~ 46.91%
G 161 of 469 ~ 34.33%
B 88 of 469 ~ 18.76%

%46.91
%34.33
%18.76

CMYK color model

#DCA158 color CMYK value is (0,27,60,14).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 60.00%
  • key color value is 13.73%
CMYK:
(0,27,60,14)
C0M27Y60K14 
(0%,27%,60%,14%)
(0.00/0.27/0.60/0.14)	

CMYK percentages

%0
%26.82
%60
%13.73

Codes

Color #DCA158 in popluar color models

DCA158
RGB22016188
HSL33°65.35%60.39%
HSB/HSV33°60.00%86.27%
CMYK0.00%26.82%60.00%
13.73%

Color #DCA158 in popluar number systems.

HEXDCA158
Decimal22016188
Binary11011100101000011011000
Octal334241130

Shades and tints

Shades of #DCA158

#DCA158
(220,161,88)
#C89350
(200,147,80)
#B48548
(180,133,72)
#A07740
(160,119,64)
#8C6938
(140,105,56)
#785B30
(120,91,48)
#644D28
(100,77,40)
#503F20
(80,63,32)
#3C3118
(60,49,24)
#282310
(40,35,16)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #DCA158

#DCA158
(220,161,88)
#DFA967
(223,169,103)
#E2B176
(226,177,118)
#E5B985
(229,185,133)
#E8C194
(232,193,148)
#EBC9A3
(235,201,163)
#EED1B2
(238,209,178)
#F1D9C1
(241,217,193)
#F4E1D0
(244,225,208)
#F7E9DF
(247,233,223)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA158; }

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

This text font color is #DCA158.


Background Color

.myBgColor { background-color: #DCA158; }

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

This div background color is #DCA158.


Border color

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

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

This div border color is #DCA158.


Opacity

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

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

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

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

This text has shadow with #DCA158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA158 on black background.


Color preview on white background

This text has color #DCA158 on white background.



Black color preview on #DCA158 background

This text has black color on #DCA158 background.


White color preview on #DCA158 background

This text has white color on #DCA158 background.