COLOR #DCA598

HEX: #DCA598
RGB: (220,165,152)

Color info

#DCA598 contains mainly red and green colors. Web safe color of #DCA598 is #CC9999 (or #C99).

RGB color model

#DCA598 color RGB value is (220,165,152).

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

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 152 of 255 = 60%

220
165
152

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

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 152 = 537 (100%)
R 220 of 537 ~ 40.97%
G 165 of 537 ~ 30.73%
B 152 of 537 ~ 28.31%

%40.97
%30.73
%28.31

CMYK color model

#DCA598 color CMYK value is (0,25,31,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 30.91%
  • key color value is 13.73%
CMYK:
(0,25,31,14)
C0M25Y31K14 
(0%,25%,31%,14%)
(0.00/0.25/0.31/0.14)	

CMYK percentages

%0
%25
%30.91
%13.73

Codes

Color #DCA598 in popluar color models

DCA598
RGB220165152
HSL11°49.28%72.94%
HSB/HSV11°30.91%86.27%
CMYK0.00%25.00%30.91%
13.73%

Color #DCA598 in popluar number systems.

HEXDCA598
Decimal220165152
Binary110111001010010110011000
Octal334245230

Shades and tints

Shades of #DCA598

#DCA598
(220,165,152)
#C8968B
(200,150,139)
#B4877E
(180,135,126)
#A07871
(160,120,113)
#8C6964
(140,105,100)
#785A57
(120,90,87)
#644B4A
(100,75,74)
#503C3D
(80,60,61)
#3C2D30
(60,45,48)
#281E23
(40,30,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #DCA598

#DCA598
(220,165,152)
#DFADA1
(223,173,161)
#E2B5AA
(226,181,170)
#E5BDB3
(229,189,179)
#E8C5BC
(232,197,188)
#EBCDC5
(235,205,197)
#EED5CE
(238,213,206)
#F1DDD7
(241,221,215)
#F4E5E0
(244,229,224)
#F7EDE9
(247,237,233)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA598; }

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

This text font color is #DCA598.


Background Color

.myBgColor { background-color: #DCA598; }

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

This div background color is #DCA598.


Border color

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

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

This div border color is #DCA598.


Opacity

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

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

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

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

This text has shadow with #DCA598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA598 on black background.


Color preview on white background

This text has color #DCA598 on white background.



Black color preview on #DCA598 background

This text has black color on #DCA598 background.


White color preview on #DCA598 background

This text has white color on #DCA598 background.