COLOR #DAC991

HEX: #DAC991 RGB: (218,201,145)

Color info

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

RGB color model

#DAC991 color RGB value is (218,201,145).

RGB: (218,201,145) (85%, 79%, 57%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 145 of 255 = 57%

218
201
145

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 145 = 564 (100%)
R 218 of 564 ~ 38.65%
G 201 of 564 ~ 35.64%
B 145 of 564 ~ 25.71'%

%38.65
%35.64
%25.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.80%
  • 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
%7.8
%33.49
%14.51

Codes

Color #DAC991 in popluar color models

DA C9 91
RGB 218 201 145
HSL 46° 49.66% 71.18%
HSB/HSV 46° 33.49% 85.49%
CMYK 0.00% 7.80% 33.49%
14.51%

Color #DAC991 in popluar number systems.

HEX DA C9 91
Decimal 218 201 145
Binary 11011010 11001001 10010001
Octal 332 311 221

Shades and tints

Shades of #DAC991

#DAC991
(218,201,145)
#C7B784
(199,183,132)
#B4A577
(180,165,119)
#A1936A
(161,147,106)
#8E815D
(142,129,93)
#7B6F50
(123,111,80)
#685D43
(104,93,67)
#554B36
(85,75,54)
#423929
(66,57,41)
#2F271C
(47,39,28)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #DAC991

#DAC991
(218,201,145)
#DDCD9B
(221,205,155)
#E0D1A5
(224,209,165)
#E3D5AF
(227,213,175)
#E6D9B9
(230,217,185)
#E9DDC3
(233,221,195)
#ECE1CD
(236,225,205)
#EFE5D7
(239,229,215)
#F2E9E1
(242,233,225)
#F5EDEB
(245,237,235)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC991; }

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

This text font color is #DAC991.

Background Color

.myBgColor { background-color: #DAC991; }

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

This div background color is #DAC991.

Border color

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

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

This div border color is #DAC991.

Opacity

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

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

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

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

This text has shadow with #DAC991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC991.

Preview

Color preview on black background

This text has color #DAC991 on black background.


Color preview on white background

This text has color #DAC991 on white background.


Black color preview on #DAC991 background

This text has black color on #DAC991 background.


White color preview on #DAC991 background

This text has white color on #DAC991 background.


Related colors

Complementary color

Complementary color for #hex is #25366E.


I love getcolorcode.com

Triadic colors

1 #91DAC9 and #C991DA with #DAC991 are triadic colors.

2 #91C9DA and #C9DA91 with #DAC991 are triadic colors.