COLOR #D0C789

HEX: #D0C789
RGB: (208,199,137)

Color info

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

RGB color model

#D0C789 color RGB value is (208,199,137).

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

RGB channels and saturation

R 208 of 255 = 82%
G 199 of 255 = 78%
B 137 of 255 = 54%

208
199
137

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

Portions of RGB colors in percentages

R + G + B =
208 + 199 + 137 = 544 (100%)
R 208 of 544 ~ 38.24%
G 199 of 544 ~ 36.58%
B 137 of 544 ~ 25.18%

%38.24
%36.58
%25.18

CMYK color model

#D0C789 color CMYK value is (0,4,34,18).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK: (0,4,34,18) C0M4Y34K18 (0%,4%,34%,18%) (0.00/0.04/0.34/0.18)

CMYK percentages

%0
%4.33
%34.13
%18.43

Codes

Color #D0C789 in popluar color models

D0C789
RGB208199137
HSL52°43.03%67.65%
HSB/HSV52°34.13%81.57%
CMYK0.00%4.33%34.13%
18.43%

Color #D0C789 in popluar number systems.

HEXD0C789
Decimal208199137
Binary110100001100011110001001
Octal320307211

Shades and tints

Shades of #D0C789

#D0C789
(208,199,137)
#BEB57D
(190,181,125)
#ACA371
(172,163,113)
#9A9165
(154,145,101)
#887F59
(136,127,89)
#766D4D
(118,109,77)
#645B41
(100,91,65)
#524935
(82,73,53)
#403729
(64,55,41)
#2E251D
(46,37,29)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #D0C789

#D0C789
(208,199,137)
#D4CC93
(212,204,147)
#D8D19D
(216,209,157)
#DCD6A7
(220,214,167)
#E0DBB1
(224,219,177)
#E4E0BB
(228,224,187)
#E8E5C5
(232,229,197)
#ECEACF
(236,234,207)
#F0EFD9
(240,239,217)
#F4F4E3
(244,244,227)
#F8F9ED
(248,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C789; }

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

This text font color is #D0C789.


Background Color

.myBgColor { background-color: #D0C789; }

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

This div background color is #D0C789.


Border color

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

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

This div border color is #D0C789.


Opacity

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

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

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

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

This text has shadow with #D0C789 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D0C789 on black background.


Color preview on white background

This text has color #D0C789 on white background.



Black color preview on #D0C789 background

This text has black color on #D0C789 background.


White color preview on #D0C789 background

This text has white color on #D0C789 background.