COLOR #DCD498

HEX: #DCD498
RGB: (220,212,152)

Color info

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

RGB color model

#DCD498 color RGB value is (220,212,152).

  • red value is 220;
  • green value is 212;
  • blue value is 152.
RGB:
(220,212,152)
(86%,83%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 152 of 255 = 60%

220
212
152

R + G + B ~ 76%. #DCD498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 152 = 584 (100%)
R 220 of 584 ~ 37.67%
G 212 of 584 ~ 36.3%
B 152 of 584 ~ 26.03%

%37.67
%36.3
%26.03

CMYK color model

#DCD498 color CMYK value is (0,4,31,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 30.91%
  • key color value is 13.73%
CMYK:
(0,4,31,14)
C0M4Y31K14 
(0%,4%,31%,14%)
(0.00/0.04/0.31/0.14)	

CMYK percentages

%0
%3.64
%30.91
%13.73

Codes

Color #DCD498 in popluar color models

DCD498
RGB220212152
HSL53°49.28%72.94%
HSB/HSV53°30.91%86.27%
CMYK0.00%3.64%30.91%
13.73%

Color #DCD498 in popluar number systems.

HEXDCD498
Decimal220212152
Binary110111001101010010011000
Octal334324230

Shades and tints

Shades of #DCD498

#DCD498
(220,212,152)
#C8C18B
(200,193,139)
#B4AE7E
(180,174,126)
#A09B71
(160,155,113)
#8C8864
(140,136,100)
#787557
(120,117,87)
#64624A
(100,98,74)
#504F3D
(80,79,61)
#3C3C30
(60,60,48)
#282923
(40,41,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #DCD498

#DCD498
(220,212,152)
#DFD7A1
(223,215,161)
#E2DAAA
(226,218,170)
#E5DDB3
(229,221,179)
#E8E0BC
(232,224,188)
#EBE3C5
(235,227,197)
#EEE6CE
(238,230,206)
#F1E9D7
(241,233,215)
#F4ECE0
(244,236,224)
#F7EFE9
(247,239,233)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD498 color. Also use rgb(220,212,152) instead hex code.

Text Font Color

.myTextColor { color: #DCD498; }

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

This text font color is #DCD498.


Background Color

.myBgColor { background-color: #DCD498; }

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

This div background color is #DCD498.


Border color

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

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

This div border color is #DCD498.


Opacity

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

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

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

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

This text has shadow with #DCD498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD498 on black background.


Color preview on white background

This text has color #DCD498 on white background.



Black color preview on #DCD498 background

This text has black color on #DCD498 background.


White color preview on #DCD498 background

This text has white color on #DCD498 background.