COLOR #DAA594

HEX: #DAA594 RGB: (218,165,148)

Color info

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

RGB color model

#DAA594 color RGB value is (218,165,148).

RGB: (218,165,148) (85%, 65%, 58%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 148 of 255 = 58%

218
165
148

R + G + B ~ 69%. #DAA594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 148 = 531 (100%)
R 218 of 531 ~ 41.05%
G 165 of 531 ~ 31.07%
B 148 of 531 ~ 27.87'%

%41.05
%31.07
%27.87

CMYK color model

#DAA594 color CMYK value is (0,24,32,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 32.11%
  • key color value is 14.51%

CMYK: (0,24,32,15)
C0M24Y32K15 (0%, 24%, 32%, 15%)
(0.00 / 0.24 / 0.32 / 0.15)

CMYK percentages

%0
%24.31
%32.11
%14.51

Codes

Color #DAA594 in popluar color models

DA A5 94
RGB 218 165 148
HSL 15° 48.61% 71.76%
HSB/HSV 15° 32.11% 85.49%
CMYK 0.00% 24.31% 32.11%
14.51%

Color #DAA594 in popluar number systems.

HEX DA A5 94
Decimal 218 165 148
Binary 11011010 10100101 10010100
Octal 332 245 224

Shades and tints

Shades of #DAA594

#DAA594
(218,165,148)
#C79687
(199,150,135)
#B4877A
(180,135,122)
#A1786D
(161,120,109)
#8E6960
(142,105,96)
#7B5A53
(123,90,83)
#684B46
(104,75,70)
#553C39
(85,60,57)
#422D2C
(66,45,44)
#2F1E1F
(47,30,31)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #DAA594

#DAA594
(218,165,148)
#DDAD9D
(221,173,157)
#E0B5A6
(224,181,166)
#E3BDAF
(227,189,175)
#E6C5B8
(230,197,184)
#E9CDC1
(233,205,193)
#ECD5CA
(236,213,202)
#EFDDD3
(239,221,211)
#F2E5DC
(242,229,220)
#F5EDE5
(245,237,229)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA594 color. Also use rgb(218,165,148) instead hex code.

Text Font Color

.myTextColor { color: #DAA594; }

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

This text font color is #DAA594.

Background Color

.myBgColor { background-color: #DAA594; }

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

This div background color is #DAA594.

Border color

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

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

This div border color is #DAA594.

Opacity

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

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

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

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

This text has shadow with #DAA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA594.

Preview

Color preview on black background

This text has color #DAA594 on black background.


Color preview on white background

This text has color #DAA594 on white background.


Black color preview on #DAA594 background

This text has black color on #DAA594 background.


White color preview on #DAA594 background

This text has white color on #DAA594 background.


Related colors

Complementary color

Complementary color for #hex is #255A6B.


I love getcolorcode.com

Triadic colors

1 #94DAA5 and #A594DA with #DAA594 are triadic colors.

2 #94A5DA and #A5DA94 with #DAA594 are triadic colors.