COLOR #D3C77F

HEX: #D3C77F RGB: (211,199,127)

Color info

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

RGB color model

#D3C77F color RGB value is (211,199,127).

RGB: (211,199,127) (83%, 78%, 50%)

RGB channels and saturation

R 211 of 255 = 83%
G 199 of 255 = 78%
B 127 of 255 = 50%

211
199
127

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

Portions of RGB colors in percentages

R + G + B = 211 + 199 + 127 = 537 (100%)
R 211 of 537 ~ 39.29%
G 199 of 537 ~ 37.06%
B 127 of 537 ~ 23.65'%

%39.29
%37.06
%23.65

CMYK color model

#D3C77F color CMYK value is (0,6,40,17).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 39.81%
  • key color value is 17.25%

CMYK: (0,6,40,17)
C0M6Y40K17 (0%, 6%, 40%, 17%)
(0.00 / 0.06 / 0.40 / 0.17)

CMYK percentages

%0
%5.69
%39.81
%17.25

Codes

Color #D3C77F in popluar color models

D3 C7 7F
RGB 211 199 127
HSL 51° 48.84% 66.27%
HSB/HSV 51° 39.81% 82.75%
CMYK 0.00% 5.69% 39.81%
17.25%

Color #D3C77F in popluar number systems.

HEX D3 C7 7F
Decimal 211 199 127
Binary 11010011 11000111 1111111
Octal 323 307 177

Shades and tints

Shades of #D3C77F

#D3C77F
(211,199,127)
#C0B574
(192,181,116)
#ADA369
(173,163,105)
#9A915E
(154,145,94)
#877F53
(135,127,83)
#746D48
(116,109,72)
#615B3D
(97,91,61)
#4E4932
(78,73,50)
#3B3727
(59,55,39)
#28251C
(40,37,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #D3C77F

#D3C77F
(211,199,127)
#D7CC8A
(215,204,138)
#DBD195
(219,209,149)
#DFD6A0
(223,214,160)
#E3DBAB
(227,219,171)
#E7E0B6
(231,224,182)
#EBE5C1
(235,229,193)
#EFEACC
(239,234,204)
#F3EFD7
(243,239,215)
#F7F4E2
(247,244,226)
#FBF9ED
(251,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C77F color. Also use rgb(211,199,127) instead hex code.

Text Font Color

.myTextColor { color: #D3C77F; }

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

This text font color is #D3C77F.

Background Color

.myBgColor { background-color: #D3C77F; }

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

This div background color is #D3C77F.

Border color

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

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

This div border color is #D3C77F.

Opacity

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

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

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

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

This text has shadow with #D3C77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C77F.

Preview

Color preview on black background

This text has color #D3C77F on black background.


Color preview on white background

This text has color #D3C77F on white background.


Black color preview on #D3C77F background

This text has black color on #D3C77F background.


White color preview on #D3C77F background

This text has white color on #D3C77F background.


Related colors

Complementary color

Complementary color for #hex is #2C3880.


I love getcolorcode.com

Triadic colors

1 #7FD3C7 and #C77FD3 with #D3C77F are triadic colors.

2 #7FC7D3 and #C7D37F with #D3C77F are triadic colors.