COLOR #DAC891

HEX: #DAC891
RGB: (218,200,145)

Color info

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

RGB color model

#DAC891 color RGB value is (218,200,145).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 145 of 255 = 57%

218
200
145

R + G + B ~ 73%. #DAC891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 145 = 563 (100%)
R 218 of 563 ~ 38.72%
G 200 of 563 ~ 35.52%
B 145 of 563 ~ 25.75%

%38.72
%35.52
%25.75

CMYK color model

#DAC891 color CMYK value is (0,8,33,15).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 33.49%
  • key color value is 14.51%
CMYK:
(0,8,33,15)
C0M8Y33K15 
(0%,8%,33%,15%)
(0.00/0.08/0.33/0.15)	

CMYK percentages

%0
%8.26
%33.49
%14.51

Codes

Color #DAC891 in popluar color models

DAC891
RGB218200145
HSL45°49.66%71.18%
HSB/HSV45°33.49%85.49%
CMYK0.00%8.26%33.49%
14.51%

Color #DAC891 in popluar number systems.

HEXDAC891
Decimal218200145
Binary110110101100100010010001
Octal332310221

Shades and tints

Shades of #DAC891

#DAC891
(218,200,145)
#C7B684
(199,182,132)
#B4A477
(180,164,119)
#A1926A
(161,146,106)
#8E805D
(142,128,93)
#7B6E50
(123,110,80)
#685C43
(104,92,67)
#554A36
(85,74,54)
#423829
(66,56,41)
#2F261C
(47,38,28)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #DAC891

#DAC891
(218,200,145)
#DDCD9B
(221,205,155)
#E0D2A5
(224,210,165)
#E3D7AF
(227,215,175)
#E6DCB9
(230,220,185)
#E9E1C3
(233,225,195)
#ECE6CD
(236,230,205)
#EFEBD7
(239,235,215)
#F2F0E1
(242,240,225)
#F5F5EB
(245,245,235)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC891; }

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

This text font color is #DAC891.


Background Color

.myBgColor { background-color: #DAC891; }

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

This div background color is #DAC891.


Border color

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

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

This div border color is #DAC891.


Opacity

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

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

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

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

This text has shadow with #DAC891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC891 on black background.


Color preview on white background

This text has color #DAC891 on white background.



Black color preview on #DAC891 background

This text has black color on #DAC891 background.


White color preview on #DAC891 background

This text has white color on #DAC891 background.