COLOR #D5AF8D

HEX: #D5AF8D
RGB: (213,175,141)

Color info

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

RGB color model

#D5AF8D color RGB value is (213,175,141).

  • red value is 213;
  • green value is 175;
  • blue value is 141.
RGB:
(213,175,141)
(84%,69%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 141 of 255 = 55%

213
175
141

R + G + B ~ 69%. #D5AF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 141 = 529 (100%)
R 213 of 529 ~ 40.26%
G 175 of 529 ~ 33.08%
B 141 of 529 ~ 26.65%

%40.26
%33.08
%26.65

CMYK color model

#D5AF8D color CMYK value is (0,18,34,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(0,18,34,16)
C0M18Y34K16 
(0%,18%,34%,16%)
(0.00/0.18/0.34/0.16)	

CMYK percentages

%0
%17.84
%33.8
%16.47

Codes

Color #D5AF8D in popluar color models

D5AF8D
RGB213175141
HSL28°46.15%69.41%
HSB/HSV28°33.80%83.53%
CMYK0.00%17.84%33.80%
16.47%

Color #D5AF8D in popluar number systems.

HEXD5AF8D
Decimal213175141
Binary110101011010111110001101
Octal325257215

Shades and tints

Shades of #D5AF8D

#D5AF8D
(213,175,141)
#C2A081
(194,160,129)
#AF9175
(175,145,117)
#9C8269
(156,130,105)
#89735D
(137,115,93)
#766451
(118,100,81)
#635545
(99,85,69)
#504639
(80,70,57)
#3D372D
(61,55,45)
#2A2821
(42,40,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5AF8D

#D5AF8D
(213,175,141)
#D8B697
(216,182,151)
#DBBDA1
(219,189,161)
#DEC4AB
(222,196,171)
#E1CBB5
(225,203,181)
#E4D2BF
(228,210,191)
#E7D9C9
(231,217,201)
#EAE0D3
(234,224,211)
#EDE7DD
(237,231,221)
#F0EEE7
(240,238,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AF8D color. Also use rgb(213,175,141) instead hex code.

Text Font Color

.myTextColor { color: #D5AF8D; }

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

This text font color is #D5AF8D.


Background Color

.myBgColor { background-color: #D5AF8D; }

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

This div background color is #D5AF8D.


Border color

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

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

This div border color is #D5AF8D.


Opacity

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

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

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

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

This text has shadow with #D5AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AF8D on black background.


Color preview on white background

This text has color #D5AF8D on white background.



Black color preview on #D5AF8D background

This text has black color on #D5AF8D background.


White color preview on #D5AF8D background

This text has white color on #D5AF8D background.