COLOR #D8A56C

HEX: #D8A56C RGB: (216,165,108)

Color info

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

RGB color model

#D8A56C color RGB value is (216,165,108).

RGB: (216,165,108) (85%, 65%, 42%)

RGB channels and saturation

R 216 of 255 = 85%
G 165 of 255 = 65%
B 108 of 255 = 42%

216
165
108

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

Portions of RGB colors in percentages

R + G + B = 216 + 165 + 108 = 489 (100%)
R 216 of 489 ~ 44.17%
G 165 of 489 ~ 33.74%
B 108 of 489 ~ 22.09'%

%44.17
%33.74
%22.09

CMYK color model

#D8A56C color CMYK value is (0,24,50,15).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 50.00%
  • key color value is 15.29%

CMYK: (0,24,50,15)
C0M24Y50K15 (0%, 24%, 50%, 15%)
(0.00 / 0.24 / 0.50 / 0.15)

CMYK percentages

%0
%23.61
%50
%15.29

Codes

Color #D8A56C in popluar color models

D8 A5 6C
RGB 216 165 108
HSL 32° 58.06% 63.53%
HSB/HSV 32° 50.00% 84.71%
CMYK 0.00% 23.61% 50.00%
15.29%

Color #D8A56C in popluar number systems.

HEX D8 A5 6C
Decimal 216 165 108
Binary 11011000 10100101 1101100
Octal 330 245 154

Shades and tints

Shades of #D8A56C

#D8A56C
(216,165,108)
#C59663
(197,150,99)
#B2875A
(178,135,90)
#9F7851
(159,120,81)
#8C6948
(140,105,72)
#795A3F
(121,90,63)
#664B36
(102,75,54)
#533C2D
(83,60,45)
#402D24
(64,45,36)
#2D1E1B
(45,30,27)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #D8A56C

#D8A56C
(216,165,108)
#DBAD79
(219,173,121)
#DEB586
(222,181,134)
#E1BD93
(225,189,147)
#E4C5A0
(228,197,160)
#E7CDAD
(231,205,173)
#EAD5BA
(234,213,186)
#EDDDC7
(237,221,199)
#F0E5D4
(240,229,212)
#F3EDE1
(243,237,225)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A56C color. Also use rgb(216,165,108) instead hex code.

Text Font Color

.myTextColor { color: #D8A56C; }

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

This text font color is #D8A56C.

Background Color

.myBgColor { background-color: #D8A56C; }

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

This div background color is #D8A56C.

Border color

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

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

This div border color is #D8A56C.

Opacity

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

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

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

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

This text has shadow with #D8A56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A56C.

Preview

Color preview on black background

This text has color #D8A56C on black background.


Color preview on white background

This text has color #D8A56C on white background.


Black color preview on #D8A56C background

This text has black color on #D8A56C background.


White color preview on #D8A56C background

This text has white color on #D8A56C background.


Related colors

Complementary color

Complementary color for #hex is #275A93.


I love getcolorcode.com

Triadic colors

1 #6CD8A5 and #A56CD8 with #D8A56C are triadic colors.

2 #6CA5D8 and #A5D86C with #D8A56C are triadic colors.