COLOR #D3D288

HEX: #D3D288 RGB: (211,210,136)

Color info

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

RGB color model

#D3D288 color RGB value is (211,210,136).

RGB: (211,210,136) (83%, 82%, 53%)

RGB channels and saturation

R 211 of 255 = 83%
G 210 of 255 = 82%
B 136 of 255 = 53%

211
210
136

R + G + B ~ 73%. #D3D288 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 210 + 136 = 557 (100%)
R 211 of 557 ~ 37.88%
G 210 of 557 ~ 37.7%
B 136 of 557 ~ 24.42'%

%37.88
%37.7
%24.42

CMYK color model

#D3D288 color CMYK value is (0,0,36,17).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 35.55%
  • key color value is 17.25%
CMYK: (0,0,36,17) C0M0Y36K17 (0%,0%,36%,17%) (0.00/0.00/0.36/0.17) 

CMYK percentages

%0
%0.47
%35.55
%17.25

Codes

Color #D3D288 in popluar color models

D3 D2 88
RGB 211 210 136
HSL 59° 46.01% 68.04%
HSB/HSV 59° 35.55% 82.75%
CMYK 0.00% 0.47% 35.55%
17.25%

Color #D3D288 in popluar number systems.

HEX D3 D2 88
Decimal 211 210 136
Binary 11010011 11010010 10001000
Octal 323 322 210

Shades and tints

Shades of #D3D288

#D3D288
(211,210,136)
#C0BF7C
(192,191,124)
#ADAC70
(173,172,112)
#9A9964
(154,153,100)
#878658
(135,134,88)
#74734C
(116,115,76)
#616040
(97,96,64)
#4E4D34
(78,77,52)
#3B3A28
(59,58,40)
#28271C
(40,39,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #D3D288

#D3D288
(211,210,136)
#D7D692
(215,214,146)
#DBDA9C
(219,218,156)
#DFDEA6
(223,222,166)
#E3E2B0
(227,226,176)
#E7E6BA
(231,230,186)
#EBEAC4
(235,234,196)
#EFEECE
(239,238,206)
#F3F2D8
(243,242,216)
#F7F6E2
(247,246,226)
#FBFAEC
(251,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D288 color. Also use rgb(211,210,136) instead hex code.

Text Font Color

.myTextColor { color: #D3D288; }

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

This text font color is #D3D288.

Background Color

.myBgColor { background-color: #D3D288; }

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

This div background color is #D3D288.

Border color

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

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

This div border color is #D3D288.

Opacity

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

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

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

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

This text has shadow with #D3D288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D288.

Preview

Color preview on black background

This text has color #D3D288 on black background.


Color preview on white background

This text has color #D3D288 on white background.


Black color preview on #D3D288 background

This text has black color on #D3D288 background.


White color preview on #D3D288 background

This text has white color on #D3D288 background.


Related colors

Complementary color

Complementary color for #hex is #2C2D77.


I love getcolorcode.com

Triadic colors

1 #88D3D2 and #D288D3 with #D3D288 are triadic colors.

2 #88D2D3 and #D2D388 with #D3D288 are triadic colors.