COLOR #D0A775

HEX: #D0A775
RGB: (208,167,117)

Color info

#D0A775 contains mainly red and green colors. Web safe color of #D0A775 is #CC9966 (or #C96).

RGB color model

#D0A775 color RGB value is (208,167,117).

  • red value is 208;
  • green value is 167;
  • blue value is 117.
RGB:
(208,167,117)
(82%,65%,46%)

RGB channels and saturation

R 208 of 255 = 82%
G 167 of 255 = 65%
B 117 of 255 = 46%

208
167
117

R + G + B ~ 64%. #D0A775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 167 + 117 = 492 (100%)
R 208 of 492 ~ 42.28%
G 167 of 492 ~ 33.94%
B 117 of 492 ~ 23.78%

%42.28
%33.94
%23.78

CMYK color model

#D0A775 color CMYK value is (0,20,44,18).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(0,20,44,18)
C0M20Y44K18 
(0%,20%,44%,18%)
(0.00/0.20/0.44/0.18)	

CMYK percentages

%0
%19.71
%43.75
%18.43

Codes

Color #D0A775 in popluar color models

D0A775
RGB208167117
HSL33°49.19%63.73%
HSB/HSV33°43.75%81.57%
CMYK0.00%19.71%43.75%
18.43%

Color #D0A775 in popluar number systems.

HEXD0A775
Decimal208167117
Binary11010000101001111110101
Octal320247165

Shades and tints

Shades of #D0A775

#D0A775
(208,167,117)
#BE986B
(190,152,107)
#AC8961
(172,137,97)
#9A7A57
(154,122,87)
#886B4D
(136,107,77)
#765C43
(118,92,67)
#644D39
(100,77,57)
#523E2F
(82,62,47)
#402F25
(64,47,37)
#2E201B
(46,32,27)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #D0A775

#D0A775
(208,167,117)
#D4AF81
(212,175,129)
#D8B78D
(216,183,141)
#DCBF99
(220,191,153)
#E0C7A5
(224,199,165)
#E4CFB1
(228,207,177)
#E8D7BD
(232,215,189)
#ECDFC9
(236,223,201)
#F0E7D5
(240,231,213)
#F4EFE1
(244,239,225)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A775 color. Also use rgb(208,167,117) instead hex code.

Text Font Color

.myTextColor { color: #D0A775; }

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

This text font color is #D0A775.


Background Color

.myBgColor { background-color: #D0A775; }

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

This div background color is #D0A775.


Border color

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

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

This div border color is #D0A775.


Opacity

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

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

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

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

This text has shadow with #D0A775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A775 on black background.


Color preview on white background

This text has color #D0A775 on white background.



Black color preview on #D0A775 background

This text has black color on #D0A775 background.


White color preview on #D0A775 background

This text has white color on #D0A775 background.