COLOR #D8AF76

HEX: #D8AF76 RGB: (216,175,118)

Color info

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

RGB color model

#D8AF76 color RGB value is (216,175,118).

RGB: (216,175,118) (85%, 69%, 46%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 118 of 255 = 46%

216
175
118

R + G + B ~ 67%. #D8AF76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 175 + 118 = 509 (100%)
R 216 of 509 ~ 42.44%
G 175 of 509 ~ 34.38%
B 118 of 509 ~ 23.18'%

%42.44
%34.38
%23.18

CMYK color model

#D8AF76 color CMYK value is (0,19,45,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 45.37%
  • key color value is 15.29%

CMYK: (0,19,45,15)
C0M19Y45K15 (0%, 19%, 45%, 15%)
(0.00 / 0.19 / 0.45 / 0.15)

CMYK percentages

%0
%18.98
%45.37
%15.29

Codes

Color #D8AF76 in popluar color models

D8 AF 76
RGB 216 175 118
HSL 35° 55.68% 65.49%
HSB/HSV 35° 45.37% 84.71%
CMYK 0.00% 18.98% 45.37%
15.29%

Color #D8AF76 in popluar number systems.

HEX D8 AF 76
Decimal 216 175 118
Binary 11011000 10101111 1110110
Octal 330 257 166

Shades and tints

Shades of #D8AF76

#D8AF76
(216,175,118)
#C5A06C
(197,160,108)
#B29162
(178,145,98)
#9F8258
(159,130,88)
#8C734E
(140,115,78)
#796444
(121,100,68)
#66553A
(102,85,58)
#534630
(83,70,48)
#403726
(64,55,38)
#2D281C
(45,40,28)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #D8AF76

#D8AF76
(216,175,118)
#DBB682
(219,182,130)
#DEBD8E
(222,189,142)
#E1C49A
(225,196,154)
#E4CBA6
(228,203,166)
#E7D2B2
(231,210,178)
#EAD9BE
(234,217,190)
#EDE0CA
(237,224,202)
#F0E7D6
(240,231,214)
#F3EEE2
(243,238,226)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AF76 color. Also use rgb(216,175,118) instead hex code.

Text Font Color

.myTextColor { color: #D8AF76; }

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

This text font color is #D8AF76.

Background Color

.myBgColor { background-color: #D8AF76; }

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

This div background color is #D8AF76.

Border color

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

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

This div border color is #D8AF76.

Opacity

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

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

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

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

This text has shadow with #D8AF76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AF76.

Preview

Color preview on black background

This text has color #D8AF76 on black background.


Color preview on white background

This text has color #D8AF76 on white background.


Black color preview on #D8AF76 background

This text has black color on #D8AF76 background.


White color preview on #D8AF76 background

This text has white color on #D8AF76 background.


Related colors

Complementary color

Complementary color for #hex is #275089.


I love getcolorcode.com

Triadic colors

1 #76D8AF and #AF76D8 with #D8AF76 are triadic colors.

2 #76AFD8 and #AFD876 with #D8AF76 are triadic colors.