COLOR #DAC88E

HEX: #DAC88E
RGB: (218,200,142)

Color info

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

RGB color model

#DAC88E color RGB value is (218,200,142).

  • red value is 218;
  • green value is 200;
  • blue value is 142.
RGB:
(218,200,142)
(85%,78%,56%)

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 142 of 255 = 56%

218
200
142

R + G + B ~ 73%. #DAC88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 142 = 560 (100%)
R 218 of 560 ~ 38.93%
G 200 of 560 ~ 35.71%
B 142 of 560 ~ 25.36%

%38.93
%35.71
%25.36

CMYK color model

#DAC88E color CMYK value is (0,8,35,15).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 34.86%
  • key color value is 14.51%
CMYK:
(0,8,35,15)
C0M8Y35K15 
(0%,8%,35%,15%)
(0.00/0.08/0.35/0.15)	

CMYK percentages

%0
%8.26
%34.86
%14.51

Codes

Color #DAC88E in popluar color models

DAC88E
RGB218200142
HSL46°50.67%70.59%
HSB/HSV46°34.86%85.49%
CMYK0.00%8.26%34.86%
14.51%

Color #DAC88E in popluar number systems.

HEXDAC88E
Decimal218200142
Binary110110101100100010001110
Octal332310216

Shades and tints

Shades of #DAC88E

#DAC88E
(218,200,142)
#C7B682
(199,182,130)
#B4A476
(180,164,118)
#A1926A
(161,146,106)
#8E805E
(142,128,94)
#7B6E52
(123,110,82)
#685C46
(104,92,70)
#554A3A
(85,74,58)
#42382E
(66,56,46)
#2F2622
(47,38,34)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DAC88E

#DAC88E
(218,200,142)
#DDCD98
(221,205,152)
#E0D2A2
(224,210,162)
#E3D7AC
(227,215,172)
#E6DCB6
(230,220,182)
#E9E1C0
(233,225,192)
#ECE6CA
(236,230,202)
#EFEBD4
(239,235,212)
#F2F0DE
(242,240,222)
#F5F5E8
(245,245,232)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC88E color. Also use rgb(218,200,142) instead hex code.

Text Font Color

.myTextColor { color: #DAC88E; }

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

This text font color is #DAC88E.


Background Color

.myBgColor { background-color: #DAC88E; }

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

This div background color is #DAC88E.


Border color

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

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

This div border color is #DAC88E.


Opacity

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

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

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

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

This text has shadow with #DAC88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC88E on black background.


Color preview on white background

This text has color #DAC88E on white background.



Black color preview on #DAC88E background

This text has black color on #DAC88E background.


White color preview on #DAC88E background

This text has white color on #DAC88E background.