COLOR #DAC275

HEX: #DAC275 RGB: (218,194,117)

Color info

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

RGB color model

#DAC275 color RGB value is (218,194,117).

RGB: (218,194,117) (85%, 76%, 46%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 117 of 255 = 46%

218
194
117

R + G + B ~ 69%. #DAC275 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 194 + 117 = 529 (100%)
R 218 of 529 ~ 41.21%
G 194 of 529 ~ 36.67%
B 117 of 529 ~ 22.12'%

%41.21
%36.67
%22.12

CMYK color model

#DAC275 color CMYK value is (0,11,46,15).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 46.33%
  • key color value is 14.51%

CMYK: (0,11,46,15)
C0M11Y46K15 (0%, 11%, 46%, 15%)
(0.00 / 0.11 / 0.46 / 0.15)

CMYK percentages

%0
%11.01
%46.33
%14.51

Codes

Color #DAC275 in popluar color models

DA C2 75
RGB 218 194 117
HSL 46° 57.71% 65.69%
HSB/HSV 46° 46.33% 85.49%
CMYK 0.00% 11.01% 46.33%
14.51%

Color #DAC275 in popluar number systems.

HEX DA C2 75
Decimal 218 194 117
Binary 11011010 11000010 1110101
Octal 332 302 165

Shades and tints

Shades of #DAC275

#DAC275
(218,194,117)
#C7B16B
(199,177,107)
#B4A061
(180,160,97)
#A18F57
(161,143,87)
#8E7E4D
(142,126,77)
#7B6D43
(123,109,67)
#685C39
(104,92,57)
#554B2F
(85,75,47)
#423A25
(66,58,37)
#2F291B
(47,41,27)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DAC275

#DAC275
(218,194,117)
#DDC781
(221,199,129)
#E0CC8D
(224,204,141)
#E3D199
(227,209,153)
#E6D6A5
(230,214,165)
#E9DBB1
(233,219,177)
#ECE0BD
(236,224,189)
#EFE5C9
(239,229,201)
#F2EAD5
(242,234,213)
#F5EFE1
(245,239,225)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC275 color. Also use rgb(218,194,117) instead hex code.

Text Font Color

.myTextColor { color: #DAC275; }

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

This text font color is #DAC275.

Background Color

.myBgColor { background-color: #DAC275; }

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

This div background color is #DAC275.

Border color

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

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

This div border color is #DAC275.

Opacity

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

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

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

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

This text has shadow with #DAC275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC275.

Preview

Color preview on black background

This text has color #DAC275 on black background.


Color preview on white background

This text has color #DAC275 on white background.


Black color preview on #DAC275 background

This text has black color on #DAC275 background.


White color preview on #DAC275 background

This text has white color on #DAC275 background.


Related colors

Complementary color

Complementary color for #hex is #253D8A.


I love getcolorcode.com

Triadic colors

1 #75DAC2 and #C275DA with #DAC275 are triadic colors.

2 #75C2DA and #C2DA75 with #DAC275 are triadic colors.