COLOR #DAC979

HEX: #DAC979 RGB: (218,201,121)

Color info

#DAC979 contains mainly red and green colors. Web safe color of #DAC979 is #CCCC66 (or #CC6).

RGB color model

#DAC979 color RGB value is (218,201,121).

RGB: (218,201,121) (85%, 79%, 47%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 121 of 255 = 47%

218
201
121

R + G + B ~ 70%. #DAC979 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 121 = 540 (100%)
R 218 of 540 ~ 40.37%
G 201 of 540 ~ 37.22%
B 121 of 540 ~ 22.41'%

%40.37
%37.22
%22.41

CMYK color model

#DAC979 color CMYK value is (0,8,44,15).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 44.50%
  • key color value is 14.51%
CMYK: (0,8,44,15) C0M8Y44K15 (0%,8%,44%,15%) (0.00/0.08/0.44/0.15) 

CMYK percentages

%0
%7.8
%44.5
%14.51

Codes

Color #DAC979 in popluar color models

DA C9 79
RGB 218 201 121
HSL 49° 56.73% 66.47%
HSB/HSV 49° 44.50% 85.49%
CMYK 0.00% 7.80% 44.50%
14.51%

Color #DAC979 in popluar number systems.

HEX DA C9 79
Decimal 218 201 121
Binary 11011010 11001001 1111001
Octal 332 311 171

Shades and tints

Shades of #DAC979

#DAC979
(218,201,121)
#C7B76E
(199,183,110)
#B4A563
(180,165,99)
#A19358
(161,147,88)
#8E814D
(142,129,77)
#7B6F42
(123,111,66)
#685D37
(104,93,55)
#554B2C
(85,75,44)
#423921
(66,57,33)
#2F2716
(47,39,22)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #DAC979

#DAC979
(218,201,121)
#DDCD85
(221,205,133)
#E0D191
(224,209,145)
#E3D59D
(227,213,157)
#E6D9A9
(230,217,169)
#E9DDB5
(233,221,181)
#ECE1C1
(236,225,193)
#EFE5CD
(239,229,205)
#F2E9D9
(242,233,217)
#F5EDE5
(245,237,229)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC979; }

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

This text font color is #DAC979.

Background Color

.myBgColor { background-color: #DAC979; }

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

This div background color is #DAC979.

Border color

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

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

This div border color is #DAC979.

Opacity

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

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

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

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

This text has shadow with #DAC979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC979.

Preview

Color preview on black background

This text has color #DAC979 on black background.


Color preview on white background

This text has color #DAC979 on white background.


Black color preview on #DAC979 background

This text has black color on #DAC979 background.


White color preview on #DAC979 background

This text has white color on #DAC979 background.


Related colors

Complementary color

Complementary color for #hex is #253686.


I love getcolorcode.com

Triadic colors

1 #79DAC9 and #C979DA with #DAC979 are triadic colors.

2 #79C9DA and #C9DA79 with #DAC979 are triadic colors.