COLOR #D8A855

HEX: #D8A855
RGB: (216,168,85)

Color info

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

RGB color model

#D8A855 color RGB value is (216,168,85).

  • red value is 216;
  • green value is 168;
  • blue value is 85.
RGB:
(216,168,85)
(85%,66%,33%)

RGB channels and saturation

R 216 of 255 = 85%
G 168 of 255 = 66%
B 85 of 255 = 33%

216
168
85

R + G + B ~ 61%. #D8A855 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 168 + 85 = 469 (100%)
R 216 of 469 ~ 46.06%
G 168 of 469 ~ 35.82%
B 85 of 469 ~ 18.12%

%46.06
%35.82
%18.12

CMYK color model

#D8A855 color CMYK value is (0,22,61,15).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 60.65%
  • key color value is 15.29%
CMYK:
(0,22,61,15)
C0M22Y61K15 
(0%,22%,61%,15%)
(0.00/0.22/0.61/0.15)	

CMYK percentages

%0
%22.22
%60.65
%15.29

Codes

Color #D8A855 in popluar color models

D8A855
RGB21616885
HSL38°62.68%59.02%
HSB/HSV38°60.65%84.71%
CMYK0.00%22.22%60.65%
15.29%

Color #D8A855 in popluar number systems.

HEXD8A855
Decimal21616885
Binary11011000101010001010101
Octal330250125

Shades and tints

Shades of #D8A855

#D8A855
(216,168,85)
#C5994E
(197,153,78)
#B28A47
(178,138,71)
#9F7B40
(159,123,64)
#8C6C39
(140,108,57)
#795D32
(121,93,50)
#664E2B
(102,78,43)
#533F24
(83,63,36)
#40301D
(64,48,29)
#2D2116
(45,33,22)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #D8A855

#D8A855
(216,168,85)
#DBAF64
(219,175,100)
#DEB673
(222,182,115)
#E1BD82
(225,189,130)
#E4C491
(228,196,145)
#E7CBA0
(231,203,160)
#EAD2AF
(234,210,175)
#EDD9BE
(237,217,190)
#F0E0CD
(240,224,205)
#F3E7DC
(243,231,220)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A855 color. Also use rgb(216,168,85) instead hex code.

Text Font Color

.myTextColor { color: #D8A855; }

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

This text font color is #D8A855.


Background Color

.myBgColor { background-color: #D8A855; }

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

This div background color is #D8A855.


Border color

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

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

This div border color is #D8A855.


Opacity

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

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

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

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

This text has shadow with #D8A855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A855 on black background.


Color preview on white background

This text has color #D8A855 on white background.



Black color preview on #D8A855 background

This text has black color on #D8A855 background.


White color preview on #D8A855 background

This text has white color on #D8A855 background.