COLOR #DCED95

HEX: #DCED95 RGB: (220,237,149)

Color info

#DCED95 contains mainly red and green colors. Web safe color of #DCED95 is #CCFF99 (or #CF9).

RGB color model

#DCED95 color RGB value is (220,237,149).

RGB: (220,237,149) (86%, 93%, 58%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 149 of 255 = 58%

220
237
149

R + G + B ~ 79%. #DCED95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 237 + 149 = 606 (100%)
R 220 of 606 ~ 36.3%
G 237 of 606 ~ 39.11%
B 149 of 606 ~ 24.59'%

%36.3
%39.11
%24.59

CMYK color model

#DCED95 color CMYK value is (7,0,37,7).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 7.06%

CMYK: (7,0,37,7)
C7M0Y37K7 (7%, 0%, 37%, 7%)
(0.07 / 0.00 / 0.37 / 0.07)

CMYK percentages

%7.17
%0
%37.13
%7.06

Codes

Color #DCED95 in popluar color models

DC ED 95
RGB 220 237 149
HSL 72° 70.97% 75.69%
HSB/HSV 72° 37.13% 92.94%
CMYK 7.17% 0.00% 37.13%
7.06%

Color #DCED95 in popluar number systems.

HEX DC ED 95
Decimal 220 237 149
Binary 11011100 11101101 10010101
Octal 334 355 225

Shades and tints

Shades of #DCED95

#DCED95
(220,237,149)
#C8D888
(200,216,136)
#B4C37B
(180,195,123)
#A0AE6E
(160,174,110)
#8C9961
(140,153,97)
#788454
(120,132,84)
#646F47
(100,111,71)
#505A3A
(80,90,58)
#3C452D
(60,69,45)
#283020
(40,48,32)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #DCED95

#DCED95
(220,237,149)
#DFEE9E
(223,238,158)
#E2EFA7
(226,239,167)
#E5F0B0
(229,240,176)
#E8F1B9
(232,241,185)
#EBF2C2
(235,242,194)
#EEF3CB
(238,243,203)
#F1F4D4
(241,244,212)
#F4F5DD
(244,245,221)
#F7F6E6
(247,246,230)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCED95 color. Also use rgb(220,237,149) instead hex code.

Text Font Color

.myTextColor { color: #DCED95; }

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

This text font color is #DCED95.

Background Color

.myBgColor { background-color: #DCED95; }

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

This div background color is #DCED95.

Border color

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

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

This div border color is #DCED95.

Opacity

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

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

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

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

This text has shadow with #DCED95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCED95.

Preview

Color preview on black background

This text has color #DCED95 on black background.


Color preview on white background

This text has color #DCED95 on white background.


Black color preview on #DCED95 background

This text has black color on #DCED95 background.


White color preview on #DCED95 background

This text has white color on #DCED95 background.


Related colors

Complementary color

Complementary color for #hex is #23126A.


I love getcolorcode.com

Triadic colors

1 #95DCED and #ED95DC with #DCED95 are triadic colors.

2 #95EDDC and #EDDC95 with #DCED95 are triadic colors.