COLOR #DAC50F

HEX: #DAC50F
RGB: (218,197,15)

Color info

#DAC50F contains mainly red and green colors. Web safe color of #DAC50F is #CCCC00 (or #CC0).

RGB color model

#DAC50F color RGB value is (218,197,15).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 15 of 255 = 6%

218
197
15

R + G + B ~ 56%. #DAC50F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 15 = 430 (100%)
R 218 of 430 ~ 50.7%
G 197 of 430 ~ 45.81%
B 15 of 430 ~ 3.49%

%50.7
%45.81

CMYK color model

#DAC50F color CMYK value is (0,10,93,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 93.12%
  • key color value is 14.51%
CMYK:
(0,10,93,15)
C0M10Y93K15 
(0%,10%,93%,15%)
(0.00/0.10/0.93/0.15)	

CMYK percentages

%0
%9.63
%93.12
%14.51

Codes

Color #DAC50F in popluar color models

DAC50F
RGB21819715
HSL54°87.12%45.69%
HSB/HSV54°93.12%85.49%
CMYK0.00%9.63%93.12%
14.51%

Color #DAC50F in popluar number systems.

HEXDAC50F
Decimal21819715
Binary11011010110001011111
Octal33230517

Shades and tints

Shades of #DAC50F

#DAC50F
(218,197,15)
#C7B40E
(199,180,14)
#B4A30D
(180,163,13)
#A1920C
(161,146,12)
#8E810B
(142,129,11)
#7B700A
(123,112,10)
#685F09
(104,95,9)
#554E08
(85,78,8)
#423D07
(66,61,7)
#2F2C06
(47,44,6)
#1C1B05
(28,27,5)
#000000
(0,0,0)

Tints of #DAC50F

#DAC50F
(218,197,15)
#DDCA24
(221,202,36)
#E0CF39
(224,207,57)
#E3D44E
(227,212,78)
#E6D963
(230,217,99)
#E9DE78
(233,222,120)
#ECE38D
(236,227,141)
#EFE8A2
(239,232,162)
#F2EDB7
(242,237,183)
#F5F2CC
(245,242,204)
#F8F7E1
(248,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC50F; }

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

This text font color is #DAC50F.


Background Color

.myBgColor { background-color: #DAC50F; }

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

This div background color is #DAC50F.


Border color

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

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

This div border color is #DAC50F.


Opacity

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

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

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

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

This text has shadow with #DAC50F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC50F on black background.


Color preview on white background

This text has color #DAC50F on white background.



Black color preview on #DAC50F background

This text has black color on #DAC50F background.


White color preview on #DAC50F background

This text has white color on #DAC50F background.