COLOR #D1D374

HEX: #D1D374
RGB: (209,211,116)

Color info

#D1D374 contains mainly red and green colors. Web safe color of #D1D374 is #CCCC66 (or #CC6).

RGB color model

#D1D374 color RGB value is (209,211,116).

  • red value is 209;
  • green value is 211;
  • blue value is 116.
RGB:
(209,211,116)
(82%,83%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 211 of 255 = 83%
B 116 of 255 = 45%

209
211
116

R + G + B ~ 70%. #D1D374 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 211 + 116 = 536 (100%)
R 209 of 536 ~ 38.99%
G 211 of 536 ~ 39.37%
B 116 of 536 ~ 21.64%

%38.99
%39.37
%21.64

CMYK color model

#D1D374 color CMYK value is (1,0,45,17).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 45.02%
  • key color value is 17.25%
CMYK:
(1,0,45,17)
C1M0Y45K17 
(1%,0%,45%,17%)
(0.01/0.00/0.45/0.17)	

CMYK percentages

%0.95
%0
%45.02
%17.25

Codes

Color #D1D374 in popluar color models

D1D374
RGB209211116
HSL61°51.91%64.12%
HSB/HSV61°45.02%82.75%
CMYK0.95%0.00%45.02%
17.25%

Color #D1D374 in popluar number systems.

HEXD1D374
Decimal209211116
Binary11010001110100111110100
Octal321323164

Shades and tints

Shades of #D1D374

#D1D374
(209,211,116)
#BEC06A
(190,192,106)
#ABAD60
(171,173,96)
#989A56
(152,154,86)
#85874C
(133,135,76)
#727442
(114,116,66)
#5F6138
(95,97,56)
#4C4E2E
(76,78,46)
#393B24
(57,59,36)
#26281A
(38,40,26)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #D1D374

#D1D374
(209,211,116)
#D5D780
(213,215,128)
#D9DB8C
(217,219,140)
#DDDF98
(221,223,152)
#E1E3A4
(225,227,164)
#E5E7B0
(229,231,176)
#E9EBBC
(233,235,188)
#EDEFC8
(237,239,200)
#F1F3D4
(241,243,212)
#F5F7E0
(245,247,224)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D374 color. Also use rgb(209,211,116) instead hex code.

Text Font Color

.myTextColor { color: #D1D374; }

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

This text font color is #D1D374.


Background Color

.myBgColor { background-color: #D1D374; }

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

This div background color is #D1D374.


Border color

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

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

This div border color is #D1D374.


Opacity

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

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

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

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

This text has shadow with #D1D374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D374 on black background.


Color preview on white background

This text has color #D1D374 on white background.



Black color preview on #D1D374 background

This text has black color on #D1D374 background.


White color preview on #D1D374 background

This text has white color on #D1D374 background.