COLOR #D2A040

HEX: #D2A040
RGB: (210,160,64)

Color info

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

RGB color model

#D2A040 color RGB value is (210,160,64).

  • red value is 210;
  • green value is 160;
  • blue value is 64.
RGB:
(210,160,64)
(82%,63%,25%)

RGB channels and saturation

R 210 of 255 = 82%
G 160 of 255 = 63%
B 64 of 255 = 25%

210
160
64

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

Portions of RGB colors in percentages

R + G + B =
210 + 160 + 64 = 434 (100%)
R 210 of 434 ~ 48.39%
G 160 of 434 ~ 36.87%
B 64 of 434 ~ 14.75%

%48.39
%36.87
%14.75

CMYK color model

#D2A040 color CMYK value is (0,24,70,18).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 69.52%
  • key color value is 17.65%
CMYK:
(0,24,70,18)
C0M24Y70K18 
(0%,24%,70%,18%)
(0.00/0.24/0.70/0.18)	

CMYK percentages

%0
%23.81
%69.52
%17.65

Codes

Color #D2A040 in popluar color models

D2A040
RGB21016064
HSL39°61.86%53.73%
HSB/HSV39°69.52%82.35%
CMYK0.00%23.81%69.52%
17.65%

Color #D2A040 in popluar number systems.

HEXD2A040
Decimal21016064
Binary11010010101000001000000
Octal322240100

Shades and tints

Shades of #D2A040

#D2A040
(210,160,64)
#BF923B
(191,146,59)
#AC8436
(172,132,54)
#997631
(153,118,49)
#86682C
(134,104,44)
#735A27
(115,90,39)
#604C22
(96,76,34)
#4D3E1D
(77,62,29)
#3A3018
(58,48,24)
#272213
(39,34,19)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #D2A040

#D2A040
(210,160,64)
#D6A851
(214,168,81)
#DAB062
(218,176,98)
#DEB873
(222,184,115)
#E2C084
(226,192,132)
#E6C895
(230,200,149)
#EAD0A6
(234,208,166)
#EED8B7
(238,216,183)
#F2E0C8
(242,224,200)
#F6E8D9
(246,232,217)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A040 color. Also use rgb(210,160,64) instead hex code.

Text Font Color

.myTextColor { color: #D2A040; }

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

This text font color is #D2A040.


Background Color

.myBgColor { background-color: #D2A040; }

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

This div background color is #D2A040.


Border color

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

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

This div border color is #D2A040.


Opacity

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

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

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

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

This text has shadow with #D2A040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A040 on black background.


Color preview on white background

This text has color #D2A040 on white background.



Black color preview on #D2A040 background

This text has black color on #D2A040 background.


White color preview on #D2A040 background

This text has white color on #D2A040 background.