COLOR #D5AD85

HEX: #D5AD85
RGB: (213,173,133)

Color info

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

RGB color model

#D5AD85 color RGB value is (213,173,133).

  • red value is 213;
  • green value is 173;
  • blue value is 133.
RGB:
(213,173,133)
(84%,68%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 133 of 255 = 52%

213
173
133

R + G + B ~ 68%. #D5AD85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 133 = 519 (100%)
R 213 of 519 ~ 41.04%
G 173 of 519 ~ 33.33%
B 133 of 519 ~ 25.63%

%41.04
%33.33
%25.63

CMYK color model

#D5AD85 color CMYK value is (0,19,38,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(0,19,38,16)
C0M19Y38K16 
(0%,19%,38%,16%)
(0.00/0.19/0.38/0.16)	

CMYK percentages

%0
%18.78
%37.56
%16.47

Codes

Color #D5AD85 in popluar color models

D5AD85
RGB213173133
HSL30°48.78%67.84%
HSB/HSV30°37.56%83.53%
CMYK0.00%18.78%37.56%
16.47%

Color #D5AD85 in popluar number systems.

HEXD5AD85
Decimal213173133
Binary110101011010110110000101
Octal325255205

Shades and tints

Shades of #D5AD85

#D5AD85
(213,173,133)
#C29E79
(194,158,121)
#AF8F6D
(175,143,109)
#9C8061
(156,128,97)
#897155
(137,113,85)
#766249
(118,98,73)
#63533D
(99,83,61)
#504431
(80,68,49)
#3D3525
(61,53,37)
#2A2619
(42,38,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #D5AD85

#D5AD85
(213,173,133)
#D8B490
(216,180,144)
#DBBB9B
(219,187,155)
#DEC2A6
(222,194,166)
#E1C9B1
(225,201,177)
#E4D0BC
(228,208,188)
#E7D7C7
(231,215,199)
#EADED2
(234,222,210)
#EDE5DD
(237,229,221)
#F0ECE8
(240,236,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AD85 color. Also use rgb(213,173,133) instead hex code.

Text Font Color

.myTextColor { color: #D5AD85; }

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

This text font color is #D5AD85.


Background Color

.myBgColor { background-color: #D5AD85; }

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

This div background color is #D5AD85.


Border color

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

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

This div border color is #D5AD85.


Opacity

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

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

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

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

This text has shadow with #D5AD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AD85 on black background.


Color preview on white background

This text has color #D5AD85 on white background.



Black color preview on #D5AD85 background

This text has black color on #D5AD85 background.


White color preview on #D5AD85 background

This text has white color on #D5AD85 background.