COLOR #DAC060

HEX: #DAC060
RGB: (218,192,96)

Color info

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

RGB color model

#DAC060 color RGB value is (218,192,96).

  • red value is 218;
  • green value is 192;
  • blue value is 96.
RGB:
(218,192,96)
(85%,75%,38%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 96 of 255 = 38%

218
192
96

R + G + B ~ 66%. #DAC060 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 192 + 96 = 506 (100%)
R 218 of 506 ~ 43.08%
G 192 of 506 ~ 37.94%
B 96 of 506 ~ 18.97%

%43.08
%37.94
%18.97

CMYK color model

#DAC060 color CMYK value is (0,12,56,15).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 55.96%
  • key color value is 14.51%
CMYK:
(0,12,56,15)
C0M12Y56K15 
(0%,12%,56%,15%)
(0.00/0.12/0.56/0.15)	

CMYK percentages

%0
%11.93
%55.96
%14.51

Codes

Color #DAC060 in popluar color models

DAC060
RGB21819296
HSL47°62.24%61.57%
HSB/HSV47°55.96%85.49%
CMYK0.00%11.93%55.96%
14.51%

Color #DAC060 in popluar number systems.

HEXDAC060
Decimal21819296
Binary11011010110000001100000
Octal332300140

Shades and tints

Shades of #DAC060

#DAC060
(218,192,96)
#C7AF58
(199,175,88)
#B49E50
(180,158,80)
#A18D48
(161,141,72)
#8E7C40
(142,124,64)
#7B6B38
(123,107,56)
#685A30
(104,90,48)
#554928
(85,73,40)
#423820
(66,56,32)
#2F2718
(47,39,24)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #DAC060

#DAC060
(218,192,96)
#DDC56E
(221,197,110)
#E0CA7C
(224,202,124)
#E3CF8A
(227,207,138)
#E6D498
(230,212,152)
#E9D9A6
(233,217,166)
#ECDEB4
(236,222,180)
#EFE3C2
(239,227,194)
#F2E8D0
(242,232,208)
#F5EDDE
(245,237,222)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC060 color. Also use rgb(218,192,96) instead hex code.

Text Font Color

.myTextColor { color: #DAC060; }

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

This text font color is #DAC060.


Background Color

.myBgColor { background-color: #DAC060; }

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

This div background color is #DAC060.


Border color

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

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

This div border color is #DAC060.


Opacity

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

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

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

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

This text has shadow with #DAC060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC060 on black background.


Color preview on white background

This text has color #DAC060 on white background.



Black color preview on #DAC060 background

This text has black color on #DAC060 background.


White color preview on #DAC060 background

This text has white color on #DAC060 background.