COLOR #DACE5C

HEX: #DACE5C
RGB: (218,206,92)

Color info

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

RGB color model

#DACE5C color RGB value is (218,206,92).

  • red value is 218;
  • green value is 206;
  • blue value is 92.
RGB:
(218,206,92)
(85%,81%,36%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 92 of 255 = 36%

218
206
92

R + G + B ~ 67%. #DACE5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 92 = 516 (100%)
R 218 of 516 ~ 42.25%
G 206 of 516 ~ 39.92%
B 92 of 516 ~ 17.83%

%42.25
%39.92
%17.83

CMYK color model

#DACE5C color CMYK value is (0,6,58,15).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 57.80%
  • key color value is 14.51%
CMYK:
(0,6,58,15)
C0M6Y58K15 
(0%,6%,58%,15%)
(0.00/0.06/0.58/0.15)	

CMYK percentages

%0
%5.5
%57.8
%14.51

Codes

Color #DACE5C in popluar color models

DACE5C
RGB21820692
HSL54°63.00%60.78%
HSB/HSV54°57.80%85.49%
CMYK0.00%5.50%57.80%
14.51%

Color #DACE5C in popluar number systems.

HEXDACE5C
Decimal21820692
Binary11011010110011101011100
Octal332316134

Shades and tints

Shades of #DACE5C

#DACE5C
(218,206,92)
#C7BC54
(199,188,84)
#B4AA4C
(180,170,76)
#A19844
(161,152,68)
#8E863C
(142,134,60)
#7B7434
(123,116,52)
#68622C
(104,98,44)
#555024
(85,80,36)
#423E1C
(66,62,28)
#2F2C14
(47,44,20)
#1C1A0C
(28,26,12)
#000000
(0,0,0)

Tints of #DACE5C

#DACE5C
(218,206,92)
#DDD26A
(221,210,106)
#E0D678
(224,214,120)
#E3DA86
(227,218,134)
#E6DE94
(230,222,148)
#E9E2A2
(233,226,162)
#ECE6B0
(236,230,176)
#EFEABE
(239,234,190)
#F2EECC
(242,238,204)
#F5F2DA
(245,242,218)
#F8F6E8
(248,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACE5C color. Also use rgb(218,206,92) instead hex code.

Text Font Color

.myTextColor { color: #DACE5C; }

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

This text font color is #DACE5C.


Background Color

.myBgColor { background-color: #DACE5C; }

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

This div background color is #DACE5C.


Border color

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

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

This div border color is #DACE5C.


Opacity

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

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

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

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

This text has shadow with #DACE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACE5C on black background.


Color preview on white background

This text has color #DACE5C on white background.



Black color preview on #DACE5C background

This text has black color on #DACE5C background.


White color preview on #DACE5C background

This text has white color on #DACE5C background.