COLOR #D9C69B

HEX: #D9C69B RGB: (217,198,155)

Color info

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

RGB color model

#D9C69B color RGB value is (217,198,155).

RGB: (217,198,155) (85%, 78%, 61%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 155 of 255 = 61%

217
198
155

R + G + B ~ 75%. #D9C69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 198 + 155 = 570 (100%)
R 217 of 570 ~ 38.07%
G 198 of 570 ~ 34.74%
B 155 of 570 ~ 27.19'%

%38.07
%34.74
%27.19

CMYK color model

#D9C69B color CMYK value is (0,9,29,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 28.57%
  • key color value is 14.90%

CMYK: (0,9,29,15)
C0M9Y29K15 (0%, 9%, 29%, 15%)
(0.00 / 0.09 / 0.29 / 0.15)

CMYK percentages

%0
%8.76
%28.57
%14.9

Codes

Color #D9C69B in popluar color models

D9 C6 9B
RGB 217 198 155
HSL 42° 44.93% 72.94%
HSB/HSV 42° 28.57% 85.10%
CMYK 0.00% 8.76% 28.57%
14.90%

Color #D9C69B in popluar number systems.

HEX D9 C6 9B
Decimal 217 198 155
Binary 11011001 11000110 10011011
Octal 331 306 233

Shades and tints

Shades of #D9C69B

#D9C69B
(217,198,155)
#C6B48D
(198,180,141)
#B3A27F
(179,162,127)
#A09071
(160,144,113)
#8D7E63
(141,126,99)
#7A6C55
(122,108,85)
#675A47
(103,90,71)
#544839
(84,72,57)
#41362B
(65,54,43)
#2E241D
(46,36,29)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #D9C69B

#D9C69B
(217,198,155)
#DCCBA4
(220,203,164)
#DFD0AD
(223,208,173)
#E2D5B6
(226,213,182)
#E5DABF
(229,218,191)
#E8DFC8
(232,223,200)
#EBE4D1
(235,228,209)
#EEE9DA
(238,233,218)
#F1EEE3
(241,238,227)
#F4F3EC
(244,243,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C69B color. Also use rgb(217,198,155) instead hex code.

Text Font Color

.myTextColor { color: #D9C69B; }

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

This text font color is #D9C69B.

Background Color

.myBgColor { background-color: #D9C69B; }

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

This div background color is #D9C69B.

Border color

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

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

This div border color is #D9C69B.

Opacity

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

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

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

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

This text has shadow with #D9C69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C69B.

Preview

Color preview on black background

This text has color #D9C69B on black background.


Color preview on white background

This text has color #D9C69B on white background.


Black color preview on #D9C69B background

This text has black color on #D9C69B background.


White color preview on #D9C69B background

This text has white color on #D9C69B background.


Related colors

Complementary color

Complementary color for #hex is #263964.


I love getcolorcode.com

Triadic colors

1 #9BD9C6 and #C69BD9 with #D9C69B are triadic colors.

2 #9BC6D9 and #C6D99B with #D9C69B are triadic colors.