COLOR #D0AC85

HEX: #D0AC85
RGB: (208,172,133)

Color info

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

RGB color model

#D0AC85 color RGB value is (208,172,133).

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

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 133 of 255 = 52%

208
172
133

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

Portions of RGB colors in percentages

R + G + B =
208 + 172 + 133 = 513 (100%)
R 208 of 513 ~ 40.55%
G 172 of 513 ~ 33.53%
B 133 of 513 ~ 25.93%

%40.55
%33.53
%25.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.31%
  • 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
%17.31
%36.06
%18.43

Codes

Color #D0AC85 in popluar color models

D0AC85
RGB208172133
HSL31°44.38%66.86%
HSB/HSV31°36.06%81.57%
CMYK0.00%17.31%36.06%
18.43%

Color #D0AC85 in popluar number systems.

HEXD0AC85
Decimal208172133
Binary110100001010110010000101
Octal320254205

Shades and tints

Shades of #D0AC85

#D0AC85
(208,172,133)
#BE9D79
(190,157,121)
#AC8E6D
(172,142,109)
#9A7F61
(154,127,97)
#887055
(136,112,85)
#766149
(118,97,73)
#64523D
(100,82,61)
#524331
(82,67,49)
#403425
(64,52,37)
#2E2519
(46,37,25)
#1C160D
(28,22,13)
#000000
(0,0,0)

Tints of #D0AC85

#D0AC85
(208,172,133)
#D4B390
(212,179,144)
#D8BA9B
(216,186,155)
#DCC1A6
(220,193,166)
#E0C8B1
(224,200,177)
#E4CFBC
(228,207,188)
#E8D6C7
(232,214,199)
#ECDDD2
(236,221,210)
#F0E4DD
(240,228,221)
#F4EBE8
(244,235,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AC85; }

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

This text font color is #D0AC85.


Background Color

.myBgColor { background-color: #D0AC85; }

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

This div background color is #D0AC85.


Border color

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

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

This div border color is #D0AC85.


Opacity

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

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

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

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

This text has shadow with #D0AC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AC85 on black background.


Color preview on white background

This text has color #D0AC85 on white background.



Black color preview on #D0AC85 background

This text has black color on #D0AC85 background.


White color preview on #D0AC85 background

This text has white color on #D0AC85 background.