COLOR #DACE55

HEX: #DACE55
RGB: (218,206,85)

Color info

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

RGB color model

#DACE55 color RGB value is (218,206,85).

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

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 85 of 255 = 33%

218
206
85

R + G + B ~ 66%. #DACE55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 85 = 509 (100%)
R 218 of 509 ~ 42.83%
G 206 of 509 ~ 40.47%
B 85 of 509 ~ 16.7%

%42.83
%40.47
%16.7

CMYK color model

#DACE55 color CMYK value is (0,6,61,15).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 61.01%
  • key color value is 14.51%
CMYK:
(0,6,61,15)
C0M6Y61K15 
(0%,6%,61%,15%)
(0.00/0.06/0.61/0.15)	

CMYK percentages

%0
%5.5
%61.01
%14.51

Codes

Color #DACE55 in popluar color models

DACE55
RGB21820685
HSL55°64.25%59.41%
HSB/HSV55°61.01%85.49%
CMYK0.00%5.50%61.01%
14.51%

Color #DACE55 in popluar number systems.

HEXDACE55
Decimal21820685
Binary11011010110011101010101
Octal332316125

Shades and tints

Shades of #DACE55

#DACE55
(218,206,85)
#C7BC4E
(199,188,78)
#B4AA47
(180,170,71)
#A19840
(161,152,64)
#8E8639
(142,134,57)
#7B7432
(123,116,50)
#68622B
(104,98,43)
#555024
(85,80,36)
#423E1D
(66,62,29)
#2F2C16
(47,44,22)
#1C1A0F
(28,26,15)
#000000
(0,0,0)

Tints of #DACE55

#DACE55
(218,206,85)
#DDD264
(221,210,100)
#E0D673
(224,214,115)
#E3DA82
(227,218,130)
#E6DE91
(230,222,145)
#E9E2A0
(233,226,160)
#ECE6AF
(236,230,175)
#EFEABE
(239,234,190)
#F2EECD
(242,238,205)
#F5F2DC
(245,242,220)
#F8F6EB
(248,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACE55; }

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

This text font color is #DACE55.


Background Color

.myBgColor { background-color: #DACE55; }

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

This div background color is #DACE55.


Border color

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

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

This div border color is #DACE55.


Opacity

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

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

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

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

This text has shadow with #DACE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACE55 on black background.


Color preview on white background

This text has color #DACE55 on white background.



Black color preview on #DACE55 background

This text has black color on #DACE55 background.


White color preview on #DACE55 background

This text has white color on #DACE55 background.