COLOR #D4AD7F

HEX: #D4AD7F
RGB: (212,173,127)

Color info

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

RGB color model

#D4AD7F color RGB value is (212,173,127).

  • red value is 212;
  • green value is 173;
  • blue value is 127.
RGB:
(212,173,127)
(83%,68%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 127 of 255 = 50%

212
173
127

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

Portions of RGB colors in percentages

R + G + B =
212 + 173 + 127 = 512 (100%)
R 212 of 512 ~ 41.41%
G 173 of 512 ~ 33.79%
B 127 of 512 ~ 24.8%

%41.41
%33.79
%24.8

CMYK color model

#D4AD7F color CMYK value is (0,18,40,17).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(0,18,40,17)
C0M18Y40K17 
(0%,18%,40%,17%)
(0.00/0.18/0.40/0.17)	

CMYK percentages

%0
%18.4
%40.09
%16.86

Codes

Color #D4AD7F in popluar color models

D4AD7F
RGB212173127
HSL32°49.71%66.47%
HSB/HSV32°40.09%83.14%
CMYK0.00%18.40%40.09%
16.86%

Color #D4AD7F in popluar number systems.

HEXD4AD7F
Decimal212173127
Binary11010100101011011111111
Octal324255177

Shades and tints

Shades of #D4AD7F

#D4AD7F
(212,173,127)
#C19E74
(193,158,116)
#AE8F69
(174,143,105)
#9B805E
(155,128,94)
#887153
(136,113,83)
#756248
(117,98,72)
#62533D
(98,83,61)
#4F4432
(79,68,50)
#3C3527
(60,53,39)
#29261C
(41,38,28)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #D4AD7F

#D4AD7F
(212,173,127)
#D7B48A
(215,180,138)
#DABB95
(218,187,149)
#DDC2A0
(221,194,160)
#E0C9AB
(224,201,171)
#E3D0B6
(227,208,182)
#E6D7C1
(230,215,193)
#E9DECC
(233,222,204)
#ECE5D7
(236,229,215)
#EFECE2
(239,236,226)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AD7F color. Also use rgb(212,173,127) instead hex code.

Text Font Color

.myTextColor { color: #D4AD7F; }

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

This text font color is #D4AD7F.


Background Color

.myBgColor { background-color: #D4AD7F; }

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

This div background color is #D4AD7F.


Border color

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

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

This div border color is #D4AD7F.


Opacity

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

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

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

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

This text has shadow with #D4AD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AD7F on black background.


Color preview on white background

This text has color #D4AD7F on white background.



Black color preview on #D4AD7F background

This text has black color on #D4AD7F background.


White color preview on #D4AD7F background

This text has white color on #D4AD7F background.