COLOR #D5D168

HEX: #D5D168
RGB: (213,209,104)

Color info

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

RGB color model

#D5D168 color RGB value is (213,209,104).

  • red value is 213;
  • green value is 209;
  • blue value is 104.
RGB:
(213,209,104)
(84%,82%,41%)

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 104 of 255 = 41%

213
209
104

R + G + B ~ 69%. #D5D168 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 104 = 526 (100%)
R 213 of 526 ~ 40.49%
G 209 of 526 ~ 39.73%
B 104 of 526 ~ 19.77%

%40.49
%39.73
%19.77

CMYK color model

#D5D168 color CMYK value is (0,2,51,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 51.17%
  • key color value is 16.47%
CMYK:
(0,2,51,16)
C0M2Y51K16 
(0%,2%,51%,16%)
(0.00/0.02/0.51/0.16)	

CMYK percentages

%0
%1.88
%51.17
%16.47

Codes

Color #D5D168 in popluar color models

D5D168
RGB213209104
HSL58°56.48%62.16%
HSB/HSV58°51.17%83.53%
CMYK0.00%1.88%51.17%
16.47%

Color #D5D168 in popluar number systems.

HEXD5D168
Decimal213209104
Binary11010101110100011101000
Octal325321150

Shades and tints

Shades of #D5D168

#D5D168
(213,209,104)
#C2BE5F
(194,190,95)
#AFAB56
(175,171,86)
#9C984D
(156,152,77)
#898544
(137,133,68)
#76723B
(118,114,59)
#635F32
(99,95,50)
#504C29
(80,76,41)
#3D3920
(61,57,32)
#2A2617
(42,38,23)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #D5D168

#D5D168
(213,209,104)
#D8D575
(216,213,117)
#DBD982
(219,217,130)
#DEDD8F
(222,221,143)
#E1E19C
(225,225,156)
#E4E5A9
(228,229,169)
#E7E9B6
(231,233,182)
#EAEDC3
(234,237,195)
#EDF1D0
(237,241,208)
#F0F5DD
(240,245,221)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D168 color. Also use rgb(213,209,104) instead hex code.

Text Font Color

.myTextColor { color: #D5D168; }

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

This text font color is #D5D168.


Background Color

.myBgColor { background-color: #D5D168; }

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

This div background color is #D5D168.


Border color

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

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

This div border color is #D5D168.


Opacity

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

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

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

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

This text has shadow with #D5D168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D168 on black background.


Color preview on white background

This text has color #D5D168 on white background.



Black color preview on #D5D168 background

This text has black color on #D5D168 background.


White color preview on #D5D168 background

This text has white color on #D5D168 background.