COLOR #D3AF67

HEX: #D3AF67
RGB: (211,175,103)

Color info

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

RGB color model

#D3AF67 color RGB value is (211,175,103).

  • red value is 211;
  • green value is 175;
  • blue value is 103.
RGB:
(211,175,103)
(83%,69%,40%)

RGB channels and saturation

R 211 of 255 = 83%
G 175 of 255 = 69%
B 103 of 255 = 40%

211
175
103

R + G + B ~ 64%. #D3AF67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 175 + 103 = 489 (100%)
R 211 of 489 ~ 43.15%
G 175 of 489 ~ 35.79%
B 103 of 489 ~ 21.06%

%43.15
%35.79
%21.06

CMYK color model

#D3AF67 color CMYK value is (0,17,51,17).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 51.18%
  • key color value is 17.25%
CMYK:
(0,17,51,17)
C0M17Y51K17 
(0%,17%,51%,17%)
(0.00/0.17/0.51/0.17)	

CMYK percentages

%0
%17.06
%51.18
%17.25

Codes

Color #D3AF67 in popluar color models

D3AF67
RGB211175103
HSL40°55.10%61.57%
HSB/HSV40°51.18%82.75%
CMYK0.00%17.06%51.18%
17.25%

Color #D3AF67 in popluar number systems.

HEXD3AF67
Decimal211175103
Binary11010011101011111100111
Octal323257147

Shades and tints

Shades of #D3AF67

#D3AF67
(211,175,103)
#C0A05E
(192,160,94)
#AD9155
(173,145,85)
#9A824C
(154,130,76)
#877343
(135,115,67)
#74643A
(116,100,58)
#615531
(97,85,49)
#4E4628
(78,70,40)
#3B371F
(59,55,31)
#282816
(40,40,22)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #D3AF67

#D3AF67
(211,175,103)
#D7B674
(215,182,116)
#DBBD81
(219,189,129)
#DFC48E
(223,196,142)
#E3CB9B
(227,203,155)
#E7D2A8
(231,210,168)
#EBD9B5
(235,217,181)
#EFE0C2
(239,224,194)
#F3E7CF
(243,231,207)
#F7EEDC
(247,238,220)
#FBF5E9
(251,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AF67 color. Also use rgb(211,175,103) instead hex code.

Text Font Color

.myTextColor { color: #D3AF67; }

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

This text font color is #D3AF67.


Background Color

.myBgColor { background-color: #D3AF67; }

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

This div background color is #D3AF67.


Border color

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

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

This div border color is #D3AF67.


Opacity

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

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

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

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

This text has shadow with #D3AF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AF67 on black background.


Color preview on white background

This text has color #D3AF67 on white background.



Black color preview on #D3AF67 background

This text has black color on #D3AF67 background.


White color preview on #D3AF67 background

This text has white color on #D3AF67 background.