COLOR #D8AF74

HEX: #D8AF74
RGB: (216,175,116)

Color info

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

RGB color model

#D8AF74 color RGB value is (216,175,116).

  • red value is 216;
  • green value is 175;
  • blue value is 116.
RGB:
(216,175,116)
(85%,69%,45%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 116 of 255 = 45%

216
175
116

R + G + B ~ 66%. #D8AF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 116 = 507 (100%)
R 216 of 507 ~ 42.6%
G 175 of 507 ~ 34.52%
B 116 of 507 ~ 22.88%

%42.6
%34.52
%22.88

CMYK color model

#D8AF74 color CMYK value is (0,19,46,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 46.30%
  • key color value is 15.29%
CMYK:
(0,19,46,15)
C0M19Y46K15 
(0%,19%,46%,15%)
(0.00/0.19/0.46/0.15)	

CMYK percentages

%0
%18.98
%46.3
%15.29

Codes

Color #D8AF74 in popluar color models

D8AF74
RGB216175116
HSL35°56.18%65.10%
HSB/HSV35°46.30%84.71%
CMYK0.00%18.98%46.30%
15.29%

Color #D8AF74 in popluar number systems.

HEXD8AF74
Decimal216175116
Binary11011000101011111110100
Octal330257164

Shades and tints

Shades of #D8AF74

#D8AF74
(216,175,116)
#C5A06A
(197,160,106)
#B29160
(178,145,96)
#9F8256
(159,130,86)
#8C734C
(140,115,76)
#796442
(121,100,66)
#665538
(102,85,56)
#53462E
(83,70,46)
#403724
(64,55,36)
#2D281A
(45,40,26)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #D8AF74

#D8AF74
(216,175,116)
#DBB680
(219,182,128)
#DEBD8C
(222,189,140)
#E1C498
(225,196,152)
#E4CBA4
(228,203,164)
#E7D2B0
(231,210,176)
#EAD9BC
(234,217,188)
#EDE0C8
(237,224,200)
#F0E7D4
(240,231,212)
#F3EEE0
(243,238,224)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AF74; }

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

This text font color is #D8AF74.


Background Color

.myBgColor { background-color: #D8AF74; }

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

This div background color is #D8AF74.


Border color

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

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

This div border color is #D8AF74.


Opacity

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

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

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

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

This text has shadow with #D8AF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AF74 on black background.


Color preview on white background

This text has color #D8AF74 on white background.



Black color preview on #D8AF74 background

This text has black color on #D8AF74 background.


White color preview on #D8AF74 background

This text has white color on #D8AF74 background.