COLOR #DAE66A

HEX: #DAE66A
RGB: (218,230,106)

Color info

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

RGB color model

#DAE66A color RGB value is (218,230,106).

  • red value is 218;
  • green value is 230;
  • blue value is 106.
RGB:
(218,230,106)
(85%,90%,42%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 106 of 255 = 42%

218
230
106

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 106 = 554 (100%)
R 218 of 554 ~ 39.35%
G 230 of 554 ~ 41.52%
B 106 of 554 ~ 19.13%

%39.35
%41.52
%19.13

CMYK color model

#DAE66A color CMYK value is (5,0,54,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 53.91%
  • key color value is 9.80%
CMYK:
(5,0,54,10)
C5M0Y54K10 
(5%,0%,54%,10%)
(0.05/0.00/0.54/0.10)	

CMYK percentages

%5.22
%0
%53.91
%9.8

Codes

Color #DAE66A in popluar color models

DAE66A
RGB218230106
HSL66°71.26%65.88%
HSB/HSV66°53.91%90.20%
CMYK5.22%0.00%53.91%
9.80%

Color #DAE66A in popluar number systems.

HEXDAE66A
Decimal218230106
Binary11011010111001101101010
Octal332346152

Shades and tints

Shades of #DAE66A

#DAE66A
(218,230,106)
#C7D261
(199,210,97)
#B4BE58
(180,190,88)
#A1AA4F
(161,170,79)
#8E9646
(142,150,70)
#7B823D
(123,130,61)
#686E34
(104,110,52)
#555A2B
(85,90,43)
#424622
(66,70,34)
#2F3219
(47,50,25)
#1C1E10
(28,30,16)
#000000
(0,0,0)

Tints of #DAE66A

#DAE66A
(218,230,106)
#DDE877
(221,232,119)
#E0EA84
(224,234,132)
#E3EC91
(227,236,145)
#E6EE9E
(230,238,158)
#E9F0AB
(233,240,171)
#ECF2B8
(236,242,184)
#EFF4C5
(239,244,197)
#F2F6D2
(242,246,210)
#F5F8DF
(245,248,223)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE66A color. Also use rgb(218,230,106) instead hex code.

Text Font Color

.myTextColor { color: #DAE66A; }

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

This text font color is #DAE66A.


Background Color

.myBgColor { background-color: #DAE66A; }

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

This div background color is #DAE66A.


Border color

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

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

This div border color is #DAE66A.


Opacity

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

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

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

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

This text has shadow with #DAE66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE66A on black background.


Color preview on white background

This text has color #DAE66A on white background.



Black color preview on #DAE66A background

This text has black color on #DAE66A background.


White color preview on #DAE66A background

This text has white color on #DAE66A background.