COLOR #DAE68D

HEX: #DAE68D
RGB: (218,230,141)

Color info

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

RGB color model

#DAE68D color RGB value is (218,230,141).

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

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 141 of 255 = 55%

218
230
141

R + G + B ~ 77%. #DAE68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 141 = 589 (100%)
R 218 of 589 ~ 37.01%
G 230 of 589 ~ 39.05%
B 141 of 589 ~ 23.94%

%37.01
%39.05
%23.94

CMYK color model

#DAE68D color CMYK value is (5,0,39,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(5,0,39,10)
C5M0Y39K10 
(5%,0%,39%,10%)
(0.05/0.00/0.39/0.10)	

CMYK percentages

%5.22
%0
%38.7
%9.8

Codes

Color #DAE68D in popluar color models

DAE68D
RGB218230141
HSL68°64.03%72.75%
HSB/HSV68°38.70%90.20%
CMYK5.22%0.00%38.70%
9.80%

Color #DAE68D in popluar number systems.

HEXDAE68D
Decimal218230141
Binary110110101110011010001101
Octal332346215

Shades and tints

Shades of #DAE68D

#DAE68D
(218,230,141)
#C7D281
(199,210,129)
#B4BE75
(180,190,117)
#A1AA69
(161,170,105)
#8E965D
(142,150,93)
#7B8251
(123,130,81)
#686E45
(104,110,69)
#555A39
(85,90,57)
#42462D
(66,70,45)
#2F3221
(47,50,33)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #DAE68D

#DAE68D
(218,230,141)
#DDE897
(221,232,151)
#E0EAA1
(224,234,161)
#E3ECAB
(227,236,171)
#E6EEB5
(230,238,181)
#E9F0BF
(233,240,191)
#ECF2C9
(236,242,201)
#EFF4D3
(239,244,211)
#F2F6DD
(242,246,221)
#F5F8E7
(245,248,231)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE68D; }

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

This text font color is #DAE68D.


Background Color

.myBgColor { background-color: #DAE68D; }

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

This div background color is #DAE68D.


Border color

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

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

This div border color is #DAE68D.


Opacity

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

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

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

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

This text has shadow with #DAE68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE68D on black background.


Color preview on white background

This text has color #DAE68D on white background.



Black color preview on #DAE68D background

This text has black color on #DAE68D background.


White color preview on #DAE68D background

This text has white color on #DAE68D background.