COLOR #D0A273

HEX: #D0A273
RGB: (208,162,115)

Color info

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

RGB color model

#D0A273 color RGB value is (208,162,115).

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

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 115 of 255 = 45%

208
162
115

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

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 115 = 485 (100%)
R 208 of 485 ~ 42.89%
G 162 of 485 ~ 33.4%
B 115 of 485 ~ 23.71%

%42.89
%33.4
%23.71

CMYK color model

#D0A273 color CMYK value is (0,22,45,18).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,22,45,18)
C0M22Y45K18 
(0%,22%,45%,18%)
(0.00/0.22/0.45/0.18)	

CMYK percentages

%0
%22.12
%44.71
%18.43

Codes

Color #D0A273 in popluar color models

D0A273
RGB208162115
HSL30°49.73%63.33%
HSB/HSV30°44.71%81.57%
CMYK0.00%22.12%44.71%
18.43%

Color #D0A273 in popluar number systems.

HEXD0A273
Decimal208162115
Binary11010000101000101110011
Octal320242163

Shades and tints

Shades of #D0A273

#D0A273
(208,162,115)
#BE9469
(190,148,105)
#AC865F
(172,134,95)
#9A7855
(154,120,85)
#886A4B
(136,106,75)
#765C41
(118,92,65)
#644E37
(100,78,55)
#52402D
(82,64,45)
#403223
(64,50,35)
#2E2419
(46,36,25)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D0A273

#D0A273
(208,162,115)
#D4AA7F
(212,170,127)
#D8B28B
(216,178,139)
#DCBA97
(220,186,151)
#E0C2A3
(224,194,163)
#E4CAAF
(228,202,175)
#E8D2BB
(232,210,187)
#ECDAC7
(236,218,199)
#F0E2D3
(240,226,211)
#F4EADF
(244,234,223)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A273; }

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

This text font color is #D0A273.


Background Color

.myBgColor { background-color: #D0A273; }

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

This div background color is #D0A273.


Border color

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

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

This div border color is #D0A273.


Opacity

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

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

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

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

This text has shadow with #D0A273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A273 on black background.


Color preview on white background

This text has color #D0A273 on white background.



Black color preview on #D0A273 background

This text has black color on #D0A273 background.


White color preview on #D0A273 background

This text has white color on #D0A273 background.