COLOR #DAC525

HEX: #DAC525
RGB: (218,197,37)

Color info

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

RGB color model

#DAC525 color RGB value is (218,197,37).

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

RGB channels and saturation

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

218
197
37

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 37 = 452 (100%)
R 218 of 452 ~ 48.23%
G 197 of 452 ~ 43.58%
B 37 of 452 ~ 8.19%

%48.23
%43.58

CMYK color model

#DAC525 color CMYK value is (0,10,83,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 83.03%
  • key color value is 14.51%
CMYK:
(0,10,83,15)
C0M10Y83K15 
(0%,10%,83%,15%)
(0.00/0.10/0.83/0.15)	

CMYK percentages

%0
%9.63
%83.03
%14.51

Codes

Color #DAC525 in popluar color models

DAC525
RGB21819737
HSL53°70.98%50.00%
HSB/HSV53°83.03%85.49%
CMYK0.00%9.63%83.03%
14.51%

Color #DAC525 in popluar number systems.

HEXDAC525
Decimal21819737
Binary1101101011000101100101
Octal33230545

Shades and tints

Shades of #DAC525

#DAC525
(218,197,37)
#C7B422
(199,180,34)
#B4A31F
(180,163,31)
#A1921C
(161,146,28)
#8E8119
(142,129,25)
#7B7016
(123,112,22)
#685F13
(104,95,19)
#554E10
(85,78,16)
#423D0D
(66,61,13)
#2F2C0A
(47,44,10)
#1C1B07
(28,27,7)
#000000
(0,0,0)

Tints of #DAC525

#DAC525
(218,197,37)
#DDCA38
(221,202,56)
#E0CF4B
(224,207,75)
#E3D45E
(227,212,94)
#E6D971
(230,217,113)
#E9DE84
(233,222,132)
#ECE397
(236,227,151)
#EFE8AA
(239,232,170)
#F2EDBD
(242,237,189)
#F5F2D0
(245,242,208)
#F8F7E3
(248,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC525; }

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

This text font color is #DAC525.


Background Color

.myBgColor { background-color: #DAC525; }

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

This div background color is #DAC525.


Border color

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

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

This div border color is #DAC525.


Opacity

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

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

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

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

This text has shadow with #DAC525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC525 on black background.


Color preview on white background

This text has color #DAC525 on white background.



Black color preview on #DAC525 background

This text has black color on #DAC525 background.


White color preview on #DAC525 background

This text has white color on #DAC525 background.