COLOR #DAC895

HEX: #DAC895
RGB: (218,200,149)

Color info

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

RGB color model

#DAC895 color RGB value is (218,200,149).

  • red value is 218;
  • green value is 200;
  • blue value is 149.
RGB:
(218,200,149)
(85%,78%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 149 of 255 = 58%

218
200
149

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

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 149 = 567 (100%)
R 218 of 567 ~ 38.45%
G 200 of 567 ~ 35.27%
B 149 of 567 ~ 26.28%

%38.45
%35.27
%26.28

CMYK color model

#DAC895 color CMYK value is (0,8,32,15).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 31.65%
  • key color value is 14.51%
CMYK:
(0,8,32,15)
C0M8Y32K15 
(0%,8%,32%,15%)
(0.00/0.08/0.32/0.15)	

CMYK percentages

%0
%8.26
%31.65
%14.51

Codes

Color #DAC895 in popluar color models

DAC895
RGB218200149
HSL44°48.25%71.96%
HSB/HSV44°31.65%85.49%
CMYK0.00%8.26%31.65%
14.51%

Color #DAC895 in popluar number systems.

HEXDAC895
Decimal218200149
Binary110110101100100010010101
Octal332310225

Shades and tints

Shades of #DAC895

#DAC895
(218,200,149)
#C7B688
(199,182,136)
#B4A47B
(180,164,123)
#A1926E
(161,146,110)
#8E8061
(142,128,97)
#7B6E54
(123,110,84)
#685C47
(104,92,71)
#554A3A
(85,74,58)
#42382D
(66,56,45)
#2F2620
(47,38,32)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #DAC895

#DAC895
(218,200,149)
#DDCD9E
(221,205,158)
#E0D2A7
(224,210,167)
#E3D7B0
(227,215,176)
#E6DCB9
(230,220,185)
#E9E1C2
(233,225,194)
#ECE6CB
(236,230,203)
#EFEBD4
(239,235,212)
#F2F0DD
(242,240,221)
#F5F5E6
(245,245,230)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC895 color. Also use rgb(218,200,149) instead hex code.

Text Font Color

.myTextColor { color: #DAC895; }

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

This text font color is #DAC895.


Background Color

.myBgColor { background-color: #DAC895; }

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

This div background color is #DAC895.


Border color

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

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

This div border color is #DAC895.


Opacity

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

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

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

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

This text has shadow with #DAC895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC895 on black background.


Color preview on white background

This text has color #DAC895 on white background.



Black color preview on #DAC895 background

This text has black color on #DAC895 background.


White color preview on #DAC895 background

This text has white color on #DAC895 background.