COLOR #D3AE6F

HEX: #D3AE6F RGB: (211,174,111)

Color info

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

RGB color model

#D3AE6F color RGB value is (211,174,111).

RGB: (211,174,111) (83%, 68%, 44%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 111 of 255 = 44%

211
174
111

R + G + B ~ 65%. #D3AE6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 174 + 111 = 496 (100%)
R 211 of 496 ~ 42.54%
G 174 of 496 ~ 35.08%
B 111 of 496 ~ 22.38'%

%42.54
%35.08
%22.38

CMYK color model

#D3AE6F color CMYK value is (0,18,47,17).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 47.39%
  • key color value is 17.25%

CMYK: (0,18,47,17)
C0M18Y47K17 (0%, 18%, 47%, 17%)
(0.00 / 0.18 / 0.47 / 0.17)

CMYK percentages

%0
%17.54
%47.39
%17.25

Codes

Color #D3AE6F in popluar color models

D3 AE 6F
RGB 211 174 111
HSL 38° 53.19% 63.14%
HSB/HSV 38° 47.39% 82.75%
CMYK 0.00% 17.54% 47.39%
17.25%

Color #D3AE6F in popluar number systems.

HEX D3 AE 6F
Decimal 211 174 111
Binary 11010011 10101110 1101111
Octal 323 256 157

Shades and tints

Shades of #D3AE6F

#D3AE6F
(211,174,111)
#C09F65
(192,159,101)
#AD905B
(173,144,91)
#9A8151
(154,129,81)
#877247
(135,114,71)
#74633D
(116,99,61)
#615433
(97,84,51)
#4E4529
(78,69,41)
#3B361F
(59,54,31)
#282715
(40,39,21)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #D3AE6F

#D3AE6F
(211,174,111)
#D7B57C
(215,181,124)
#DBBC89
(219,188,137)
#DFC396
(223,195,150)
#E3CAA3
(227,202,163)
#E7D1B0
(231,209,176)
#EBD8BD
(235,216,189)
#EFDFCA
(239,223,202)
#F3E6D7
(243,230,215)
#F7EDE4
(247,237,228)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AE6F; }

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

This text font color is #D3AE6F.

Background Color

.myBgColor { background-color: #D3AE6F; }

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

This div background color is #D3AE6F.

Border color

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

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

This div border color is #D3AE6F.

Opacity

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

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

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

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

This text has shadow with #D3AE6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AE6F.

Preview

Color preview on black background

This text has color #D3AE6F on black background.


Color preview on white background

This text has color #D3AE6F on white background.


Black color preview on #D3AE6F background

This text has black color on #D3AE6F background.


White color preview on #D3AE6F background

This text has white color on #D3AE6F background.


Related colors

Complementary color

Complementary color for #hex is #2C5190.


I love getcolorcode.com

Triadic colors

1 #6FD3AE and #AE6FD3 with #D3AE6F are triadic colors.

2 #6FAED3 and #AED36F with #D3AE6F are triadic colors.