COLOR #DAC563

HEX: #DAC563
RGB: (218,197,99)

Color info

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

RGB color model

#DAC563 color RGB value is (218,197,99).

  • red value is 218;
  • green value is 197;
  • blue value is 99.
RGB:
(218,197,99)
(85%,77%,39%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 99 of 255 = 39%

218
197
99

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 99 = 514 (100%)
R 218 of 514 ~ 42.41%
G 197 of 514 ~ 38.33%
B 99 of 514 ~ 19.26%

%42.41
%38.33
%19.26

CMYK color model

#DAC563 color CMYK value is (0,10,55,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 54.59%
  • key color value is 14.51%
CMYK:
(0,10,55,15)
C0M10Y55K15 
(0%,10%,55%,15%)
(0.00/0.10/0.55/0.15)	

CMYK percentages

%0
%9.63
%54.59
%14.51

Codes

Color #DAC563 in popluar color models

DAC563
RGB21819799
HSL49°61.66%62.16%
HSB/HSV49°54.59%85.49%
CMYK0.00%9.63%54.59%
14.51%

Color #DAC563 in popluar number systems.

HEXDAC563
Decimal21819799
Binary11011010110001011100011
Octal332305143

Shades and tints

Shades of #DAC563

#DAC563
(218,197,99)
#C7B45A
(199,180,90)
#B4A351
(180,163,81)
#A19248
(161,146,72)
#8E813F
(142,129,63)
#7B7036
(123,112,54)
#685F2D
(104,95,45)
#554E24
(85,78,36)
#423D1B
(66,61,27)
#2F2C12
(47,44,18)
#1C1B09
(28,27,9)
#000000
(0,0,0)

Tints of #DAC563

#DAC563
(218,197,99)
#DDCA71
(221,202,113)
#E0CF7F
(224,207,127)
#E3D48D
(227,212,141)
#E6D99B
(230,217,155)
#E9DEA9
(233,222,169)
#ECE3B7
(236,227,183)
#EFE8C5
(239,232,197)
#F2EDD3
(242,237,211)
#F5F2E1
(245,242,225)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC563 color. Also use rgb(218,197,99) instead hex code.

Text Font Color

.myTextColor { color: #DAC563; }

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

This text font color is #DAC563.


Background Color

.myBgColor { background-color: #DAC563; }

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

This div background color is #DAC563.


Border color

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

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

This div border color is #DAC563.


Opacity

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

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

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

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

This text has shadow with #DAC563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC563 on black background.


Color preview on white background

This text has color #DAC563 on white background.



Black color preview on #DAC563 background

This text has black color on #DAC563 background.


White color preview on #DAC563 background

This text has white color on #DAC563 background.