COLOR #D0A597

HEX: #D0A597
RGB: (208,165,151)

Color info

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

RGB color model

#D0A597 color RGB value is (208,165,151).

  • red value is 208;
  • green value is 165;
  • blue value is 151.
RGB:
(208,165,151)
(82%,65%,59%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 151 of 255 = 59%

208
165
151

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

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 151 = 524 (100%)
R 208 of 524 ~ 39.69%
G 165 of 524 ~ 31.49%
B 151 of 524 ~ 28.82%

%39.69
%31.49
%28.82

CMYK color model

#D0A597 color CMYK value is (0,21,27,18).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(0,21,27,18)
C0M21Y27K18 
(0%,21%,27%,18%)
(0.00/0.21/0.27/0.18)	

CMYK percentages

%0
%20.67
%27.4
%18.43

Codes

Color #D0A597 in popluar color models

D0A597
RGB208165151
HSL15°37.75%70.39%
HSB/HSV15°27.40%81.57%
CMYK0.00%20.67%27.40%
18.43%

Color #D0A597 in popluar number systems.

HEXD0A597
Decimal208165151
Binary110100001010010110010111
Octal320245227

Shades and tints

Shades of #D0A597

#D0A597
(208,165,151)
#BE968A
(190,150,138)
#AC877D
(172,135,125)
#9A7870
(154,120,112)
#886963
(136,105,99)
#765A56
(118,90,86)
#644B49
(100,75,73)
#523C3C
(82,60,60)
#402D2F
(64,45,47)
#2E1E22
(46,30,34)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #D0A597

#D0A597
(208,165,151)
#D4ADA0
(212,173,160)
#D8B5A9
(216,181,169)
#DCBDB2
(220,189,178)
#E0C5BB
(224,197,187)
#E4CDC4
(228,205,196)
#E8D5CD
(232,213,205)
#ECDDD6
(236,221,214)
#F0E5DF
(240,229,223)
#F4EDE8
(244,237,232)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A597 color. Also use rgb(208,165,151) instead hex code.

Text Font Color

.myTextColor { color: #D0A597; }

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

This text font color is #D0A597.


Background Color

.myBgColor { background-color: #D0A597; }

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

This div background color is #D0A597.


Border color

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

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

This div border color is #D0A597.


Opacity

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

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

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

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

This text has shadow with #D0A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A597 on black background.


Color preview on white background

This text has color #D0A597 on white background.



Black color preview on #D0A597 background

This text has black color on #D0A597 background.


White color preview on #D0A597 background

This text has white color on #D0A597 background.