COLOR #D1AE69

HEX: #D1AE69
RGB: (209,174,105)

Color info

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

RGB color model

#D1AE69 color RGB value is (209,174,105).

  • red value is 209;
  • green value is 174;
  • blue value is 105.
RGB:
(209,174,105)
(82%,68%,41%)

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 105 of 255 = 41%

209
174
105

R + G + B ~ 64%. #D1AE69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 105 = 488 (100%)
R 209 of 488 ~ 42.83%
G 174 of 488 ~ 35.66%
B 105 of 488 ~ 21.52%

%42.83
%35.66
%21.52

CMYK color model

#D1AE69 color CMYK value is (0,17,50,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 49.76%
  • key color value is 18.04%
CMYK:
(0,17,50,18)
C0M17Y50K18 
(0%,17%,50%,18%)
(0.00/0.17/0.50/0.18)	

CMYK percentages

%0
%16.75
%49.76
%18.04

Codes

Color #D1AE69 in popluar color models

D1AE69
RGB209174105
HSL40°53.06%61.57%
HSB/HSV40°49.76%81.96%
CMYK0.00%16.75%49.76%
18.04%

Color #D1AE69 in popluar number systems.

HEXD1AE69
Decimal209174105
Binary11010001101011101101001
Octal321256151

Shades and tints

Shades of #D1AE69

#D1AE69
(209,174,105)
#BE9F60
(190,159,96)
#AB9057
(171,144,87)
#98814E
(152,129,78)
#857245
(133,114,69)
#72633C
(114,99,60)
#5F5433
(95,84,51)
#4C452A
(76,69,42)
#393621
(57,54,33)
#262718
(38,39,24)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #D1AE69

#D1AE69
(209,174,105)
#D5B576
(213,181,118)
#D9BC83
(217,188,131)
#DDC390
(221,195,144)
#E1CA9D
(225,202,157)
#E5D1AA
(229,209,170)
#E9D8B7
(233,216,183)
#EDDFC4
(237,223,196)
#F1E6D1
(241,230,209)
#F5EDDE
(245,237,222)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AE69 color. Also use rgb(209,174,105) instead hex code.

Text Font Color

.myTextColor { color: #D1AE69; }

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

This text font color is #D1AE69.


Background Color

.myBgColor { background-color: #D1AE69; }

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

This div background color is #D1AE69.


Border color

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

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

This div border color is #D1AE69.


Opacity

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

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

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

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

This text has shadow with #D1AE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AE69 on black background.


Color preview on white background

This text has color #D1AE69 on white background.



Black color preview on #D1AE69 background

This text has black color on #D1AE69 background.


White color preview on #D1AE69 background

This text has white color on #D1AE69 background.