COLOR #DCD899

HEX: #DCD899 RGB: (220,216,153)

Color info

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

RGB color model

#DCD899 color RGB value is (220,216,153).

RGB: (220,216,153) (86%, 85%, 60%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 153 of 255 = 60%

220
216
153

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

Portions of RGB colors in percentages

R + G + B = 220 + 216 + 153 = 589 (100%)
R 220 of 589 ~ 37.35%
G 216 of 589 ~ 36.67%
B 153 of 589 ~ 25.98'%

%37.35
%36.67
%25.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 30.45%
  • 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
%30.45
%13.73

Codes

Color #DCD899 in popluar color models

DC D8 99
RGB 220 216 153
HSL 56° 48.91% 73.14%
HSB/HSV 56° 30.45% 86.27%
CMYK 0.00% 1.82% 30.45%
13.73%

Color #DCD899 in popluar number systems.

HEX DC D8 99
Decimal 220 216 153
Binary 11011100 11011000 10011001
Octal 334 330 231

Shades and tints

Shades of #DCD899

#DCD899
(220,216,153)
#C8C58C
(200,197,140)
#B4B27F
(180,178,127)
#A09F72
(160,159,114)
#8C8C65
(140,140,101)
#787958
(120,121,88)
#64664B
(100,102,75)
#50533E
(80,83,62)
#3C4031
(60,64,49)
#282D24
(40,45,36)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCD899

#DCD899
(220,216,153)
#DFDBA2
(223,219,162)
#E2DEAB
(226,222,171)
#E5E1B4
(229,225,180)
#E8E4BD
(232,228,189)
#EBE7C6
(235,231,198)
#EEEACF
(238,234,207)
#F1EDD8
(241,237,216)
#F4F0E1
(244,240,225)
#F7F3EA
(247,243,234)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD899; }

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

This text font color is #DCD899.

Background Color

.myBgColor { background-color: #DCD899; }

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

This div background color is #DCD899.

Border color

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

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

This div border color is #DCD899.

Opacity

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

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

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

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

This text has shadow with #DCD899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD899.

Preview

Color preview on black background

This text has color #DCD899 on black background.


Color preview on white background

This text has color #DCD899 on white background.


Black color preview on #DCD899 background

This text has black color on #DCD899 background.


White color preview on #DCD899 background

This text has white color on #DCD899 background.


Related colors

Complementary color

Complementary color for #hex is #232766.


I love getcolorcode.com

Triadic colors

1 #99DCD8 and #D899DC with #DCD899 are triadic colors.

2 #99D8DC and #D8DC99 with #DCD899 are triadic colors.