COLOR #D2D58D

HEX: #D2D58D
RGB: (210,213,141)

Color info

#D2D58D contains mainly red and green colors. Web safe color of #D2D58D is #CCCC99 (or #CC9).

RGB color model

#D2D58D color RGB value is (210,213,141).

  • red value is 210;
  • green value is 213;
  • blue value is 141.
RGB:
(210,213,141)
(82%,84%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 141 of 255 = 55%

210
213
141

R + G + B ~ 74%. #D2D58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 213 + 141 = 564 (100%)
R 210 of 564 ~ 37.23%
G 213 of 564 ~ 37.77%
B 141 of 564 ~ 25%

%37.23
%37.77
%25

CMYK color model

#D2D58D color CMYK value is (1,0,34,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(1,0,34,16)
C1M0Y34K16 
(1%,0%,34%,16%)
(0.01/0.00/0.34/0.16)	

CMYK percentages

%1.41
%0
%33.8
%16.47

Codes

Color #D2D58D in popluar color models

D2D58D
RGB210213141
HSL63°46.15%69.41%
HSB/HSV63°33.80%83.53%
CMYK1.41%0.00%33.80%
16.47%

Color #D2D58D in popluar number systems.

HEXD2D58D
Decimal210213141
Binary110100101101010110001101
Octal322325215

Shades and tints

Shades of #D2D58D

#D2D58D
(210,213,141)
#BFC281
(191,194,129)
#ACAF75
(172,175,117)
#999C69
(153,156,105)
#86895D
(134,137,93)
#737651
(115,118,81)
#606345
(96,99,69)
#4D5039
(77,80,57)
#3A3D2D
(58,61,45)
#272A21
(39,42,33)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #D2D58D

#D2D58D
(210,213,141)
#D6D897
(214,216,151)
#DADBA1
(218,219,161)
#DEDEAB
(222,222,171)
#E2E1B5
(226,225,181)
#E6E4BF
(230,228,191)
#EAE7C9
(234,231,201)
#EEEAD3
(238,234,211)
#F2EDDD
(242,237,221)
#F6F0E7
(246,240,231)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D58D color. Also use rgb(210,213,141) instead hex code.

Text Font Color

.myTextColor { color: #D2D58D; }

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

This text font color is #D2D58D.


Background Color

.myBgColor { background-color: #D2D58D; }

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

This div background color is #D2D58D.


Border color

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

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

This div border color is #D2D58D.


Opacity

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

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

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

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

This text has shadow with #D2D58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D58D on black background.


Color preview on white background

This text has color #D2D58D on white background.



Black color preview on #D2D58D background

This text has black color on #D2D58D background.


White color preview on #D2D58D background

This text has white color on #D2D58D background.