COLOR #DAC98A

HEX: #DAC98A RGB: (218,201,138)

Color info

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

RGB color model

#DAC98A color RGB value is (218,201,138).

RGB: (218,201,138) (85%, 79%, 54%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 138 of 255 = 54%

218
201
138

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 138 = 557 (100%)
R 218 of 557 ~ 39.14%
G 201 of 557 ~ 36.09%
B 138 of 557 ~ 24.78'%

%39.14
%36.09
%24.78

CMYK color model

#DAC98A color CMYK value is (0,8,37,15).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 36.70%
  • key color value is 14.51%

CMYK: (0,8,37,15)
C0M8Y37K15 (0%, 8%, 37%, 15%)
(0.00 / 0.08 / 0.37 / 0.15)

CMYK percentages

%0
%7.8
%36.7
%14.51

Codes

Color #DAC98A in popluar color models

DA C9 8A
RGB 218 201 138
HSL 47° 51.95% 69.80%
HSB/HSV 47° 36.70% 85.49%
CMYK 0.00% 7.80% 36.70%
14.51%

Color #DAC98A in popluar number systems.

HEX DA C9 8A
Decimal 218 201 138
Binary 11011010 11001001 10001010
Octal 332 311 212

Shades and tints

Shades of #DAC98A

#DAC98A
(218,201,138)
#C7B77E
(199,183,126)
#B4A572
(180,165,114)
#A19366
(161,147,102)
#8E815A
(142,129,90)
#7B6F4E
(123,111,78)
#685D42
(104,93,66)
#554B36
(85,75,54)
#42392A
(66,57,42)
#2F271E
(47,39,30)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #DAC98A

#DAC98A
(218,201,138)
#DDCD94
(221,205,148)
#E0D19E
(224,209,158)
#E3D5A8
(227,213,168)
#E6D9B2
(230,217,178)
#E9DDBC
(233,221,188)
#ECE1C6
(236,225,198)
#EFE5D0
(239,229,208)
#F2E9DA
(242,233,218)
#F5EDE4
(245,237,228)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC98A; }

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

This text font color is #DAC98A.

Background Color

.myBgColor { background-color: #DAC98A; }

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

This div background color is #DAC98A.

Border color

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

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

This div border color is #DAC98A.

Opacity

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

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

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

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

This text has shadow with #DAC98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC98A.

Preview

Color preview on black background

This text has color #DAC98A on black background.


Color preview on white background

This text has color #DAC98A on white background.


Black color preview on #DAC98A background

This text has black color on #DAC98A background.


White color preview on #DAC98A background

This text has white color on #DAC98A background.


Related colors

Complementary color

Complementary color for #hex is #253675.


I love getcolorcode.com

Triadic colors

1 #8ADAC9 and #C98ADA with #DAC98A are triadic colors.

2 #8AC9DA and #C9DA8A with #DAC98A are triadic colors.