COLOR #DAC49E

HEX: #DAC49E RGB: (218,196,158)

Color info

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

RGB color model

#DAC49E color RGB value is (218,196,158).

RGB: (218,196,158) (85%, 77%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 158 of 255 = 62%

218
196
158

R + G + B ~ 75%. #DAC49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 158 = 572 (100%)
R 218 of 572 ~ 38.11%
G 196 of 572 ~ 34.27%
B 158 of 572 ~ 27.62'%

%38.11
%34.27
%27.62

CMYK color model

#DAC49E color CMYK value is (0,10,28,15).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (0,10,28,15)
C0M10Y28K15 (0%, 10%, 28%, 15%)
(0.00 / 0.10 / 0.28 / 0.15)

CMYK percentages

%0
%10.09
%27.52
%14.51

Codes

Color #DAC49E in popluar color models

DA C4 9E
RGB 218 196 158
HSL 38° 44.78% 73.73%
HSB/HSV 38° 27.52% 85.49%
CMYK 0.00% 10.09% 27.52%
14.51%

Color #DAC49E in popluar number systems.

HEX DA C4 9E
Decimal 218 196 158
Binary 11011010 11000100 10011110
Octal 332 304 236

Shades and tints

Shades of #DAC49E

#DAC49E
(218,196,158)
#C7B390
(199,179,144)
#B4A282
(180,162,130)
#A19174
(161,145,116)
#8E8066
(142,128,102)
#7B6F58
(123,111,88)
#685E4A
(104,94,74)
#554D3C
(85,77,60)
#423C2E
(66,60,46)
#2F2B20
(47,43,32)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #DAC49E

#DAC49E
(218,196,158)
#DDC9A6
(221,201,166)
#E0CEAE
(224,206,174)
#E3D3B6
(227,211,182)
#E6D8BE
(230,216,190)
#E9DDC6
(233,221,198)
#ECE2CE
(236,226,206)
#EFE7D6
(239,231,214)
#F2ECDE
(242,236,222)
#F5F1E6
(245,241,230)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC49E; }

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

This text font color is #DAC49E.

Background Color

.myBgColor { background-color: #DAC49E; }

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

This div background color is #DAC49E.

Border color

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

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

This div border color is #DAC49E.

Opacity

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

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

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

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

This text has shadow with #DAC49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC49E.

Preview

Color preview on black background

This text has color #DAC49E on black background.


Color preview on white background

This text has color #DAC49E on white background.


Black color preview on #DAC49E background

This text has black color on #DAC49E background.


White color preview on #DAC49E background

This text has white color on #DAC49E background.


Related colors

Complementary color

Complementary color for #hex is #253B61.


I love getcolorcode.com

Triadic colors

1 #9EDAC4 and #C49EDA with #DAC49E are triadic colors.

2 #9EC4DA and #C4DA9E with #DAC49E are triadic colors.