COLOR #D4C689

HEX: #D4C689
RGB: (212,198,137)

Color info

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

RGB color model

#D4C689 color RGB value is (212,198,137).

  • red value is 212;
  • green value is 198;
  • blue value is 137.
RGB:
(212,198,137)
(83%,78%,54%)

RGB channels and saturation

R 212 of 255 = 83%
G 198 of 255 = 78%
B 137 of 255 = 54%

212
198
137

R + G + B ~ 72%. #D4C689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 198 + 137 = 547 (100%)
R 212 of 547 ~ 38.76%
G 198 of 547 ~ 36.2%
B 137 of 547 ~ 25.05%

%38.76
%36.2
%25.05

CMYK color model

#D4C689 color CMYK value is (0,7,35,17).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 35.38%
  • key color value is 16.86%
CMYK:
(0,7,35,17)
C0M7Y35K17 
(0%,7%,35%,17%)
(0.00/0.07/0.35/0.17)	

CMYK percentages

%0
%6.6
%35.38
%16.86

Codes

Color #D4C689 in popluar color models

D4C689
RGB212198137
HSL49°46.58%68.43%
HSB/HSV49°35.38%83.14%
CMYK0.00%6.60%35.38%
16.86%

Color #D4C689 in popluar number systems.

HEXD4C689
Decimal212198137
Binary110101001100011010001001
Octal324306211

Shades and tints

Shades of #D4C689

#D4C689
(212,198,137)
#C1B47D
(193,180,125)
#AEA271
(174,162,113)
#9B9065
(155,144,101)
#887E59
(136,126,89)
#756C4D
(117,108,77)
#625A41
(98,90,65)
#4F4835
(79,72,53)
#3C3629
(60,54,41)
#29241D
(41,36,29)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #D4C689

#D4C689
(212,198,137)
#D7CB93
(215,203,147)
#DAD09D
(218,208,157)
#DDD5A7
(221,213,167)
#E0DAB1
(224,218,177)
#E3DFBB
(227,223,187)
#E6E4C5
(230,228,197)
#E9E9CF
(233,233,207)
#ECEED9
(236,238,217)
#EFF3E3
(239,243,227)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C689 color. Also use rgb(212,198,137) instead hex code.

Text Font Color

.myTextColor { color: #D4C689; }

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

This text font color is #D4C689.


Background Color

.myBgColor { background-color: #D4C689; }

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

This div background color is #D4C689.


Border color

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

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

This div border color is #D4C689.


Opacity

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

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

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

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

This text has shadow with #D4C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C689 on black background.


Color preview on white background

This text has color #D4C689 on white background.



Black color preview on #D4C689 background

This text has black color on #D4C689 background.


White color preview on #D4C689 background

This text has white color on #D4C689 background.