COLOR #D9CFA5

HEX: #D9CFA5 RGB: (217,207,165)

Color info

#D9CFA5 contains red, green and blue colors in about the same proportion. Web safe color of #D9CFA5 is #CCCC99 (or #CC9).

RGB color model

#D9CFA5 color RGB value is (217,207,165).

RGB: (217,207,165) (85%, 81%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 207 of 255 = 81%
B 165 of 255 = 65%

217
207
165

R + G + B ~ 77%. #D9CFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 207 + 165 = 589 (100%)
R 217 of 589 ~ 36.84%
G 207 of 589 ~ 35.14%
B 165 of 589 ~ 28.01'%

%36.84
%35.14
%28.01

CMYK color model

#D9CFA5 color CMYK value is (0,5,24,15).

  • cyan value is 0.00%
  • magenta value is 4.61%
  • yellow value is 23.96%
  • key color value is 14.90%

CMYK: (0,5,24,15)
C0M5Y24K15 (0%, 5%, 24%, 15%)
(0.00 / 0.05 / 0.24 / 0.15)

CMYK percentages

%0
%4.61
%23.96
%14.9

Codes

Color #D9CFA5 in popluar color models

D9 CF A5
RGB 217 207 165
HSL 48° 40.63% 74.90%
HSB/HSV 48° 23.96% 85.10%
CMYK 0.00% 4.61% 23.96%
14.90%

Color #D9CFA5 in popluar number systems.

HEX D9 CF A5
Decimal 217 207 165
Binary 11011001 11001111 10100101
Octal 331 317 245

Shades and tints

Shades of #D9CFA5

#D9CFA5
(217,207,165)
#C6BD96
(198,189,150)
#B3AB87
(179,171,135)
#A09978
(160,153,120)
#8D8769
(141,135,105)
#7A755A
(122,117,90)
#67634B
(103,99,75)
#54513C
(84,81,60)
#413F2D
(65,63,45)
#2E2D1E
(46,45,30)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #D9CFA5

#D9CFA5
(217,207,165)
#DCD3AD
(220,211,173)
#DFD7B5
(223,215,181)
#E2DBBD
(226,219,189)
#E5DFC5
(229,223,197)
#E8E3CD
(232,227,205)
#EBE7D5
(235,231,213)
#EEEBDD
(238,235,221)
#F1EFE5
(241,239,229)
#F4F3ED
(244,243,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CFA5 color. Also use rgb(217,207,165) instead hex code.

Text Font Color

.myTextColor { color: #D9CFA5; }

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

This text font color is #D9CFA5.

Background Color

.myBgColor { background-color: #D9CFA5; }

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

This div background color is #D9CFA5.

Border color

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

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

This div border color is #D9CFA5.

Opacity

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

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

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

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

This text has shadow with #D9CFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CFA5.

Preview

Color preview on black background

This text has color #D9CFA5 on black background.


Color preview on white background

This text has color #D9CFA5 on white background.


Black color preview on #D9CFA5 background

This text has black color on #D9CFA5 background.


White color preview on #D9CFA5 background

This text has white color on #D9CFA5 background.


Related colors

Complementary color

Complementary color for #hex is #26305A.


I love getcolorcode.com

Triadic colors

1 #A5D9CF and #CFA5D9 with #D9CFA5 are triadic colors.

2 #A5CFD9 and #CFD9A5 with #D9CFA5 are triadic colors.