COLOR #D1AF99

HEX: #D1AF99
RGB: (209,175,153)

Color info

#D1AF99 contains red, green and blue colors in about the same proportion. Web safe color of #D1AF99 is #CC9999 (or #C99).

RGB color model

#D1AF99 color RGB value is (209,175,153).

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

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 153 of 255 = 60%

209
175
153

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 153 = 537 (100%)
R 209 of 537 ~ 38.92%
G 175 of 537 ~ 32.59%
B 153 of 537 ~ 28.49%

%38.92
%32.59
%28.49

CMYK color model

#D1AF99 color CMYK value is (0,16,27,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(0,16,27,18)
C0M16Y27K18 
(0%,16%,27%,18%)
(0.00/0.16/0.27/0.18)	

CMYK percentages

%0
%16.27
%26.79
%18.04

Codes

Color #D1AF99 in popluar color models

D1AF99
RGB209175153
HSL24°37.84%70.98%
HSB/HSV24°26.79%81.96%
CMYK0.00%16.27%26.79%
18.04%

Color #D1AF99 in popluar number systems.

HEXD1AF99
Decimal209175153
Binary110100011010111110011001
Octal321257231

Shades and tints

Shades of #D1AF99

#D1AF99
(209,175,153)
#BEA08C
(190,160,140)
#AB917F
(171,145,127)
#988272
(152,130,114)
#857365
(133,115,101)
#726458
(114,100,88)
#5F554B
(95,85,75)
#4C463E
(76,70,62)
#393731
(57,55,49)
#262824
(38,40,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1AF99

#D1AF99
(209,175,153)
#D5B6A2
(213,182,162)
#D9BDAB
(217,189,171)
#DDC4B4
(221,196,180)
#E1CBBD
(225,203,189)
#E5D2C6
(229,210,198)
#E9D9CF
(233,217,207)
#EDE0D8
(237,224,216)
#F1E7E1
(241,231,225)
#F5EEEA
(245,238,234)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AF99; }

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

This text font color is #D1AF99.


Background Color

.myBgColor { background-color: #D1AF99; }

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

This div background color is #D1AF99.


Border color

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

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

This div border color is #D1AF99.


Opacity

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

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

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

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

This text has shadow with #D1AF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AF99 on black background.


Color preview on white background

This text has color #D1AF99 on white background.



Black color preview on #D1AF99 background

This text has black color on #D1AF99 background.


White color preview on #D1AF99 background

This text has white color on #D1AF99 background.