COLOR #D1C48D

HEX: #D1C48D
RGB: (209,196,141)

Color info

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

RGB color model

#D1C48D color RGB value is (209,196,141).

  • red value is 209;
  • green value is 196;
  • blue value is 141.
RGB:
(209,196,141)
(82%,77%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 196 of 255 = 77%
B 141 of 255 = 55%

209
196
141

R + G + B ~ 71%. #D1C48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 196 + 141 = 546 (100%)
R 209 of 546 ~ 38.28%
G 196 of 546 ~ 35.9%
B 141 of 546 ~ 25.82%

%38.28
%35.9
%25.82

CMYK color model

#D1C48D color CMYK value is (0,6,33,18).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 32.54%
  • key color value is 18.04%
CMYK:
(0,6,33,18)
C0M6Y33K18 
(0%,6%,33%,18%)
(0.00/0.06/0.33/0.18)	

CMYK percentages

%0
%6.22
%32.54
%18.04

Codes

Color #D1C48D in popluar color models

D1C48D
RGB209196141
HSL49°42.50%68.63%
HSB/HSV49°32.54%81.96%
CMYK0.00%6.22%32.54%
18.04%

Color #D1C48D in popluar number systems.

HEXD1C48D
Decimal209196141
Binary110100011100010010001101
Octal321304215

Shades and tints

Shades of #D1C48D

#D1C48D
(209,196,141)
#BEB381
(190,179,129)
#ABA275
(171,162,117)
#989169
(152,145,105)
#85805D
(133,128,93)
#726F51
(114,111,81)
#5F5E45
(95,94,69)
#4C4D39
(76,77,57)
#393C2D
(57,60,45)
#262B21
(38,43,33)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #D1C48D

#D1C48D
(209,196,141)
#D5C997
(213,201,151)
#D9CEA1
(217,206,161)
#DDD3AB
(221,211,171)
#E1D8B5
(225,216,181)
#E5DDBF
(229,221,191)
#E9E2C9
(233,226,201)
#EDE7D3
(237,231,211)
#F1ECDD
(241,236,221)
#F5F1E7
(245,241,231)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C48D color. Also use rgb(209,196,141) instead hex code.

Text Font Color

.myTextColor { color: #D1C48D; }

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

This text font color is #D1C48D.


Background Color

.myBgColor { background-color: #D1C48D; }

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

This div background color is #D1C48D.


Border color

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

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

This div border color is #D1C48D.


Opacity

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

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

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

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

This text has shadow with #D1C48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C48D on black background.


Color preview on white background

This text has color #D1C48D on white background.



Black color preview on #D1C48D background

This text has black color on #D1C48D background.


White color preview on #D1C48D background

This text has white color on #D1C48D background.