COLOR #D2AE4E

HEX: #D2AE4E RGB: (210,174,78)

Color info

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

RGB color model

#D2AE4E color RGB value is (210,174,78).

RGB: (210,174,78) (82%, 68%, 31%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 78 of 255 = 31%

210
174
78

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

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 78 = 462 (100%)
R 210 of 462 ~ 45.45%
G 174 of 462 ~ 37.66%
B 78 of 462 ~ 16.88'%

%45.45
%37.66
%16.88

CMYK color model

#D2AE4E color CMYK value is (0,17,63,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 62.86%
  • key color value is 17.65%
CMYK: (0,17,63,18) C0M17Y63K18 (0%,17%,63%,18%) (0.00/0.17/0.63/0.18) 

CMYK percentages

%0
%17.14
%62.86
%17.65

Codes

Color #D2AE4E in popluar color models

D2 AE 4E
RGB 210 174 78
HSL 44° 59.46% 56.47%
HSB/HSV 44° 62.86% 82.35%
CMYK 0.00% 17.14% 62.86%
17.65%

Color #D2AE4E in popluar number systems.

HEX D2 AE 4E
Decimal 210 174 78
Binary 11010010 10101110 1001110
Octal 322 256 116

Shades and tints

Shades of #D2AE4E

#D2AE4E
(210,174,78)
#BF9F47
(191,159,71)
#AC9040
(172,144,64)
#998139
(153,129,57)
#867232
(134,114,50)
#73632B
(115,99,43)
#605424
(96,84,36)
#4D451D
(77,69,29)
#3A3616
(58,54,22)
#27270F
(39,39,15)
#141808
(20,24,8)
#000000
(0,0,0)

Tints of #D2AE4E

#D2AE4E
(210,174,78)
#D6B55E
(214,181,94)
#DABC6E
(218,188,110)
#DEC37E
(222,195,126)
#E2CA8E
(226,202,142)
#E6D19E
(230,209,158)
#EAD8AE
(234,216,174)
#EEDFBE
(238,223,190)
#F2E6CE
(242,230,206)
#F6EDDE
(246,237,222)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AE4E color. Also use rgb(210,174,78) instead hex code.

Text Font Color

.myTextColor { color: #D2AE4E; }

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

This text font color is #D2AE4E.

Background Color

.myBgColor { background-color: #D2AE4E; }

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

This div background color is #D2AE4E.

Border color

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

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

This div border color is #D2AE4E.

Opacity

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

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

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

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

This text has shadow with #D2AE4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AE4E.

Preview

Color preview on black background

This text has color #D2AE4E on black background.


Color preview on white background

This text has color #D2AE4E on white background.


Black color preview on #D2AE4E background

This text has black color on #D2AE4E background.


White color preview on #D2AE4E background

This text has white color on #D2AE4E background.


Related colors

Complementary color

Complementary color for #hex is #2D51B1.


I love getcolorcode.com

Triadic colors

1 #4ED2AE and #AE4ED2 with #D2AE4E are triadic colors.

2 #4EAED2 and #AED24E with #D2AE4E are triadic colors.