COLOR #D1AF93

HEX: #D1AF93
RGB: (209,175,147)

Color info

#D1AF93 contains mainly red and green colors. Web safe color of #D1AF93 is #CC9999 (or #C99).

RGB color model

#D1AF93 color RGB value is (209,175,147).

  • red value is 209;
  • green value is 175;
  • blue value is 147.
RGB:
(209,175,147)
(82%,69%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 147 of 255 = 58%

209
175
147

R + G + B ~ 70%. #D1AF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 147 = 531 (100%)
R 209 of 531 ~ 39.36%
G 175 of 531 ~ 32.96%
B 147 of 531 ~ 27.68%

%39.36
%32.96
%27.68

CMYK color model

#D1AF93 color CMYK value is (0,16,30,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,16,30,18)
C0M16Y30K18 
(0%,16%,30%,18%)
(0.00/0.16/0.30/0.18)	

CMYK percentages

%0
%16.27
%29.67
%18.04

Codes

Color #D1AF93 in popluar color models

D1AF93
RGB209175147
HSL27°40.26%69.80%
HSB/HSV27°29.67%81.96%
CMYK0.00%16.27%29.67%
18.04%

Color #D1AF93 in popluar number systems.

HEXD1AF93
Decimal209175147
Binary110100011010111110010011
Octal321257223

Shades and tints

Shades of #D1AF93

#D1AF93
(209,175,147)
#BEA086
(190,160,134)
#AB9179
(171,145,121)
#98826C
(152,130,108)
#85735F
(133,115,95)
#726452
(114,100,82)
#5F5545
(95,85,69)
#4C4638
(76,70,56)
#39372B
(57,55,43)
#26281E
(38,40,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #D1AF93

#D1AF93
(209,175,147)
#D5B69C
(213,182,156)
#D9BDA5
(217,189,165)
#DDC4AE
(221,196,174)
#E1CBB7
(225,203,183)
#E5D2C0
(229,210,192)
#E9D9C9
(233,217,201)
#EDE0D2
(237,224,210)
#F1E7DB
(241,231,219)
#F5EEE4
(245,238,228)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AF93 color. Also use rgb(209,175,147) instead hex code.

Text Font Color

.myTextColor { color: #D1AF93; }

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

This text font color is #D1AF93.


Background Color

.myBgColor { background-color: #D1AF93; }

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

This div background color is #D1AF93.


Border color

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

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

This div border color is #D1AF93.


Opacity

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

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

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

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

This text has shadow with #D1AF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AF93 on black background.


Color preview on white background

This text has color #D1AF93 on white background.



Black color preview on #D1AF93 background

This text has black color on #D1AF93 background.


White color preview on #D1AF93 background

This text has white color on #D1AF93 background.