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).

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

DA C7 5C
RGB 218 199 92
HSL 51° 63.00% 60.78%
HSB/HSV 51° 57.80% 85.49%
CMYK 0.00% 8.72% 57.80%
14.51%

Color #DAC75C in popluar number systems.

HEX DA C7 5C
Decimal 218 199 92
Binary 11011010 11000111 1011100
Octal 332 307 134

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.


Related colors

Complementary color

Complementary color for #hex is #2538A3.


I love getcolorcode.com

Gradients

Color #DAC75C is used in Hansa Yellow gradient.

Hansa Yellow


Triadic colors

1 #5CDAC7 and #C75CDA with #DAC75C are triadic colors.

2 #5CC7DA and #C7DA5C with #DAC75C are triadic colors.