COLOR #DCAC67

HEX: #DCAC67
RGB: (220,172,103)

Color info

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

RGB color model

#DCAC67 color RGB value is (220,172,103).

  • red value is 220;
  • green value is 172;
  • blue value is 103.
RGB:
(220,172,103)
(86%,67%,40%)

RGB channels and saturation

R 220 of 255 = 86%
G 172 of 255 = 67%
B 103 of 255 = 40%

220
172
103

R + G + B ~ 64%. #DCAC67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 172 + 103 = 495 (100%)
R 220 of 495 ~ 44.44%
G 172 of 495 ~ 34.75%
B 103 of 495 ~ 20.81%

%44.44
%34.75
%20.81

CMYK color model

#DCAC67 color CMYK value is (0,22,53,14).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 53.18%
  • key color value is 13.73%
CMYK:
(0,22,53,14)
C0M22Y53K14 
(0%,22%,53%,14%)
(0.00/0.22/0.53/0.14)	

CMYK percentages

%0
%21.82
%53.18
%13.73

Codes

Color #DCAC67 in popluar color models

DCAC67
RGB220172103
HSL35°62.57%63.33%
HSB/HSV35°53.18%86.27%
CMYK0.00%21.82%53.18%
13.73%

Color #DCAC67 in popluar number systems.

HEXDCAC67
Decimal220172103
Binary11011100101011001100111
Octal334254147

Shades and tints

Shades of #DCAC67

#DCAC67
(220,172,103)
#C89D5E
(200,157,94)
#B48E55
(180,142,85)
#A07F4C
(160,127,76)
#8C7043
(140,112,67)
#78613A
(120,97,58)
#645231
(100,82,49)
#504328
(80,67,40)
#3C341F
(60,52,31)
#282516
(40,37,22)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #DCAC67

#DCAC67
(220,172,103)
#DFB374
(223,179,116)
#E2BA81
(226,186,129)
#E5C18E
(229,193,142)
#E8C89B
(232,200,155)
#EBCFA8
(235,207,168)
#EED6B5
(238,214,181)
#F1DDC2
(241,221,194)
#F4E4CF
(244,228,207)
#F7EBDC
(247,235,220)
#FAF2E9
(250,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAC67 color. Also use rgb(220,172,103) instead hex code.

Text Font Color

.myTextColor { color: #DCAC67; }

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

This text font color is #DCAC67.


Background Color

.myBgColor { background-color: #DCAC67; }

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

This div background color is #DCAC67.


Border color

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

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

This div border color is #DCAC67.


Opacity

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

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

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

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

This text has shadow with #DCAC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAC67 on black background.


Color preview on white background

This text has color #DCAC67 on white background.



Black color preview on #DCAC67 background

This text has black color on #DCAC67 background.


White color preview on #DCAC67 background

This text has white color on #DCAC67 background.