COLOR #DEE064

HEX: #DEE064
RGB: (222,224,100)

Color info

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

RGB color model

#DEE064 color RGB value is (222,224,100).

  • red value is 222;
  • green value is 224;
  • blue value is 100.
RGB:
(222,224,100)
(87%,88%,39%)

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 100 of 255 = 39%

222
224
100

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

Portions of RGB colors in percentages

R + G + B =
222 + 224 + 100 = 546 (100%)
R 222 of 546 ~ 40.66%
G 224 of 546 ~ 41.03%
B 100 of 546 ~ 18.32%

%40.66
%41.03
%18.32

CMYK color model

#DEE064 color CMYK value is (1,0,55,12).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 12.16%
CMYK:
(1,0,55,12)
C1M0Y55K12 
(1%,0%,55%,12%)
(0.01/0.00/0.55/0.12)	

CMYK percentages

%0.89
%0
%55.36
%12.16

Codes

Color #DEE064 in popluar color models

DEE064
RGB222224100
HSL61°66.67%63.53%
HSB/HSV61°55.36%87.84%
CMYK0.89%0.00%55.36%
12.16%

Color #DEE064 in popluar number systems.

HEXDEE064
Decimal222224100
Binary11011110111000001100100
Octal336340144

Shades and tints

Shades of #DEE064

#DEE064
(222,224,100)
#CACC5B
(202,204,91)
#B6B852
(182,184,82)
#A2A449
(162,164,73)
#8E9040
(142,144,64)
#7A7C37
(122,124,55)
#66682E
(102,104,46)
#525425
(82,84,37)
#3E401C
(62,64,28)
#2A2C13
(42,44,19)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #DEE064

#DEE064
(222,224,100)
#E1E272
(225,226,114)
#E4E480
(228,228,128)
#E7E68E
(231,230,142)
#EAE89C
(234,232,156)
#EDEAAA
(237,234,170)
#F0ECB8
(240,236,184)
#F3EEC6
(243,238,198)
#F6F0D4
(246,240,212)
#F9F2E2
(249,242,226)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE064 color. Also use rgb(222,224,100) instead hex code.

Text Font Color

.myTextColor { color: #DEE064; }

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

This text font color is #DEE064.


Background Color

.myBgColor { background-color: #DEE064; }

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

This div background color is #DEE064.


Border color

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

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

This div border color is #DEE064.


Opacity

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

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

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

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

This text has shadow with #DEE064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE064 on black background.


Color preview on white background

This text has color #DEE064 on white background.



Black color preview on #DEE064 background

This text has black color on #DEE064 background.


White color preview on #DEE064 background

This text has white color on #DEE064 background.