COLOR #D4C885

HEX: #D4C885
RGB: (212,200,133)

Color info

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

RGB color model

#D4C885 color RGB value is (212,200,133).

  • red value is 212;
  • green value is 200;
  • blue value is 133.
RGB:
(212,200,133)
(83%,78%,52%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 133 of 255 = 52%

212
200
133

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

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 133 = 545 (100%)
R 212 of 545 ~ 38.9%
G 200 of 545 ~ 36.7%
B 133 of 545 ~ 24.4%

%38.9
%36.7
%24.4

CMYK color model

#D4C885 color CMYK value is (0,6,37,17).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,6,37,17)
C0M6Y37K17 
(0%,6%,37%,17%)
(0.00/0.06/0.37/0.17)	

CMYK percentages

%0
%5.66
%37.26
%16.86

Codes

Color #D4C885 in popluar color models

D4C885
RGB212200133
HSL51°47.88%67.65%
HSB/HSV51°37.26%83.14%
CMYK0.00%5.66%37.26%
16.86%

Color #D4C885 in popluar number systems.

HEXD4C885
Decimal212200133
Binary110101001100100010000101
Octal324310205

Shades and tints

Shades of #D4C885

#D4C885
(212,200,133)
#C1B679
(193,182,121)
#AEA46D
(174,164,109)
#9B9261
(155,146,97)
#888055
(136,128,85)
#756E49
(117,110,73)
#625C3D
(98,92,61)
#4F4A31
(79,74,49)
#3C3825
(60,56,37)
#292619
(41,38,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #D4C885

#D4C885
(212,200,133)
#D7CD90
(215,205,144)
#DAD29B
(218,210,155)
#DDD7A6
(221,215,166)
#E0DCB1
(224,220,177)
#E3E1BC
(227,225,188)
#E6E6C7
(230,230,199)
#E9EBD2
(233,235,210)
#ECF0DD
(236,240,221)
#EFF5E8
(239,245,232)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C885 color. Also use rgb(212,200,133) instead hex code.

Text Font Color

.myTextColor { color: #D4C885; }

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

This text font color is #D4C885.


Background Color

.myBgColor { background-color: #D4C885; }

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

This div background color is #D4C885.


Border color

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

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

This div border color is #D4C885.


Opacity

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

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

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

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

This text has shadow with #D4C885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C885 on black background.


Color preview on white background

This text has color #D4C885 on white background.



Black color preview on #D4C885 background

This text has black color on #D4C885 background.


White color preview on #D4C885 background

This text has white color on #D4C885 background.