COLOR #D3CE47

HEX: #D3CE47
RGB: (211,206,71)

Color info

#D3CE47 contains mainly red and green colors. Web safe color of #D3CE47 is #CCCC33 (or #CC3).

RGB color model

#D3CE47 color RGB value is (211,206,71).

  • red value is 211;
  • green value is 206;
  • blue value is 71.
RGB:
(211,206,71)
(83%,81%,28%)

RGB channels and saturation

R 211 of 255 = 83%
G 206 of 255 = 81%
B 71 of 255 = 28%

211
206
71

R + G + B ~ 64%. #D3CE47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 206 + 71 = 488 (100%)
R 211 of 488 ~ 43.24%
G 206 of 488 ~ 42.21%
B 71 of 488 ~ 14.55%

%43.24
%42.21
%14.55

CMYK color model

#D3CE47 color CMYK value is (0,2,66,17).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 66.35%
  • key color value is 17.25%
CMYK:
(0,2,66,17)
C0M2Y66K17 
(0%,2%,66%,17%)
(0.00/0.02/0.66/0.17)	

CMYK percentages

%0
%2.37
%66.35
%17.25

Codes

Color #D3CE47 in popluar color models

D3CE47
RGB21120671
HSL58°61.40%55.29%
HSB/HSV58°66.35%82.75%
CMYK0.00%2.37%66.35%
17.25%

Color #D3CE47 in popluar number systems.

HEXD3CE47
Decimal21120671
Binary11010011110011101000111
Octal323316107

Shades and tints

Shades of #D3CE47

#D3CE47
(211,206,71)
#C0BC41
(192,188,65)
#ADAA3B
(173,170,59)
#9A9835
(154,152,53)
#87862F
(135,134,47)
#747429
(116,116,41)
#616223
(97,98,35)
#4E501D
(78,80,29)
#3B3E17
(59,62,23)
#282C11
(40,44,17)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #D3CE47

#D3CE47
(211,206,71)
#D7D257
(215,210,87)
#DBD667
(219,214,103)
#DFDA77
(223,218,119)
#E3DE87
(227,222,135)
#E7E297
(231,226,151)
#EBE6A7
(235,230,167)
#EFEAB7
(239,234,183)
#F3EEC7
(243,238,199)
#F7F2D7
(247,242,215)
#FBF6E7
(251,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CE47 color. Also use rgb(211,206,71) instead hex code.

Text Font Color

.myTextColor { color: #D3CE47; }

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

This text font color is #D3CE47.


Background Color

.myBgColor { background-color: #D3CE47; }

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

This div background color is #D3CE47.


Border color

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

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

This div border color is #D3CE47.


Opacity

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

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

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

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

This text has shadow with #D3CE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CE47 on black background.


Color preview on white background

This text has color #D3CE47 on white background.



Black color preview on #D3CE47 background

This text has black color on #D3CE47 background.


White color preview on #D3CE47 background

This text has white color on #D3CE47 background.