COLOR #DAE465

HEX: #DAE465 RGB: (218,228,101)

Color info

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

RGB color model

#DAE465 color RGB value is (218,228,101).

RGB: (218,228,101) (85%, 89%, 40%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 101 of 255 = 40%

218
228
101

R + G + B ~ 71%. #DAE465 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 101 = 547 (100%)
R 218 of 547 ~ 39.85%
G 228 of 547 ~ 41.68%
B 101 of 547 ~ 18.46'%

%39.85
%41.68
%18.46

CMYK color model

#DAE465 color CMYK value is (4,0,56,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 10.59%

CMYK: (4,0,56,11)
C4M0Y56K11 (4%, 0%, 56%, 11%)
(0.04 / 0.00 / 0.56 / 0.11)

CMYK percentages

%4.39
%0
%55.7
%10.59

Codes

Color #DAE465 in popluar color models

DA E4 65
RGB 218 228 101
HSL 65° 70.17% 64.51%
HSB/HSV 65° 55.70% 89.41%
CMYK 4.39% 0.00% 55.70%
10.59%

Color #DAE465 in popluar number systems.

HEX DA E4 65
Decimal 218 228 101
Binary 11011010 11100100 1100101
Octal 332 344 145

Shades and tints

Shades of #DAE465

#DAE465
(218,228,101)
#C7D05C
(199,208,92)
#B4BC53
(180,188,83)
#A1A84A
(161,168,74)
#8E9441
(142,148,65)
#7B8038
(123,128,56)
#686C2F
(104,108,47)
#555826
(85,88,38)
#42441D
(66,68,29)
#2F3014
(47,48,20)
#1C1C0B
(28,28,11)
#000000
(0,0,0)

Tints of #DAE465

#DAE465
(218,228,101)
#DDE673
(221,230,115)
#E0E881
(224,232,129)
#E3EA8F
(227,234,143)
#E6EC9D
(230,236,157)
#E9EEAB
(233,238,171)
#ECF0B9
(236,240,185)
#EFF2C7
(239,242,199)
#F2F4D5
(242,244,213)
#F5F6E3
(245,246,227)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE465 color. Also use rgb(218,228,101) instead hex code.

Text Font Color

.myTextColor { color: #DAE465; }

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

This text font color is #DAE465.

Background Color

.myBgColor { background-color: #DAE465; }

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

This div background color is #DAE465.

Border color

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

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

This div border color is #DAE465.

Opacity

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

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

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

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

This text has shadow with #DAE465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE465.

Preview

Color preview on black background

This text has color #DAE465 on black background.


Color preview on white background

This text has color #DAE465 on white background.


Black color preview on #DAE465 background

This text has black color on #DAE465 background.


White color preview on #DAE465 background

This text has white color on #DAE465 background.


Related colors

Complementary color

Complementary color for #hex is #251B9A.


I love getcolorcode.com

Triadic colors

1 #65DAE4 and #E465DA with #DAE465 are triadic colors.

2 #65E4DA and #E4DA65 with #DAE465 are triadic colors.