COLOR #D3D676

HEX: #D3D676 RGB: (211,214,118)

Color info

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

RGB color model

#D3D676 color RGB value is (211,214,118).

RGB: (211,214,118) (83%, 84%, 46%)

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 118 of 255 = 46%

211
214
118

R + G + B ~ 71%. #D3D676 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 214 + 118 = 543 (100%)
R 211 of 543 ~ 38.86%
G 214 of 543 ~ 39.41%
B 118 of 543 ~ 21.73'%

%38.86
%39.41
%21.73

CMYK color model

#D3D676 color CMYK value is (1,0,45,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 16.08%
CMYK: (1,0,45,16) C1M0Y45K16 (1%,0%,45%,16%) (0.01/0.00/0.45/0.16) 

CMYK percentages

%1.4
%0
%44.86
%16.08

Codes

Color #D3D676 in popluar color models

D3 D6 76
RGB 211 214 118
HSL 62° 53.93% 65.10%
HSB/HSV 62° 44.86% 83.92%
CMYK 1.40% 0.00% 44.86%
16.08%

Color #D3D676 in popluar number systems.

HEX D3 D6 76
Decimal 211 214 118
Binary 11010011 11010110 1110110
Octal 323 326 166

Shades and tints

Shades of #D3D676

#D3D676
(211,214,118)
#C0C36C
(192,195,108)
#ADB062
(173,176,98)
#9A9D58
(154,157,88)
#878A4E
(135,138,78)
#747744
(116,119,68)
#61643A
(97,100,58)
#4E5130
(78,81,48)
#3B3E26
(59,62,38)
#282B1C
(40,43,28)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #D3D676

#D3D676
(211,214,118)
#D7D982
(215,217,130)
#DBDC8E
(219,220,142)
#DFDF9A
(223,223,154)
#E3E2A6
(227,226,166)
#E7E5B2
(231,229,178)
#EBE8BE
(235,232,190)
#EFEBCA
(239,235,202)
#F3EED6
(243,238,214)
#F7F1E2
(247,241,226)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D676 color. Also use rgb(211,214,118) instead hex code.

Text Font Color

.myTextColor { color: #D3D676; }

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

This text font color is #D3D676.

Background Color

.myBgColor { background-color: #D3D676; }

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

This div background color is #D3D676.

Border color

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

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

This div border color is #D3D676.

Opacity

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

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

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

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

This text has shadow with #D3D676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D676.

Preview

Color preview on black background

This text has color #D3D676 on black background.


Color preview on white background

This text has color #D3D676 on white background.


Black color preview on #D3D676 background

This text has black color on #D3D676 background.


White color preview on #D3D676 background

This text has white color on #D3D676 background.


Related colors

Complementary color

Complementary color for #hex is #2C2989.


I love getcolorcode.com

Triadic colors

1 #76D3D6 and #D676D3 with #D3D676 are triadic colors.

2 #76D6D3 and #D6D376 with #D3D676 are triadic colors.