COLOR #D1C831

HEX: #D1C831
RGB: (209,200,49)

Color info

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

RGB color model

#D1C831 color RGB value is (209,200,49).

  • red value is 209;
  • green value is 200;
  • blue value is 49.
RGB:
(209,200,49)
(82%,78%,19%)

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 49 of 255 = 19%

209
200
49

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

Portions of RGB colors in percentages

R + G + B =
209 + 200 + 49 = 458 (100%)
R 209 of 458 ~ 45.63%
G 200 of 458 ~ 43.67%
B 49 of 458 ~ 10.7%

%45.63
%43.67
%10.7

CMYK color model

#D1C831 color CMYK value is (0,4,77,18).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 76.56%
  • key color value is 18.04%
CMYK:
(0,4,77,18)
C0M4Y77K18 
(0%,4%,77%,18%)
(0.00/0.04/0.77/0.18)	

CMYK percentages

%0
%4.31
%76.56
%18.04

Codes

Color #D1C831 in popluar color models

D1C831
RGB20920049
HSL57°63.49%50.59%
HSB/HSV57°76.56%81.96%
CMYK0.00%4.31%76.56%
18.04%

Color #D1C831 in popluar number systems.

HEXD1C831
Decimal20920049
Binary1101000111001000110001
Octal32131061

Shades and tints

Shades of #D1C831

#D1C831
(209,200,49)
#BEB62D
(190,182,45)
#ABA429
(171,164,41)
#989225
(152,146,37)
#858021
(133,128,33)
#726E1D
(114,110,29)
#5F5C19
(95,92,25)
#4C4A15
(76,74,21)
#393811
(57,56,17)
#26260D
(38,38,13)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #D1C831

#D1C831
(209,200,49)
#D5CD43
(213,205,67)
#D9D255
(217,210,85)
#DDD767
(221,215,103)
#E1DC79
(225,220,121)
#E5E18B
(229,225,139)
#E9E69D
(233,230,157)
#EDEBAF
(237,235,175)
#F1F0C1
(241,240,193)
#F5F5D3
(245,245,211)
#F9FAE5
(249,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C831 color. Also use rgb(209,200,49) instead hex code.

Text Font Color

.myTextColor { color: #D1C831; }

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

This text font color is #D1C831.


Background Color

.myBgColor { background-color: #D1C831; }

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

This div background color is #D1C831.


Border color

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

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

This div border color is #D1C831.


Opacity

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

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

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

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

This text has shadow with #D1C831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C831 on black background.


Color preview on white background

This text has color #D1C831 on white background.



Black color preview on #D1C831 background

This text has black color on #D1C831 background.


White color preview on #D1C831 background

This text has white color on #D1C831 background.