COLOR #D4C883

HEX: #D4C883
RGB: (212,200,131)

Color info

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

RGB color model

#D4C883 color RGB value is (212,200,131).

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

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 131 of 255 = 51%

212
200
131

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

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 131 = 543 (100%)
R 212 of 543 ~ 39.04%
G 200 of 543 ~ 36.83%
B 131 of 543 ~ 24.13%

%39.04
%36.83
%24.13

CMYK color model

#D4C883 color CMYK value is (0,6,38,17).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 38.21%
  • key color value is 16.86%
CMYK:
(0,6,38,17)
C0M6Y38K17 
(0%,6%,38%,17%)
(0.00/0.06/0.38/0.17)	

CMYK percentages

%0
%5.66
%38.21
%16.86

Codes

Color #D4C883 in popluar color models

D4C883
RGB212200131
HSL51°48.50%67.25%
HSB/HSV51°38.21%83.14%
CMYK0.00%5.66%38.21%
16.86%

Color #D4C883 in popluar number systems.

HEXD4C883
Decimal212200131
Binary110101001100100010000011
Octal324310203

Shades and tints

Shades of #D4C883

#D4C883
(212,200,131)
#C1B678
(193,182,120)
#AEA46D
(174,164,109)
#9B9262
(155,146,98)
#888057
(136,128,87)
#756E4C
(117,110,76)
#625C41
(98,92,65)
#4F4A36
(79,74,54)
#3C382B
(60,56,43)
#292620
(41,38,32)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4C883

#D4C883
(212,200,131)
#D7CD8E
(215,205,142)
#DAD299
(218,210,153)
#DDD7A4
(221,215,164)
#E0DCAF
(224,220,175)
#E3E1BA
(227,225,186)
#E6E6C5
(230,230,197)
#E9EBD0
(233,235,208)
#ECF0DB
(236,240,219)
#EFF5E6
(239,245,230)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C883; }

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

This text font color is #D4C883.


Background Color

.myBgColor { background-color: #D4C883; }

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

This div background color is #D4C883.


Border color

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

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

This div border color is #D4C883.


Opacity

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

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

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

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

This text has shadow with #D4C883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C883 on black background.


Color preview on white background

This text has color #D4C883 on white background.



Black color preview on #D4C883 background

This text has black color on #D4C883 background.


White color preview on #D4C883 background

This text has white color on #D4C883 background.