COLOR #D3C214

HEX: #D3C214
RGB: (211,194,20)

Color info

#D3C214 contains mainly red and green colors. Web safe color of #D3C214 is #CCCC00 (or #CC0).

RGB color model

#D3C214 color RGB value is (211,194,20).

  • red value is 211;
  • green value is 194;
  • blue value is 20.
RGB:
(211,194,20)
(83%,76%,8%)

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 20 of 255 = 8%

211
194
20

R + G + B ~ 56%. #D3C214 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 20 = 425 (100%)
R 211 of 425 ~ 49.65%
G 194 of 425 ~ 45.65%
B 20 of 425 ~ 4.71%

%49.65
%45.65

CMYK color model

#D3C214 color CMYK value is (0,8,91,17).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 90.52%
  • key color value is 17.25%
CMYK:
(0,8,91,17)
C0M8Y91K17 
(0%,8%,91%,17%)
(0.00/0.08/0.91/0.17)	

CMYK percentages

%0
%8.06
%90.52
%17.25

Codes

Color #D3C214 in popluar color models

D3C214
RGB21119420
HSL55°82.68%45.29%
HSB/HSV55°90.52%82.75%
CMYK0.00%8.06%90.52%
17.25%

Color #D3C214 in popluar number systems.

HEXD3C214
Decimal21119420
Binary110100111100001010100
Octal32330224

Shades and tints

Shades of #D3C214

#D3C214
(211,194,20)
#C0B113
(192,177,19)
#ADA012
(173,160,18)
#9A8F11
(154,143,17)
#877E10
(135,126,16)
#746D0F
(116,109,15)
#615C0E
(97,92,14)
#4E4B0D
(78,75,13)
#3B3A0C
(59,58,12)
#28290B
(40,41,11)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #D3C214

#D3C214
(211,194,20)
#D7C729
(215,199,41)
#DBCC3E
(219,204,62)
#DFD153
(223,209,83)
#E3D668
(227,214,104)
#E7DB7D
(231,219,125)
#EBE092
(235,224,146)
#EFE5A7
(239,229,167)
#F3EABC
(243,234,188)
#F7EFD1
(247,239,209)
#FBF4E6
(251,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C214 color. Also use rgb(211,194,20) instead hex code.

Text Font Color

.myTextColor { color: #D3C214; }

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

This text font color is #D3C214.


Background Color

.myBgColor { background-color: #D3C214; }

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

This div background color is #D3C214.


Border color

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

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

This div border color is #D3C214.


Opacity

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

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

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

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

This text has shadow with #D3C214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C214 on black background.


Color preview on white background

This text has color #D3C214 on white background.



Black color preview on #D3C214 background

This text has black color on #D3C214 background.


White color preview on #D3C214 background

This text has white color on #D3C214 background.