COLOR #DAE690

HEX: #DAE690 RGB: (218,230,144)

Color info

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

RGB color model

#DAE690 color RGB value is (218,230,144).

RGB: (218,230,144) (85%, 90%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 144 of 255 = 56%

218
230
144

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

Portions of RGB colors in percentages

R + G + B = 218 + 230 + 144 = 592 (100%)
R 218 of 592 ~ 36.82%
G 230 of 592 ~ 38.85%
B 144 of 592 ~ 24.32'%

%36.82
%38.85
%24.32

CMYK color model

#DAE690 color CMYK value is (5,0,37,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%
CMYK: (5,0,37,10) C5M0Y37K10 (5%,0%,37%,10%) (0.05/0.00/0.37/0.10) 

CMYK percentages

%5.22
%0
%37.39
%9.8

Codes

Color #DAE690 in popluar color models

DA E6 90
RGB 218 230 144
HSL 68° 63.24% 73.33%
HSB/HSV 68° 37.39% 90.20%
CMYK 5.22% 0.00% 37.39%
9.80%

Color #DAE690 in popluar number systems.

HEX DA E6 90
Decimal 218 230 144
Binary 11011010 11100110 10010000
Octal 332 346 220

Shades and tints

Shades of #DAE690

#DAE690
(218,230,144)
#C7D283
(199,210,131)
#B4BE76
(180,190,118)
#A1AA69
(161,170,105)
#8E965C
(142,150,92)
#7B824F
(123,130,79)
#686E42
(104,110,66)
#555A35
(85,90,53)
#424628
(66,70,40)
#2F321B
(47,50,27)
#1C1E0E
(28,30,14)
#000000
(0,0,0)

Tints of #DAE690

#DAE690
(218,230,144)
#DDE89A
(221,232,154)
#E0EAA4
(224,234,164)
#E3ECAE
(227,236,174)
#E6EEB8
(230,238,184)
#E9F0C2
(233,240,194)
#ECF2CC
(236,242,204)
#EFF4D6
(239,244,214)
#F2F6E0
(242,246,224)
#F5F8EA
(245,248,234)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE690; }

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

This text font color is #DAE690.

Background Color

.myBgColor { background-color: #DAE690; }

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

This div background color is #DAE690.

Border color

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

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

This div border color is #DAE690.

Opacity

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

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

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

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

This text has shadow with #DAE690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE690.

Preview

Color preview on black background

This text has color #DAE690 on black background.


Color preview on white background

This text has color #DAE690 on white background.


Black color preview on #DAE690 background

This text has black color on #DAE690 background.


White color preview on #DAE690 background

This text has white color on #DAE690 background.


Related colors

Complementary color

Complementary color for #hex is #25196F.


I love getcolorcode.com

Triadic colors

1 #90DAE6 and #E690DA with #DAE690 are triadic colors.

2 #90E6DA and #E6DA90 with #DAE690 are triadic colors.