COLOR #D1C629

HEX: #D1C629
RGB: (209,198,41)

Color info

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

RGB color model

#D1C629 color RGB value is (209,198,41).

  • red value is 209;
  • green value is 198;
  • blue value is 41.
RGB:
(209,198,41)
(82%,78%,16%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 41 of 255 = 16%

209
198
41

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

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 41 = 448 (100%)
R 209 of 448 ~ 46.65%
G 198 of 448 ~ 44.2%
B 41 of 448 ~ 9.15%

%46.65
%44.2

CMYK color model

#D1C629 color CMYK value is (0,5,80,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 80.38%
  • key color value is 18.04%
CMYK:
(0,5,80,18)
C0M5Y80K18 
(0%,5%,80%,18%)
(0.00/0.05/0.80/0.18)	

CMYK percentages

%0
%5.26
%80.38
%18.04

Codes

Color #D1C629 in popluar color models

D1C629
RGB20919841
HSL56°67.20%49.02%
HSB/HSV56°80.38%81.96%
CMYK0.00%5.26%80.38%
18.04%

Color #D1C629 in popluar number systems.

HEXD1C629
Decimal20919841
Binary1101000111000110101001
Octal32130651

Shades and tints

Shades of #D1C629

#D1C629
(209,198,41)
#BEB426
(190,180,38)
#ABA223
(171,162,35)
#989020
(152,144,32)
#857E1D
(133,126,29)
#726C1A
(114,108,26)
#5F5A17
(95,90,23)
#4C4814
(76,72,20)
#393611
(57,54,17)
#26240E
(38,36,14)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #D1C629

#D1C629
(209,198,41)
#D5CB3C
(213,203,60)
#D9D04F
(217,208,79)
#DDD562
(221,213,98)
#E1DA75
(225,218,117)
#E5DF88
(229,223,136)
#E9E49B
(233,228,155)
#EDE9AE
(237,233,174)
#F1EEC1
(241,238,193)
#F5F3D4
(245,243,212)
#F9F8E7
(249,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C629 color. Also use rgb(209,198,41) instead hex code.

Text Font Color

.myTextColor { color: #D1C629; }

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

This text font color is #D1C629.


Background Color

.myBgColor { background-color: #D1C629; }

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

This div background color is #D1C629.


Border color

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

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

This div border color is #D1C629.


Opacity

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

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

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

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

This text has shadow with #D1C629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C629 on black background.


Color preview on white background

This text has color #D1C629 on white background.



Black color preview on #D1C629 background

This text has black color on #D1C629 background.


White color preview on #D1C629 background

This text has white color on #D1C629 background.