COLOR #D4C76E

HEX: #D4C76E RGB: (212,199,110)

Color info

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

RGB color model

#D4C76E color RGB value is (212,199,110).

RGB: (212,199,110) (83%, 78%, 43%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 110 of 255 = 43%

212
199
110

R + G + B ~ 68%. #D4C76E is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 199 + 110 = 521 (100%)
R 212 of 521 ~ 40.69%
G 199 of 521 ~ 38.2%
B 110 of 521 ~ 21.11'%

%40.69
%38.2
%21.11

CMYK color model

#D4C76E color CMYK value is (0,6,48,17).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 48.11%
  • key color value is 16.86%

CMYK: (0,6,48,17)
C0M6Y48K17 (0%, 6%, 48%, 17%)
(0.00 / 0.06 / 0.48 / 0.17)

CMYK percentages

%0
%6.13
%48.11
%16.86

Codes

Color #D4C76E in popluar color models

D4 C7 6E
RGB 212 199 110
HSL 52° 54.26% 63.14%
HSB/HSV 52° 48.11% 83.14%
CMYK 0.00% 6.13% 48.11%
16.86%

Color #D4C76E in popluar number systems.

HEX D4 C7 6E
Decimal 212 199 110
Binary 11010100 11000111 1101110
Octal 324 307 156

Shades and tints

Shades of #D4C76E

#D4C76E
(212,199,110)
#C1B564
(193,181,100)
#AEA35A
(174,163,90)
#9B9150
(155,145,80)
#887F46
(136,127,70)
#756D3C
(117,109,60)
#625B32
(98,91,50)
#4F4928
(79,73,40)
#3C371E
(60,55,30)
#292514
(41,37,20)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #D4C76E

#D4C76E
(212,199,110)
#D7CC7B
(215,204,123)
#DAD188
(218,209,136)
#DDD695
(221,214,149)
#E0DBA2
(224,219,162)
#E3E0AF
(227,224,175)
#E6E5BC
(230,229,188)
#E9EAC9
(233,234,201)
#ECEFD6
(236,239,214)
#EFF4E3
(239,244,227)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C76E color. Also use rgb(212,199,110) instead hex code.

Text Font Color

.myTextColor { color: #D4C76E; }

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

This text font color is #D4C76E.

Background Color

.myBgColor { background-color: #D4C76E; }

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

This div background color is #D4C76E.

Border color

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

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

This div border color is #D4C76E.

Opacity

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

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

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

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

This text has shadow with #D4C76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C76E.

Preview

Color preview on black background

This text has color #D4C76E on black background.


Color preview on white background

This text has color #D4C76E on white background.


Black color preview on #D4C76E background

This text has black color on #D4C76E background.


White color preview on #D4C76E background

This text has white color on #D4C76E background.


Related colors

Complementary color

Complementary color for #hex is #2B3891.


I love getcolorcode.com

Triadic colors

1 #6ED4C7 and #C76ED4 with #D4C76E are triadic colors.

2 #6EC7D4 and #C7D46E with #D4C76E are triadic colors.