COLOR #DAE297

HEX: #DAE297 RGB: (218,226,151)

Color info

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

RGB color model

#DAE297 color RGB value is (218,226,151).

RGB: (218,226,151) (85%, 89%, 59%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 151 of 255 = 59%

218
226
151

R + G + B ~ 78%. #DAE297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 151 = 595 (100%)
R 218 of 595 ~ 36.64%
G 226 of 595 ~ 37.98%
B 151 of 595 ~ 25.38'%

%36.64
%37.98
%25.38

CMYK color model

#DAE297 color CMYK value is (4,0,33,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 11.37%

CMYK: (4,0,33,11)
C4M0Y33K11 (4%, 0%, 33%, 11%)
(0.04 / 0.00 / 0.33 / 0.11)

CMYK percentages

%3.54
%0
%33.19
%11.37

Codes

Color #DAE297 in popluar color models

DA E2 97
RGB 218 226 151
HSL 66° 56.39% 73.92%
HSB/HSV 66° 33.19% 88.63%
CMYK 3.54% 0.00% 33.19%
11.37%

Color #DAE297 in popluar number systems.

HEX DA E2 97
Decimal 218 226 151
Binary 11011010 11100010 10010111
Octal 332 342 227

Shades and tints

Shades of #DAE297

#DAE297
(218,226,151)
#C7CE8A
(199,206,138)
#B4BA7D
(180,186,125)
#A1A670
(161,166,112)
#8E9263
(142,146,99)
#7B7E56
(123,126,86)
#686A49
(104,106,73)
#55563C
(85,86,60)
#42422F
(66,66,47)
#2F2E22
(47,46,34)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAE297

#DAE297
(218,226,151)
#DDE4A0
(221,228,160)
#E0E6A9
(224,230,169)
#E3E8B2
(227,232,178)
#E6EABB
(230,234,187)
#E9ECC4
(233,236,196)
#ECEECD
(236,238,205)
#EFF0D6
(239,240,214)
#F2F2DF
(242,242,223)
#F5F4E8
(245,244,232)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE297 color. Also use rgb(218,226,151) instead hex code.

Text Font Color

.myTextColor { color: #DAE297; }

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

This text font color is #DAE297.

Background Color

.myBgColor { background-color: #DAE297; }

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

This div background color is #DAE297.

Border color

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

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

This div border color is #DAE297.

Opacity

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

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

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

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

This text has shadow with #DAE297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE297.

Preview

Color preview on black background

This text has color #DAE297 on black background.


Color preview on white background

This text has color #DAE297 on white background.


Black color preview on #DAE297 background

This text has black color on #DAE297 background.


White color preview on #DAE297 background

This text has white color on #DAE297 background.


Related colors

Complementary color

Complementary color for #hex is #251D68.


I love getcolorcode.com

Triadic colors

1 #97DAE2 and #E297DA with #DAE297 are triadic colors.

2 #97E2DA and #E2DA97 with #DAE297 are triadic colors.