COLOR #D3C672

HEX: #D3C672
RGB: (211,198,114)

Color info

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

RGB color model

#D3C672 color RGB value is (211,198,114).

  • red value is 211;
  • green value is 198;
  • blue value is 114.
RGB:
(211,198,114)
(83%,78%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 114 of 255 = 45%

211
198
114

R + G + B ~ 69%. #D3C672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 198 + 114 = 523 (100%)
R 211 of 523 ~ 40.34%
G 198 of 523 ~ 37.86%
B 114 of 523 ~ 21.8%

%40.34
%37.86
%21.8

CMYK color model

#D3C672 color CMYK value is (0,6,46,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 45.97%
  • key color value is 17.25%
CMYK:
(0,6,46,17)
C0M6Y46K17 
(0%,6%,46%,17%)
(0.00/0.06/0.46/0.17)	

CMYK percentages

%0
%6.16
%45.97
%17.25

Codes

Color #D3C672 in popluar color models

D3C672
RGB211198114
HSL52°52.43%63.73%
HSB/HSV52°45.97%82.75%
CMYK0.00%6.16%45.97%
17.25%

Color #D3C672 in popluar number systems.

HEXD3C672
Decimal211198114
Binary11010011110001101110010
Octal323306162

Shades and tints

Shades of #D3C672

#D3C672
(211,198,114)
#C0B468
(192,180,104)
#ADA25E
(173,162,94)
#9A9054
(154,144,84)
#877E4A
(135,126,74)
#746C40
(116,108,64)
#615A36
(97,90,54)
#4E482C
(78,72,44)
#3B3622
(59,54,34)
#282418
(40,36,24)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #D3C672

#D3C672
(211,198,114)
#D7CB7E
(215,203,126)
#DBD08A
(219,208,138)
#DFD596
(223,213,150)
#E3DAA2
(227,218,162)
#E7DFAE
(231,223,174)
#EBE4BA
(235,228,186)
#EFE9C6
(239,233,198)
#F3EED2
(243,238,210)
#F7F3DE
(247,243,222)
#FBF8EA
(251,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C672 color. Also use rgb(211,198,114) instead hex code.

Text Font Color

.myTextColor { color: #D3C672; }

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

This text font color is #D3C672.


Background Color

.myBgColor { background-color: #D3C672; }

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

This div background color is #D3C672.


Border color

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

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

This div border color is #D3C672.


Opacity

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

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

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

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

This text has shadow with #D3C672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C672 on black background.


Color preview on white background

This text has color #D3C672 on white background.



Black color preview on #D3C672 background

This text has black color on #D3C672 background.


White color preview on #D3C672 background

This text has white color on #D3C672 background.