COLOR #DCD89B

HEX: #DCD89B
RGB: (220,216,155)

Color info

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

RGB color model

#DCD89B color RGB value is (220,216,155).

  • red value is 220;
  • green value is 216;
  • blue value is 155.
RGB:
(220,216,155)
(86%,85%,61%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 155 of 255 = 61%

220
216
155

R + G + B ~ 77%. #DCD89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 155 = 591 (100%)
R 220 of 591 ~ 37.23%
G 216 of 591 ~ 36.55%
B 155 of 591 ~ 26.23%

%37.23
%36.55
%26.23

CMYK color model

#DCD89B color CMYK value is (0,2,30,14).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(0,2,30,14)
C0M2Y30K14 
(0%,2%,30%,14%)
(0.00/0.02/0.30/0.14)	

CMYK percentages

%0
%1.82
%29.55
%13.73

Codes

Color #DCD89B in popluar color models

DCD89B
RGB220216155
HSL56°48.15%73.53%
HSB/HSV56°29.55%86.27%
CMYK0.00%1.82%29.55%
13.73%

Color #DCD89B in popluar number systems.

HEXDCD89B
Decimal220216155
Binary110111001101100010011011
Octal334330233

Shades and tints

Shades of #DCD89B

#DCD89B
(220,216,155)
#C8C58D
(200,197,141)
#B4B27F
(180,178,127)
#A09F71
(160,159,113)
#8C8C63
(140,140,99)
#787955
(120,121,85)
#646647
(100,102,71)
#505339
(80,83,57)
#3C402B
(60,64,43)
#282D1D
(40,45,29)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #DCD89B

#DCD89B
(220,216,155)
#DFDBA4
(223,219,164)
#E2DEAD
(226,222,173)
#E5E1B6
(229,225,182)
#E8E4BF
(232,228,191)
#EBE7C8
(235,231,200)
#EEEAD1
(238,234,209)
#F1EDDA
(241,237,218)
#F4F0E3
(244,240,227)
#F7F3EC
(247,243,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD89B color. Also use rgb(220,216,155) instead hex code.

Text Font Color

.myTextColor { color: #DCD89B; }

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

This text font color is #DCD89B.


Background Color

.myBgColor { background-color: #DCD89B; }

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

This div background color is #DCD89B.


Border color

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

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

This div border color is #DCD89B.


Opacity

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

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

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

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

This text has shadow with #DCD89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD89B on black background.


Color preview on white background

This text has color #DCD89B on white background.



Black color preview on #DCD89B background

This text has black color on #DCD89B background.


White color preview on #DCD89B background

This text has white color on #DCD89B background.