COLOR #D3AE64

HEX: #D3AE64
RGB: (211,174,100)

Color info

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

RGB color model

#D3AE64 color RGB value is (211,174,100).

  • red value is 211;
  • green value is 174;
  • blue value is 100.
RGB:
(211,174,100)
(83%,68%,39%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 100 of 255 = 39%

211
174
100

R + G + B ~ 63%. #D3AE64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 100 = 485 (100%)
R 211 of 485 ~ 43.51%
G 174 of 485 ~ 35.88%
B 100 of 485 ~ 20.62%

%43.51
%35.88
%20.62

CMYK color model

#D3AE64 color CMYK value is (0,18,53,17).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 52.61%
  • key color value is 17.25%
CMYK:
(0,18,53,17)
C0M18Y53K17 
(0%,18%,53%,17%)
(0.00/0.18/0.53/0.17)	

CMYK percentages

%0
%17.54
%52.61
%17.25

Codes

Color #D3AE64 in popluar color models

D3AE64
RGB211174100
HSL40°55.78%60.98%
HSB/HSV40°52.61%82.75%
CMYK0.00%17.54%52.61%
17.25%

Color #D3AE64 in popluar number systems.

HEXD3AE64
Decimal211174100
Binary11010011101011101100100
Octal323256144

Shades and tints

Shades of #D3AE64

#D3AE64
(211,174,100)
#C09F5B
(192,159,91)
#AD9052
(173,144,82)
#9A8149
(154,129,73)
#877240
(135,114,64)
#746337
(116,99,55)
#61542E
(97,84,46)
#4E4525
(78,69,37)
#3B361C
(59,54,28)
#282713
(40,39,19)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #D3AE64

#D3AE64
(211,174,100)
#D7B572
(215,181,114)
#DBBC80
(219,188,128)
#DFC38E
(223,195,142)
#E3CA9C
(227,202,156)
#E7D1AA
(231,209,170)
#EBD8B8
(235,216,184)
#EFDFC6
(239,223,198)
#F3E6D4
(243,230,212)
#F7EDE2
(247,237,226)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AE64 color. Also use rgb(211,174,100) instead hex code.

Text Font Color

.myTextColor { color: #D3AE64; }

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

This text font color is #D3AE64.


Background Color

.myBgColor { background-color: #D3AE64; }

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

This div background color is #D3AE64.


Border color

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

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

This div border color is #D3AE64.


Opacity

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

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

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

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

This text has shadow with #D3AE64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AE64 on black background.


Color preview on white background

This text has color #D3AE64 on white background.



Black color preview on #D3AE64 background

This text has black color on #D3AE64 background.


White color preview on #D3AE64 background

This text has white color on #D3AE64 background.