COLOR #DAE016

HEX: #DAE016
RGB: (218,224,22)

Color info

#DAE016 contains mainly red and green colors. Web safe color of #DAE016 is #CCCC00 (or #CC0).

RGB color model

#DAE016 color RGB value is (218,224,22).

  • red value is 218;
  • green value is 224;
  • blue value is 22.
RGB:
(218,224,22)
(85%,88%,9%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 22 of 255 = 9%

218
224
22

R + G + B ~ 61%. #DAE016 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 22 = 464 (100%)
R 218 of 464 ~ 46.98%
G 224 of 464 ~ 48.28%
B 22 of 464 ~ 4.74%

%46.98
%48.28

CMYK color model

#DAE016 color CMYK value is (3,0,90,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 90.18%
  • key color value is 12.16%
CMYK:
(3,0,90,12)
C3M0Y90K12 
(3%,0%,90%,12%)
(0.03/0.00/0.90/0.12)	

CMYK percentages

%2.68
%0
%90.18
%12.16

Codes

Color #DAE016 in popluar color models

DAE016
RGB21822422
HSL62°82.11%48.24%
HSB/HSV62°90.18%87.84%
CMYK2.68%0.00%90.18%
12.16%

Color #DAE016 in popluar number systems.

HEXDAE016
Decimal21822422
Binary110110101110000010110
Octal33234026

Shades and tints

Shades of #DAE016

#DAE016
(218,224,22)
#C7CC14
(199,204,20)
#B4B812
(180,184,18)
#A1A410
(161,164,16)
#8E900E
(142,144,14)
#7B7C0C
(123,124,12)
#68680A
(104,104,10)
#555408
(85,84,8)
#424006
(66,64,6)
#2F2C04
(47,44,4)
#1C1802
(28,24,2)
#000000
(0,0,0)

Tints of #DAE016

#DAE016
(218,224,22)
#DDE22B
(221,226,43)
#E0E440
(224,228,64)
#E3E655
(227,230,85)
#E6E86A
(230,232,106)
#E9EA7F
(233,234,127)
#ECEC94
(236,236,148)
#EFEEA9
(239,238,169)
#F2F0BE
(242,240,190)
#F5F2D3
(245,242,211)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE016 color. Also use rgb(218,224,22) instead hex code.

Text Font Color

.myTextColor { color: #DAE016; }

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

This text font color is #DAE016.


Background Color

.myBgColor { background-color: #DAE016; }

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

This div background color is #DAE016.


Border color

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

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

This div border color is #DAE016.


Opacity

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

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

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

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

This text has shadow with #DAE016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE016 on black background.


Color preview on white background

This text has color #DAE016 on white background.



Black color preview on #DAE016 background

This text has black color on #DAE016 background.


White color preview on #DAE016 background

This text has white color on #DAE016 background.