COLOR #D0AD85

HEX: #D0AD85
RGB: (208,173,133)

Color info

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

RGB color model

#D0AD85 color RGB value is (208,173,133).

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

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 133 of 255 = 52%

208
173
133

R + G + B ~ 67%. #D0AD85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 173 + 133 = 514 (100%)
R 208 of 514 ~ 40.47%
G 173 of 514 ~ 33.66%
B 133 of 514 ~ 25.88%

%40.47
%33.66
%25.88

CMYK color model

#D0AD85 color CMYK value is (0,17,36,18).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 36.06%
  • key color value is 18.43%
CMYK:
(0,17,36,18)
C0M17Y36K18 
(0%,17%,36%,18%)
(0.00/0.17/0.36/0.18)	

CMYK percentages

%0
%16.83
%36.06
%18.43

Codes

Color #D0AD85 in popluar color models

D0AD85
RGB208173133
HSL32°44.38%66.86%
HSB/HSV32°36.06%81.57%
CMYK0.00%16.83%36.06%
18.43%

Color #D0AD85 in popluar number systems.

HEXD0AD85
Decimal208173133
Binary110100001010110110000101
Octal320255205

Shades and tints

Shades of #D0AD85

#D0AD85
(208,173,133)
#BE9E79
(190,158,121)
#AC8F6D
(172,143,109)
#9A8061
(154,128,97)
#887155
(136,113,85)
#766249
(118,98,73)
#64533D
(100,83,61)
#524431
(82,68,49)
#403525
(64,53,37)
#2E2619
(46,38,25)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #D0AD85

#D0AD85
(208,173,133)
#D4B490
(212,180,144)
#D8BB9B
(216,187,155)
#DCC2A6
(220,194,166)
#E0C9B1
(224,201,177)
#E4D0BC
(228,208,188)
#E8D7C7
(232,215,199)
#ECDED2
(236,222,210)
#F0E5DD
(240,229,221)
#F4ECE8
(244,236,232)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AD85; }

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

This text font color is #D0AD85.


Background Color

.myBgColor { background-color: #D0AD85; }

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

This div background color is #D0AD85.


Border color

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

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

This div border color is #D0AD85.


Opacity

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

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

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

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

This text has shadow with #D0AD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AD85 on black background.


Color preview on white background

This text has color #D0AD85 on white background.



Black color preview on #D0AD85 background

This text has black color on #D0AD85 background.


White color preview on #D0AD85 background

This text has white color on #D0AD85 background.