COLOR #DAC75C

HEX: #DAC75C
RGB: (218,199,92)

Color info

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

RGB color model

#DAC75C color RGB value is (218,199,92).

  • red value is 218;
  • green value is 199;
  • blue value is 92.
RGB:
(218,199,92)
(85%,78%,36%)

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 92 of 255 = 36%

218
199
92

R + G + B ~ 66%. #DAC75C is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 199 + 92 = 509 (100%)
R 218 of 509 ~ 42.83%
G 199 of 509 ~ 39.1%
B 92 of 509 ~ 18.07%

%42.83
%39.1
%18.07

CMYK color model

#DAC75C color CMYK value is (0,9,58,15).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 57.80%
  • key color value is 14.51%
CMYK:
(0,9,58,15)
C0M9Y58K15 
(0%,9%,58%,15%)
(0.00/0.09/0.58/0.15)	

CMYK percentages

%0
%8.72
%57.8
%14.51

Codes

Color #DAC75C in popluar color models

DAC75C
RGB21819992
HSL51°63.00%60.78%
HSB/HSV51°57.80%85.49%
CMYK0.00%8.72%57.80%
14.51%

Color #DAC75C in popluar number systems.

HEXDAC75C
Decimal21819992
Binary11011010110001111011100
Octal332307134

Shades and tints

Shades of #DAC75C

#DAC75C
(218,199,92)
#C7B554
(199,181,84)
#B4A34C
(180,163,76)
#A19144
(161,145,68)
#8E7F3C
(142,127,60)
#7B6D34
(123,109,52)
#685B2C
(104,91,44)
#554924
(85,73,36)
#42371C
(66,55,28)
#2F2514
(47,37,20)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #DAC75C

#DAC75C
(218,199,92)
#DDCC6A
(221,204,106)
#E0D178
(224,209,120)
#E3D686
(227,214,134)
#E6DB94
(230,219,148)
#E9E0A2
(233,224,162)
#ECE5B0
(236,229,176)
#EFEABE
(239,234,190)
#F2EFCC
(242,239,204)
#F5F4DA
(245,244,218)
#F8F9E8
(248,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC75C color. Also use rgb(218,199,92) instead hex code.

Text Font Color

.myTextColor { color: #DAC75C; }

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

This text font color is #DAC75C.


Background Color

.myBgColor { background-color: #DAC75C; }

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

This div background color is #DAC75C.


Border color

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

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

This div border color is #DAC75C.


Opacity

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

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

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

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

This text has shadow with #DAC75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC75C on black background.


Color preview on white background

This text has color #DAC75C on white background.



Black color preview on #DAC75C background

This text has black color on #DAC75C background.


White color preview on #DAC75C background

This text has white color on #DAC75C background.