COLOR #DAC660

HEX: #DAC660
RGB: (218,198,96)

Color info

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

RGB color model

#DAC660 color RGB value is (218,198,96).

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

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 96 of 255 = 38%

218
198
96

R + G + B ~ 67%. #DAC660 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 96 = 512 (100%)
R 218 of 512 ~ 42.58%
G 198 of 512 ~ 38.67%
B 96 of 512 ~ 18.75%

%42.58
%38.67
%18.75

CMYK color model

#DAC660 color CMYK value is (0,9,56,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 55.96%
  • key color value is 14.51%
CMYK:
(0,9,56,15)
C0M9Y56K15 
(0%,9%,56%,15%)
(0.00/0.09/0.56/0.15)	

CMYK percentages

%0
%9.17
%55.96
%14.51

Codes

Color #DAC660 in popluar color models

DAC660
RGB21819896
HSL50°62.24%61.57%
HSB/HSV50°55.96%85.49%
CMYK0.00%9.17%55.96%
14.51%

Color #DAC660 in popluar number systems.

HEXDAC660
Decimal21819896
Binary11011010110001101100000
Octal332306140

Shades and tints

Shades of #DAC660

#DAC660
(218,198,96)
#C7B458
(199,180,88)
#B4A250
(180,162,80)
#A19048
(161,144,72)
#8E7E40
(142,126,64)
#7B6C38
(123,108,56)
#685A30
(104,90,48)
#554828
(85,72,40)
#423620
(66,54,32)
#2F2418
(47,36,24)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #DAC660

#DAC660
(218,198,96)
#DDCB6E
(221,203,110)
#E0D07C
(224,208,124)
#E3D58A
(227,213,138)
#E6DA98
(230,218,152)
#E9DFA6
(233,223,166)
#ECE4B4
(236,228,180)
#EFE9C2
(239,233,194)
#F2EED0
(242,238,208)
#F5F3DE
(245,243,222)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC660; }

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

This text font color is #DAC660.


Background Color

.myBgColor { background-color: #DAC660; }

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

This div background color is #DAC660.


Border color

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

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

This div border color is #DAC660.


Opacity

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

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

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

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

This text has shadow with #DAC660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC660 on black background.


Color preview on white background

This text has color #DAC660 on white background.



Black color preview on #DAC660 background

This text has black color on #DAC660 background.


White color preview on #DAC660 background

This text has white color on #DAC660 background.