COLOR #D8C189

HEX: #D8C189
RGB: (216,193,137)

Color info

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

RGB color model

#D8C189 color RGB value is (216,193,137).

  • red value is 216;
  • green value is 193;
  • blue value is 137.
RGB:
(216,193,137)
(85%,76%,54%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 137 of 255 = 54%

216
193
137

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

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 137 = 546 (100%)
R 216 of 546 ~ 39.56%
G 193 of 546 ~ 35.35%
B 137 of 546 ~ 25.09%

%39.56
%35.35
%25.09

CMYK color model

#D8C189 color CMYK value is (0,11,37,15).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 36.57%
  • key color value is 15.29%
CMYK:
(0,11,37,15)
C0M11Y37K15 
(0%,11%,37%,15%)
(0.00/0.11/0.37/0.15)	

CMYK percentages

%0
%10.65
%36.57
%15.29

Codes

Color #D8C189 in popluar color models

D8C189
RGB216193137
HSL43°50.32%69.22%
HSB/HSV43°36.57%84.71%
CMYK0.00%10.65%36.57%
15.29%

Color #D8C189 in popluar number systems.

HEXD8C189
Decimal216193137
Binary110110001100000110001001
Octal330301211

Shades and tints

Shades of #D8C189

#D8C189
(216,193,137)
#C5B07D
(197,176,125)
#B29F71
(178,159,113)
#9F8E65
(159,142,101)
#8C7D59
(140,125,89)
#796C4D
(121,108,77)
#665B41
(102,91,65)
#534A35
(83,74,53)
#403929
(64,57,41)
#2D281D
(45,40,29)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #D8C189

#D8C189
(216,193,137)
#DBC693
(219,198,147)
#DECB9D
(222,203,157)
#E1D0A7
(225,208,167)
#E4D5B1
(228,213,177)
#E7DABB
(231,218,187)
#EADFC5
(234,223,197)
#EDE4CF
(237,228,207)
#F0E9D9
(240,233,217)
#F3EEE3
(243,238,227)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C189 color. Also use rgb(216,193,137) instead hex code.

Text Font Color

.myTextColor { color: #D8C189; }

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

This text font color is #D8C189.


Background Color

.myBgColor { background-color: #D8C189; }

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

This div background color is #D8C189.


Border color

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

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

This div border color is #D8C189.


Opacity

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

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

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

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

This text has shadow with #D8C189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C189 on black background.


Color preview on white background

This text has color #D8C189 on white background.



Black color preview on #D8C189 background

This text has black color on #D8C189 background.


White color preview on #D8C189 background

This text has white color on #D8C189 background.