COLOR #DAC19E

HEX: #DAC19E
RGB: (218,193,158)

Color info

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

RGB color model

#DAC19E color RGB value is (218,193,158).

  • red value is 218;
  • green value is 193;
  • blue value is 158.
RGB:
(218,193,158)
(85%,76%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 193 of 255 = 76%
B 158 of 255 = 62%

218
193
158

R + G + B ~ 74%. #DAC19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 193 + 158 = 569 (100%)
R 218 of 569 ~ 38.31%
G 193 of 569 ~ 33.92%
B 158 of 569 ~ 27.77%

%38.31
%33.92
%27.77

CMYK color model

#DAC19E color CMYK value is (0,11,28,15).

  • cyan value is 0.00%
  • magenta value is 11.47%
  • yellow value is 27.52%
  • key color value is 14.51%
CMYK:
(0,11,28,15)
C0M11Y28K15 
(0%,11%,28%,15%)
(0.00/0.11/0.28/0.15)	

CMYK percentages

%0
%11.47
%27.52
%14.51

Codes

Color #DAC19E in popluar color models

DAC19E
RGB218193158
HSL35°44.78%73.73%
HSB/HSV35°27.52%85.49%
CMYK0.00%11.47%27.52%
14.51%

Color #DAC19E in popluar number systems.

HEXDAC19E
Decimal218193158
Binary110110101100000110011110
Octal332301236

Shades and tints

Shades of #DAC19E

#DAC19E
(218,193,158)
#C7B090
(199,176,144)
#B49F82
(180,159,130)
#A18E74
(161,142,116)
#8E7D66
(142,125,102)
#7B6C58
(123,108,88)
#685B4A
(104,91,74)
#554A3C
(85,74,60)
#42392E
(66,57,46)
#2F2820
(47,40,32)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DAC19E

#DAC19E
(218,193,158)
#DDC6A6
(221,198,166)
#E0CBAE
(224,203,174)
#E3D0B6
(227,208,182)
#E6D5BE
(230,213,190)
#E9DAC6
(233,218,198)
#ECDFCE
(236,223,206)
#EFE4D6
(239,228,214)
#F2E9DE
(242,233,222)
#F5EEE6
(245,238,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC19E color. Also use rgb(218,193,158) instead hex code.

Text Font Color

.myTextColor { color: #DAC19E; }

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

This text font color is #DAC19E.


Background Color

.myBgColor { background-color: #DAC19E; }

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

This div background color is #DAC19E.


Border color

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

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

This div border color is #DAC19E.


Opacity

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

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

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

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

This text has shadow with #DAC19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC19E on black background.


Color preview on white background

This text has color #DAC19E on white background.



Black color preview on #DAC19E background

This text has black color on #DAC19E background.


White color preview on #DAC19E background

This text has white color on #DAC19E background.