COLOR #D1CE47

HEX: #D1CE47
RGB: (209,206,71)

Color info

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

RGB color model

#D1CE47 color RGB value is (209,206,71).

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

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 71 of 255 = 28%

209
206
71

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 71 = 486 (100%)
R 209 of 486 ~ 43%
G 206 of 486 ~ 42.39%
B 71 of 486 ~ 14.61%

%43
%42.39
%14.61

CMYK color model

#D1CE47 color CMYK value is (0,1,66,18).

  • cyan value is 0.00%
  • magenta value is 1.44%
  • yellow value is 66.03%
  • key color value is 18.04%
CMYK:
(0,1,66,18)
C0M1Y66K18 
(0%,1%,66%,18%)
(0.00/0.01/0.66/0.18)	

CMYK percentages

%0
%1.44
%66.03
%18.04

Codes

Color #D1CE47 in popluar color models

D1CE47
RGB20920671
HSL59°60.00%54.90%
HSB/HSV59°66.03%81.96%
CMYK0.00%1.44%66.03%
18.04%

Color #D1CE47 in popluar number systems.

HEXD1CE47
Decimal20920671
Binary11010001110011101000111
Octal321316107

Shades and tints

Shades of #D1CE47

#D1CE47
(209,206,71)
#BEBC41
(190,188,65)
#ABAA3B
(171,170,59)
#989835
(152,152,53)
#85862F
(133,134,47)
#727429
(114,116,41)
#5F6223
(95,98,35)
#4C501D
(76,80,29)
#393E17
(57,62,23)
#262C11
(38,44,17)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #D1CE47

#D1CE47
(209,206,71)
#D5D257
(213,210,87)
#D9D667
(217,214,103)
#DDDA77
(221,218,119)
#E1DE87
(225,222,135)
#E5E297
(229,226,151)
#E9E6A7
(233,230,167)
#EDEAB7
(237,234,183)
#F1EEC7
(241,238,199)
#F5F2D7
(245,242,215)
#F9F6E7
(249,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CE47; }

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

This text font color is #D1CE47.


Background Color

.myBgColor { background-color: #D1CE47; }

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

This div background color is #D1CE47.


Border color

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

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

This div border color is #D1CE47.


Opacity

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

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

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

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

This text has shadow with #D1CE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CE47 on black background.


Color preview on white background

This text has color #D1CE47 on white background.



Black color preview on #D1CE47 background

This text has black color on #D1CE47 background.


White color preview on #D1CE47 background

This text has white color on #D1CE47 background.