COLOR #D0A275

HEX: #D0A275
RGB: (208,162,117)

Color info

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

RGB color model

#D0A275 color RGB value is (208,162,117).

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

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 117 of 255 = 46%

208
162
117

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

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 117 = 487 (100%)
R 208 of 487 ~ 42.71%
G 162 of 487 ~ 33.26%
B 117 of 487 ~ 24.02%

%42.71
%33.26
%24.02

CMYK color model

#D0A275 color CMYK value is (0,22,44,18).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(0,22,44,18)
C0M22Y44K18 
(0%,22%,44%,18%)
(0.00/0.22/0.44/0.18)	

CMYK percentages

%0
%22.12
%43.75
%18.43

Codes

Color #D0A275 in popluar color models

D0A275
RGB208162117
HSL30°49.19%63.73%
HSB/HSV30°43.75%81.57%
CMYK0.00%22.12%43.75%
18.43%

Color #D0A275 in popluar number systems.

HEXD0A275
Decimal208162117
Binary11010000101000101110101
Octal320242165

Shades and tints

Shades of #D0A275

#D0A275
(208,162,117)
#BE946B
(190,148,107)
#AC8661
(172,134,97)
#9A7857
(154,120,87)
#886A4D
(136,106,77)
#765C43
(118,92,67)
#644E39
(100,78,57)
#52402F
(82,64,47)
#403225
(64,50,37)
#2E241B
(46,36,27)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #D0A275

#D0A275
(208,162,117)
#D4AA81
(212,170,129)
#D8B28D
(216,178,141)
#DCBA99
(220,186,153)
#E0C2A5
(224,194,165)
#E4CAB1
(228,202,177)
#E8D2BD
(232,210,189)
#ECDAC9
(236,218,201)
#F0E2D5
(240,226,213)
#F4EAE1
(244,234,225)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A275; }

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

This text font color is #D0A275.


Background Color

.myBgColor { background-color: #D0A275; }

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

This div background color is #D0A275.


Border color

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

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

This div border color is #D0A275.


Opacity

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

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

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

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

This text has shadow with #D0A275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A275 on black background.


Color preview on white background

This text has color #D0A275 on white background.



Black color preview on #D0A275 background

This text has black color on #D0A275 background.


White color preview on #D0A275 background

This text has white color on #D0A275 background.