COLOR #D0A354

HEX: #D0A354
RGB: (208,163,84)

Color info

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

RGB color model

#D0A354 color RGB value is (208,163,84).

  • red value is 208;
  • green value is 163;
  • blue value is 84.
RGB:
(208,163,84)
(82%,64%,33%)

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 84 of 255 = 33%

208
163
84

R + G + B ~ 60%. #D0A354 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 84 = 455 (100%)
R 208 of 455 ~ 45.71%
G 163 of 455 ~ 35.82%
B 84 of 455 ~ 18.46%

%45.71
%35.82
%18.46

CMYK color model

#D0A354 color CMYK value is (0,22,60,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 59.62%
  • key color value is 18.43%
CMYK:
(0,22,60,18)
C0M22Y60K18 
(0%,22%,60%,18%)
(0.00/0.22/0.60/0.18)	

CMYK percentages

%0
%21.63
%59.62
%18.43

Codes

Color #D0A354 in popluar color models

D0A354
RGB20816384
HSL38°56.88%57.25%
HSB/HSV38°59.62%81.57%
CMYK0.00%21.63%59.62%
18.43%

Color #D0A354 in popluar number systems.

HEXD0A354
Decimal20816384
Binary11010000101000111010100
Octal320243124

Shades and tints

Shades of #D0A354

#D0A354
(208,163,84)
#BE954D
(190,149,77)
#AC8746
(172,135,70)
#9A793F
(154,121,63)
#886B38
(136,107,56)
#765D31
(118,93,49)
#644F2A
(100,79,42)
#524123
(82,65,35)
#40331C
(64,51,28)
#2E2515
(46,37,21)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #D0A354

#D0A354
(208,163,84)
#D4AB63
(212,171,99)
#D8B372
(216,179,114)
#DCBB81
(220,187,129)
#E0C390
(224,195,144)
#E4CB9F
(228,203,159)
#E8D3AE
(232,211,174)
#ECDBBD
(236,219,189)
#F0E3CC
(240,227,204)
#F4EBDB
(244,235,219)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A354 color. Also use rgb(208,163,84) instead hex code.

Text Font Color

.myTextColor { color: #D0A354; }

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

This text font color is #D0A354.


Background Color

.myBgColor { background-color: #D0A354; }

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

This div background color is #D0A354.


Border color

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

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

This div border color is #D0A354.


Opacity

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

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

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

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

This text has shadow with #D0A354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A354 on black background.


Color preview on white background

This text has color #D0A354 on white background.



Black color preview on #D0A354 background

This text has black color on #D0A354 background.


White color preview on #D0A354 background

This text has white color on #D0A354 background.