COLOR #D4C28B

HEX: #D4C28B
RGB: (212,194,139)

Color info

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

RGB color model

#D4C28B color RGB value is (212,194,139).

  • red value is 212;
  • green value is 194;
  • blue value is 139.
RGB:
(212,194,139)
(83%,76%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 194 of 255 = 76%
B 139 of 255 = 55%

212
194
139

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

Portions of RGB colors in percentages

R + G + B =
212 + 194 + 139 = 545 (100%)
R 212 of 545 ~ 38.9%
G 194 of 545 ~ 35.6%
B 139 of 545 ~ 25.5%

%38.9
%35.6
%25.5

CMYK color model

#D4C28B color CMYK value is (0,8,34,17).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 34.43%
  • key color value is 16.86%
CMYK:
(0,8,34,17)
C0M8Y34K17 
(0%,8%,34%,17%)
(0.00/0.08/0.34/0.17)	

CMYK percentages

%0
%8.49
%34.43
%16.86

Codes

Color #D4C28B in popluar color models

D4C28B
RGB212194139
HSL45°45.91%68.82%
HSB/HSV45°34.43%83.14%
CMYK0.00%8.49%34.43%
16.86%

Color #D4C28B in popluar number systems.

HEXD4C28B
Decimal212194139
Binary110101001100001010001011
Octal324302213

Shades and tints

Shades of #D4C28B

#D4C28B
(212,194,139)
#C1B17F
(193,177,127)
#AEA073
(174,160,115)
#9B8F67
(155,143,103)
#887E5B
(136,126,91)
#756D4F
(117,109,79)
#625C43
(98,92,67)
#4F4B37
(79,75,55)
#3C3A2B
(60,58,43)
#29291F
(41,41,31)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4C28B

#D4C28B
(212,194,139)
#D7C795
(215,199,149)
#DACC9F
(218,204,159)
#DDD1A9
(221,209,169)
#E0D6B3
(224,214,179)
#E3DBBD
(227,219,189)
#E6E0C7
(230,224,199)
#E9E5D1
(233,229,209)
#ECEADB
(236,234,219)
#EFEFE5
(239,239,229)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C28B color. Also use rgb(212,194,139) instead hex code.

Text Font Color

.myTextColor { color: #D4C28B; }

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

This text font color is #D4C28B.


Background Color

.myBgColor { background-color: #D4C28B; }

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

This div background color is #D4C28B.


Border color

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

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

This div border color is #D4C28B.


Opacity

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

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

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

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

This text has shadow with #D4C28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C28B on black background.


Color preview on white background

This text has color #D4C28B on white background.



Black color preview on #D4C28B background

This text has black color on #D4C28B background.


White color preview on #D4C28B background

This text has white color on #D4C28B background.