COLOR #DAC27E

HEX: #DAC27E
RGB: (218,194,126)

Color info

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

RGB color model

#DAC27E color RGB value is (218,194,126).

  • red value is 218;
  • green value is 194;
  • blue value is 126.
RGB:
(218,194,126)
(85%,76%,49%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 126 of 255 = 49%

218
194
126

R + G + B ~ 70%. #DAC27E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 126 = 538 (100%)
R 218 of 538 ~ 40.52%
G 194 of 538 ~ 36.06%
B 126 of 538 ~ 23.42%

%40.52
%36.06
%23.42

CMYK color model

#DAC27E color CMYK value is (0,11,42,15).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 42.20%
  • key color value is 14.51%
CMYK:
(0,11,42,15)
C0M11Y42K15 
(0%,11%,42%,15%)
(0.00/0.11/0.42/0.15)	

CMYK percentages

%0
%11.01
%42.2
%14.51

Codes

Color #DAC27E in popluar color models

DAC27E
RGB218194126
HSL44°55.42%67.45%
HSB/HSV44°42.20%85.49%
CMYK0.00%11.01%42.20%
14.51%

Color #DAC27E in popluar number systems.

HEXDAC27E
Decimal218194126
Binary11011010110000101111110
Octal332302176

Shades and tints

Shades of #DAC27E

#DAC27E
(218,194,126)
#C7B173
(199,177,115)
#B4A068
(180,160,104)
#A18F5D
(161,143,93)
#8E7E52
(142,126,82)
#7B6D47
(123,109,71)
#685C3C
(104,92,60)
#554B31
(85,75,49)
#423A26
(66,58,38)
#2F291B
(47,41,27)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #DAC27E

#DAC27E
(218,194,126)
#DDC789
(221,199,137)
#E0CC94
(224,204,148)
#E3D19F
(227,209,159)
#E6D6AA
(230,214,170)
#E9DBB5
(233,219,181)
#ECE0C0
(236,224,192)
#EFE5CB
(239,229,203)
#F2EAD6
(242,234,214)
#F5EFE1
(245,239,225)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC27E; }

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

This text font color is #DAC27E.


Background Color

.myBgColor { background-color: #DAC27E; }

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

This div background color is #DAC27E.


Border color

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

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

This div border color is #DAC27E.


Opacity

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

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

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

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

This text has shadow with #DAC27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC27E on black background.


Color preview on white background

This text has color #DAC27E on white background.



Black color preview on #DAC27E background

This text has black color on #DAC27E background.


White color preview on #DAC27E background

This text has white color on #DAC27E background.