COLOR #DAC58C

HEX: #DAC58C RGB: (218,197,140)

Color info

#DAC58C contains mainly red and green colors. Web safe color of #DAC58C is #CCCC99 (or #CC9).

RGB color model

#DAC58C color RGB value is (218,197,140).

RGB: (218,197,140) (85%, 77%, 55%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 140 of 255 = 55%

218
197
140

R + G + B ~ 72%. #DAC58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 197 + 140 = 555 (100%)
R 218 of 555 ~ 39.28%
G 197 of 555 ~ 35.5%
B 140 of 555 ~ 25.23'%

%39.28
%35.5
%25.23

CMYK color model

#DAC58C color CMYK value is (0,10,36,15).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 35.78%
  • key color value is 14.51%

CMYK: (0,10,36,15)
C0M10Y36K15 (0%, 10%, 36%, 15%)
(0.00 / 0.10 / 0.36 / 0.15)

CMYK percentages

%0
%9.63
%35.78
%14.51

Codes

Color #DAC58C in popluar color models

DA C5 8C
RGB 218 197 140
HSL 44° 51.32% 70.20%
HSB/HSV 44° 35.78% 85.49%
CMYK 0.00% 9.63% 35.78%
14.51%

Color #DAC58C in popluar number systems.

HEX DA C5 8C
Decimal 218 197 140
Binary 11011010 11000101 10001100
Octal 332 305 214

Shades and tints

Shades of #DAC58C

#DAC58C
(218,197,140)
#C7B480
(199,180,128)
#B4A374
(180,163,116)
#A19268
(161,146,104)
#8E815C
(142,129,92)
#7B7050
(123,112,80)
#685F44
(104,95,68)
#554E38
(85,78,56)
#423D2C
(66,61,44)
#2F2C20
(47,44,32)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #DAC58C

#DAC58C
(218,197,140)
#DDCA96
(221,202,150)
#E0CFA0
(224,207,160)
#E3D4AA
(227,212,170)
#E6D9B4
(230,217,180)
#E9DEBE
(233,222,190)
#ECE3C8
(236,227,200)
#EFE8D2
(239,232,210)
#F2EDDC
(242,237,220)
#F5F2E6
(245,242,230)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC58C; }

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

This text font color is #DAC58C.

Background Color

.myBgColor { background-color: #DAC58C; }

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

This div background color is #DAC58C.

Border color

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

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

This div border color is #DAC58C.

Opacity

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

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

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

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

This text has shadow with #DAC58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC58C.

Preview

Color preview on black background

This text has color #DAC58C on black background.


Color preview on white background

This text has color #DAC58C on white background.


Black color preview on #DAC58C background

This text has black color on #DAC58C background.


White color preview on #DAC58C background

This text has white color on #DAC58C background.


Related colors

Complementary color

Complementary color for #hex is #253A73.


I love getcolorcode.com

Triadic colors

1 #8CDAC5 and #C58CDA with #DAC58C are triadic colors.

2 #8CC5DA and #C5DA8C with #DAC58C are triadic colors.