COLOR #D2AC23

HEX: #D2AC23
RGB: (210,172,35)

Color info

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

RGB color model

#D2AC23 color RGB value is (210,172,35).

  • red value is 210;
  • green value is 172;
  • blue value is 35.
RGB:
(210,172,35)
(82%,67%,14%)

RGB channels and saturation

R 210 of 255 = 82%
G 172 of 255 = 67%
B 35 of 255 = 14%

210
172
35

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

Portions of RGB colors in percentages

R + G + B =
210 + 172 + 35 = 417 (100%)
R 210 of 417 ~ 50.36%
G 172 of 417 ~ 41.25%
B 35 of 417 ~ 8.39%

%50.36
%41.25

CMYK color model

#D2AC23 color CMYK value is (0,18,83,18).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 83.33%
  • key color value is 17.65%
CMYK:
(0,18,83,18)
C0M18Y83K18 
(0%,18%,83%,18%)
(0.00/0.18/0.83/0.18)	

CMYK percentages

%0
%18.1
%83.33
%17.65

Codes

Color #D2AC23 in popluar color models

D2AC23
RGB21017235
HSL47°71.43%48.04%
HSB/HSV47°83.33%82.35%
CMYK0.00%18.10%83.33%
17.65%

Color #D2AC23 in popluar number systems.

HEXD2AC23
Decimal21017235
Binary1101001010101100100011
Octal32225443

Shades and tints

Shades of #D2AC23

#D2AC23
(210,172,35)
#BF9D20
(191,157,32)
#AC8E1D
(172,142,29)
#997F1A
(153,127,26)
#867017
(134,112,23)
#736114
(115,97,20)
#605211
(96,82,17)
#4D430E
(77,67,14)
#3A340B
(58,52,11)
#272508
(39,37,8)
#141605
(20,22,5)
#000000
(0,0,0)

Tints of #D2AC23

#D2AC23
(210,172,35)
#D6B337
(214,179,55)
#DABA4B
(218,186,75)
#DEC15F
(222,193,95)
#E2C873
(226,200,115)
#E6CF87
(230,207,135)
#EAD69B
(234,214,155)
#EEDDAF
(238,221,175)
#F2E4C3
(242,228,195)
#F6EBD7
(246,235,215)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AC23 color. Also use rgb(210,172,35) instead hex code.

Text Font Color

.myTextColor { color: #D2AC23; }

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

This text font color is #D2AC23.


Background Color

.myBgColor { background-color: #D2AC23; }

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

This div background color is #D2AC23.


Border color

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

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

This div border color is #D2AC23.


Opacity

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

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

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

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

This text has shadow with #D2AC23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AC23 on black background.


Color preview on white background

This text has color #D2AC23 on white background.



Black color preview on #D2AC23 background

This text has black color on #D2AC23 background.


White color preview on #D2AC23 background

This text has white color on #D2AC23 background.