COLOR #D9C48E

HEX: #D9C48E
RGB: (217,196,142)

Color info

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

RGB color model

#D9C48E color RGB value is (217,196,142).

  • red value is 217;
  • green value is 196;
  • blue value is 142.
RGB:
(217,196,142)
(85%,77%,56%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 142 of 255 = 56%

217
196
142

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

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 142 = 555 (100%)
R 217 of 555 ~ 39.1%
G 196 of 555 ~ 35.32%
B 142 of 555 ~ 25.59%

%39.1
%35.32
%25.59

CMYK color model

#D9C48E color CMYK value is (0,10,35,15).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(0,10,35,15)
C0M10Y35K15 
(0%,10%,35%,15%)
(0.00/0.10/0.35/0.15)	

CMYK percentages

%0
%9.68
%34.56
%14.9

Codes

Color #D9C48E in popluar color models

D9C48E
RGB217196142
HSL43°49.67%70.39%
HSB/HSV43°34.56%85.10%
CMYK0.00%9.68%34.56%
14.90%

Color #D9C48E in popluar number systems.

HEXD9C48E
Decimal217196142
Binary110110011100010010001110
Octal331304216

Shades and tints

Shades of #D9C48E

#D9C48E
(217,196,142)
#C6B382
(198,179,130)
#B3A276
(179,162,118)
#A0916A
(160,145,106)
#8D805E
(141,128,94)
#7A6F52
(122,111,82)
#675E46
(103,94,70)
#544D3A
(84,77,58)
#413C2E
(65,60,46)
#2E2B22
(46,43,34)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9C48E

#D9C48E
(217,196,142)
#DCC998
(220,201,152)
#DFCEA2
(223,206,162)
#E2D3AC
(226,211,172)
#E5D8B6
(229,216,182)
#E8DDC0
(232,221,192)
#EBE2CA
(235,226,202)
#EEE7D4
(238,231,212)
#F1ECDE
(241,236,222)
#F4F1E8
(244,241,232)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C48E color. Also use rgb(217,196,142) instead hex code.

Text Font Color

.myTextColor { color: #D9C48E; }

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

This text font color is #D9C48E.


Background Color

.myBgColor { background-color: #D9C48E; }

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

This div background color is #D9C48E.


Border color

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

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

This div border color is #D9C48E.


Opacity

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

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

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

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

This text has shadow with #D9C48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C48E on black background.


Color preview on white background

This text has color #D9C48E on white background.



Black color preview on #D9C48E background

This text has black color on #D9C48E background.


White color preview on #D9C48E background

This text has white color on #D9C48E background.