COLOR #D4AF94

HEX: #D4AF94 RGB: (212,175,148)

Color info

#D4AF94 contains mainly red and green colors. Web safe color of #D4AF94 is #CC9999 (or #C99).

RGB color model

#D4AF94 color RGB value is (212,175,148).

RGB: (212,175,148) (83%, 69%, 58%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 148 of 255 = 58%

212
175
148

R + G + B ~ 70%. #D4AF94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 175 + 148 = 535 (100%)
R 212 of 535 ~ 39.63%
G 175 of 535 ~ 32.71%
B 148 of 535 ~ 27.66'%

%39.63
%32.71
%27.66

CMYK color model

#D4AF94 color CMYK value is (0,17,30,17).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 30.19%
  • key color value is 16.86%

CMYK: (0,17,30,17)
C0M17Y30K17 (0%, 17%, 30%, 17%)
(0.00 / 0.17 / 0.30 / 0.17)

CMYK percentages

%0
%17.45
%30.19
%16.86

Codes

Color #D4AF94 in popluar color models

D4 AF 94
RGB 212 175 148
HSL 25° 42.67% 70.59%
HSB/HSV 25° 30.19% 83.14%
CMYK 0.00% 17.45% 30.19%
16.86%

Color #D4AF94 in popluar number systems.

HEX D4 AF 94
Decimal 212 175 148
Binary 11010100 10101111 10010100
Octal 324 257 224

Shades and tints

Shades of #D4AF94

#D4AF94
(212,175,148)
#C1A087
(193,160,135)
#AE917A
(174,145,122)
#9B826D
(155,130,109)
#887360
(136,115,96)
#756453
(117,100,83)
#625546
(98,85,70)
#4F4639
(79,70,57)
#3C372C
(60,55,44)
#29281F
(41,40,31)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #D4AF94

#D4AF94
(212,175,148)
#D7B69D
(215,182,157)
#DABDA6
(218,189,166)
#DDC4AF
(221,196,175)
#E0CBB8
(224,203,184)
#E3D2C1
(227,210,193)
#E6D9CA
(230,217,202)
#E9E0D3
(233,224,211)
#ECE7DC
(236,231,220)
#EFEEE5
(239,238,229)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AF94 color. Also use rgb(212,175,148) instead hex code.

Text Font Color

.myTextColor { color: #D4AF94; }

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

This text font color is #D4AF94.

Background Color

.myBgColor { background-color: #D4AF94; }

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

This div background color is #D4AF94.

Border color

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

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

This div border color is #D4AF94.

Opacity

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

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

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

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

This text has shadow with #D4AF94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AF94.

Preview

Color preview on black background

This text has color #D4AF94 on black background.


Color preview on white background

This text has color #D4AF94 on white background.


Black color preview on #D4AF94 background

This text has black color on #D4AF94 background.


White color preview on #D4AF94 background

This text has white color on #D4AF94 background.


Related colors

Complementary color

Complementary color for #hex is #2B506B.


I love getcolorcode.com

Triadic colors

1 #94D4AF and #AF94D4 with #D4AF94 are triadic colors.

2 #94AFD4 and #AFD494 with #D4AF94 are triadic colors.