COLOR #D4AF62

HEX: #D4AF62
RGB: (212,175,98)

Color info

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

RGB color model

#D4AF62 color RGB value is (212,175,98).

  • red value is 212;
  • green value is 175;
  • blue value is 98.
RGB:
(212,175,98)
(83%,69%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 98 of 255 = 38%

212
175
98

R + G + B ~ 63%. #D4AF62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 98 = 485 (100%)
R 212 of 485 ~ 43.71%
G 175 of 485 ~ 36.08%
B 98 of 485 ~ 20.21%

%43.71
%36.08
%20.21

CMYK color model

#D4AF62 color CMYK value is (0,17,54,17).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 53.77%
  • key color value is 16.86%
CMYK:
(0,17,54,17)
C0M17Y54K17 
(0%,17%,54%,17%)
(0.00/0.17/0.54/0.17)	

CMYK percentages

%0
%17.45
%53.77
%16.86

Codes

Color #D4AF62 in popluar color models

D4AF62
RGB21217598
HSL41°57.00%60.78%
HSB/HSV41°53.77%83.14%
CMYK0.00%17.45%53.77%
16.86%

Color #D4AF62 in popluar number systems.

HEXD4AF62
Decimal21217598
Binary11010100101011111100010
Octal324257142

Shades and tints

Shades of #D4AF62

#D4AF62
(212,175,98)
#C1A05A
(193,160,90)
#AE9152
(174,145,82)
#9B824A
(155,130,74)
#887342
(136,115,66)
#75643A
(117,100,58)
#625532
(98,85,50)
#4F462A
(79,70,42)
#3C3722
(60,55,34)
#29281A
(41,40,26)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #D4AF62

#D4AF62
(212,175,98)
#D7B670
(215,182,112)
#DABD7E
(218,189,126)
#DDC48C
(221,196,140)
#E0CB9A
(224,203,154)
#E3D2A8
(227,210,168)
#E6D9B6
(230,217,182)
#E9E0C4
(233,224,196)
#ECE7D2
(236,231,210)
#EFEEE0
(239,238,224)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AF62; }

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

This text font color is #D4AF62.


Background Color

.myBgColor { background-color: #D4AF62; }

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

This div background color is #D4AF62.


Border color

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

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

This div border color is #D4AF62.


Opacity

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

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

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

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

This text has shadow with #D4AF62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AF62 on black background.


Color preview on white background

This text has color #D4AF62 on white background.



Black color preview on #D4AF62 background

This text has black color on #D4AF62 background.


White color preview on #D4AF62 background

This text has white color on #D4AF62 background.