COLOR #D2C48D

HEX: #D2C48D
RGB: (210,196,141)

Color info

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

RGB color model

#D2C48D color RGB value is (210,196,141).

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

RGB channels and saturation

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

210
196
141

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

Portions of RGB colors in percentages

R + G + B =
210 + 196 + 141 = 547 (100%)
R 210 of 547 ~ 38.39%
G 196 of 547 ~ 35.83%
B 141 of 547 ~ 25.78%

%38.39
%35.83
%25.78

CMYK color model

#D2C48D color CMYK value is (0,7,33,18).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(0,7,33,18)
C0M7Y33K18 
(0%,7%,33%,18%)
(0.00/0.07/0.33/0.18)	

CMYK percentages

%0
%6.67
%32.86
%17.65

Codes

Color #D2C48D in popluar color models

D2C48D
RGB210196141
HSL48°43.40%68.82%
HSB/HSV48°32.86%82.35%
CMYK0.00%6.67%32.86%
17.65%

Color #D2C48D in popluar number systems.

HEXD2C48D
Decimal210196141
Binary110100101100010010001101
Octal322304215

Shades and tints

Shades of #D2C48D

#D2C48D
(210,196,141)
#BFB381
(191,179,129)
#ACA275
(172,162,117)
#999169
(153,145,105)
#86805D
(134,128,93)
#736F51
(115,111,81)
#605E45
(96,94,69)
#4D4D39
(77,77,57)
#3A3C2D
(58,60,45)
#272B21
(39,43,33)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #D2C48D

#D2C48D
(210,196,141)
#D6C997
(214,201,151)
#DACEA1
(218,206,161)
#DED3AB
(222,211,171)
#E2D8B5
(226,216,181)
#E6DDBF
(230,221,191)
#EAE2C9
(234,226,201)
#EEE7D3
(238,231,211)
#F2ECDD
(242,236,221)
#F6F1E7
(246,241,231)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C48D; }

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

This text font color is #D2C48D.


Background Color

.myBgColor { background-color: #D2C48D; }

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

This div background color is #D2C48D.


Border color

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

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

This div border color is #D2C48D.


Opacity

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

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

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

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

This text has shadow with #D2C48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C48D on black background.


Color preview on white background

This text has color #D2C48D on white background.



Black color preview on #D2C48D background

This text has black color on #D2C48D background.


White color preview on #D2C48D background

This text has white color on #D2C48D background.