COLOR #DAC63A

HEX: #DAC63A
RGB: (218,198,58)

Color info

#DAC63A contains mainly red and green colors. Web safe color of #DAC63A is #CCCC33 (or #CC3).

RGB color model

#DAC63A color RGB value is (218,198,58).

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

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 58 of 255 = 23%

218
198
58

R + G + B ~ 62%. #DAC63A is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 58 = 474 (100%)
R 218 of 474 ~ 45.99%
G 198 of 474 ~ 41.77%
B 58 of 474 ~ 12.24%

%45.99
%41.77
%12.24

CMYK color model

#DAC63A color CMYK value is (0,9,73,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 73.39%
  • key color value is 14.51%
CMYK:
(0,9,73,15)
C0M9Y73K15 
(0%,9%,73%,15%)
(0.00/0.09/0.73/0.15)	

CMYK percentages

%0
%9.17
%73.39
%14.51

Codes

Color #DAC63A in popluar color models

DAC63A
RGB21819858
HSL53°68.38%54.12%
HSB/HSV53°73.39%85.49%
CMYK0.00%9.17%73.39%
14.51%

Color #DAC63A in popluar number systems.

HEXDAC63A
Decimal21819858
Binary1101101011000110111010
Octal33230672

Shades and tints

Shades of #DAC63A

#DAC63A
(218,198,58)
#C7B435
(199,180,53)
#B4A230
(180,162,48)
#A1902B
(161,144,43)
#8E7E26
(142,126,38)
#7B6C21
(123,108,33)
#685A1C
(104,90,28)
#554817
(85,72,23)
#423612
(66,54,18)
#2F240D
(47,36,13)
#1C1208
(28,18,8)
#000000
(0,0,0)

Tints of #DAC63A

#DAC63A
(218,198,58)
#DDCB4B
(221,203,75)
#E0D05C
(224,208,92)
#E3D56D
(227,213,109)
#E6DA7E
(230,218,126)
#E9DF8F
(233,223,143)
#ECE4A0
(236,228,160)
#EFE9B1
(239,233,177)
#F2EEC2
(242,238,194)
#F5F3D3
(245,243,211)
#F8F8E4
(248,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC63A; }

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

This text font color is #DAC63A.


Background Color

.myBgColor { background-color: #DAC63A; }

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

This div background color is #DAC63A.


Border color

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

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

This div border color is #DAC63A.


Opacity

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

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

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

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

This text has shadow with #DAC63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC63A on black background.


Color preview on white background

This text has color #DAC63A on white background.



Black color preview on #DAC63A background

This text has black color on #DAC63A background.


White color preview on #DAC63A background

This text has white color on #DAC63A background.