COLOR #D2A42E

HEX: #D2A42E
RGB: (210,164,46)

Color info

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

RGB color model

#D2A42E color RGB value is (210,164,46).

  • red value is 210;
  • green value is 164;
  • blue value is 46.
RGB:
(210,164,46)
(82%,64%,18%)

RGB channels and saturation

R 210 of 255 = 82%
G 164 of 255 = 64%
B 46 of 255 = 18%

210
164
46

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

Portions of RGB colors in percentages

R + G + B =
210 + 164 + 46 = 420 (100%)
R 210 of 420 ~ 50%
G 164 of 420 ~ 39.05%
B 46 of 420 ~ 10.95%

%50
%39.05
%10.95

CMYK color model

#D2A42E color CMYK value is (0,22,78,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 78.10%
  • key color value is 17.65%
CMYK:
(0,22,78,18)
C0M22Y78K18 
(0%,22%,78%,18%)
(0.00/0.22/0.78/0.18)	

CMYK percentages

%0
%21.9
%78.1
%17.65

Codes

Color #D2A42E in popluar color models

D2A42E
RGB21016446
HSL43°64.57%50.20%
HSB/HSV43°78.10%82.35%
CMYK0.00%21.90%78.10%
17.65%

Color #D2A42E in popluar number systems.

HEXD2A42E
Decimal21016446
Binary1101001010100100101110
Octal32224456

Shades and tints

Shades of #D2A42E

#D2A42E
(210,164,46)
#BF962A
(191,150,42)
#AC8826
(172,136,38)
#997A22
(153,122,34)
#866C1E
(134,108,30)
#735E1A
(115,94,26)
#605016
(96,80,22)
#4D4212
(77,66,18)
#3A340E
(58,52,14)
#27260A
(39,38,10)
#141806
(20,24,6)
#000000
(0,0,0)

Tints of #D2A42E

#D2A42E
(210,164,46)
#D6AC41
(214,172,65)
#DAB454
(218,180,84)
#DEBC67
(222,188,103)
#E2C47A
(226,196,122)
#E6CC8D
(230,204,141)
#EAD4A0
(234,212,160)
#EEDCB3
(238,220,179)
#F2E4C6
(242,228,198)
#F6ECD9
(246,236,217)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A42E color. Also use rgb(210,164,46) instead hex code.

Text Font Color

.myTextColor { color: #D2A42E; }

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

This text font color is #D2A42E.


Background Color

.myBgColor { background-color: #D2A42E; }

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

This div background color is #D2A42E.


Border color

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

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

This div border color is #D2A42E.


Opacity

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

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

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

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

This text has shadow with #D2A42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A42E on black background.


Color preview on white background

This text has color #D2A42E on white background.



Black color preview on #D2A42E background

This text has black color on #D2A42E background.


White color preview on #D2A42E background

This text has white color on #D2A42E background.