COLOR #D3C57D

HEX: #D3C57D RGB: (211,197,125)

Color info

#D3C57D contains mainly red and green colors. Web safe color of #D3C57D is #CCCC66 (or #CC6).

RGB color model

#D3C57D color RGB value is (211,197,125).

RGB: (211,197,125) (83%, 77%, 49%)

RGB channels and saturation

R 211 of 255 = 83%
G 197 of 255 = 77%
B 125 of 255 = 49%

211
197
125

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

Portions of RGB colors in percentages

R + G + B = 211 + 197 + 125 = 533 (100%)
R 211 of 533 ~ 39.59%
G 197 of 533 ~ 36.96%
B 125 of 533 ~ 23.45'%

%39.59
%36.96
%23.45

CMYK color model

#D3C57D color CMYK value is (0,7,41,17).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK: (0,7,41,17) C0M7Y41K17 (0%,7%,41%,17%) (0.00/0.07/0.41/0.17) 

CMYK percentages

%0
%6.64
%40.76
%17.25

Codes

Color #D3C57D in popluar color models

D3 C5 7D
RGB 211 197 125
HSL 50° 49.43% 65.88%
HSB/HSV 50° 40.76% 82.75%
CMYK 0.00% 6.64% 40.76%
17.25%

Color #D3C57D in popluar number systems.

HEX D3 C5 7D
Decimal 211 197 125
Binary 11010011 11000101 1111101
Octal 323 305 175

Shades and tints

Shades of #D3C57D

#D3C57D
(211,197,125)
#C0B472
(192,180,114)
#ADA367
(173,163,103)
#9A925C
(154,146,92)
#878151
(135,129,81)
#747046
(116,112,70)
#615F3B
(97,95,59)
#4E4E30
(78,78,48)
#3B3D25
(59,61,37)
#282C1A
(40,44,26)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #D3C57D

#D3C57D
(211,197,125)
#D7CA88
(215,202,136)
#DBCF93
(219,207,147)
#DFD49E
(223,212,158)
#E3D9A9
(227,217,169)
#E7DEB4
(231,222,180)
#EBE3BF
(235,227,191)
#EFE8CA
(239,232,202)
#F3EDD5
(243,237,213)
#F7F2E0
(247,242,224)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C57D color. Also use rgb(211,197,125) instead hex code.

Text Font Color

.myTextColor { color: #D3C57D; }

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

This text font color is #D3C57D.

Background Color

.myBgColor { background-color: #D3C57D; }

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

This div background color is #D3C57D.

Border color

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

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

This div border color is #D3C57D.

Opacity

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

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

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

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

This text has shadow with #D3C57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C57D.

Preview

Color preview on black background

This text has color #D3C57D on black background.


Color preview on white background

This text has color #D3C57D on white background.


Black color preview on #D3C57D background

This text has black color on #D3C57D background.


White color preview on #D3C57D background

This text has white color on #D3C57D background.


Related colors

Complementary color

Complementary color for #hex is #2C3A82.


I love getcolorcode.com

Triadic colors

1 #7DD3C5 and #C57DD3 with #D3C57D are triadic colors.

2 #7DC5D3 and #C5D37D with #D3C57D are triadic colors.