COLOR #D0C089

HEX: #D0C089
RGB: (208,192,137)

Color info

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

RGB color model

#D0C089 color RGB value is (208,192,137).

  • red value is 208;
  • green value is 192;
  • blue value is 137.
RGB:
(208,192,137)
(82%,75%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 137 of 255 = 54%

208
192
137

R + G + B ~ 70%. #D0C089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 137 = 537 (100%)
R 208 of 537 ~ 38.73%
G 192 of 537 ~ 35.75%
B 137 of 537 ~ 25.51%

%38.73
%35.75
%25.51

CMYK color model

#D0C089 color CMYK value is (0,8,34,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK:
(0,8,34,18)
C0M8Y34K18 
(0%,8%,34%,18%)
(0.00/0.08/0.34/0.18)	

CMYK percentages

%0
%7.69
%34.13
%18.43

Codes

Color #D0C089 in popluar color models

D0C089
RGB208192137
HSL46°43.03%67.65%
HSB/HSV46°34.13%81.57%
CMYK0.00%7.69%34.13%
18.43%

Color #D0C089 in popluar number systems.

HEXD0C089
Decimal208192137
Binary110100001100000010001001
Octal320300211

Shades and tints

Shades of #D0C089

#D0C089
(208,192,137)
#BEAF7D
(190,175,125)
#AC9E71
(172,158,113)
#9A8D65
(154,141,101)
#887C59
(136,124,89)
#766B4D
(118,107,77)
#645A41
(100,90,65)
#524935
(82,73,53)
#403829
(64,56,41)
#2E271D
(46,39,29)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #D0C089

#D0C089
(208,192,137)
#D4C593
(212,197,147)
#D8CA9D
(216,202,157)
#DCCFA7
(220,207,167)
#E0D4B1
(224,212,177)
#E4D9BB
(228,217,187)
#E8DEC5
(232,222,197)
#ECE3CF
(236,227,207)
#F0E8D9
(240,232,217)
#F4EDE3
(244,237,227)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C089 color. Also use rgb(208,192,137) instead hex code.

Text Font Color

.myTextColor { color: #D0C089; }

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

This text font color is #D0C089.


Background Color

.myBgColor { background-color: #D0C089; }

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

This div background color is #D0C089.


Border color

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

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

This div border color is #D0C089.


Opacity

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

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

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

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

This text has shadow with #D0C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C089 on black background.


Color preview on white background

This text has color #D0C089 on white background.



Black color preview on #D0C089 background

This text has black color on #D0C089 background.


White color preview on #D0C089 background

This text has white color on #D0C089 background.