COLOR #DEDC7D

HEX: #DEDC7D RGB: (222,220,125)

Color info

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

RGB color model

#DEDC7D color RGB value is (222,220,125).

RGB: (222,220,125) (87%, 86%, 49%)

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 125 of 255 = 49%

222
220
125

R + G + B ~ 74%. #DEDC7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 220 + 125 = 567 (100%)
R 222 of 567 ~ 39.15%
G 220 of 567 ~ 38.8%
B 125 of 567 ~ 22.05'%

%39.15
%38.8
%22.05

CMYK color model

#DEDC7D color CMYK value is (0,1,44,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 43.69%
  • key color value is 12.94%

CMYK: (0,1,44,13)
C0M1Y44K13 (0%, 1%, 44%, 13%)
(0.00 / 0.01 / 0.44 / 0.13)

CMYK percentages

%0
%0.9
%43.69
%12.94

Codes

Color #DEDC7D in popluar color models

DE DC 7D
RGB 222 220 125
HSL 59° 59.51% 68.04%
HSB/HSV 59° 43.69% 87.06%
CMYK 0.00% 0.90% 43.69%
12.94%

Color #DEDC7D in popluar number systems.

HEX DE DC 7D
Decimal 222 220 125
Binary 11011110 11011100 1111101
Octal 336 334 175

Shades and tints

Shades of #DEDC7D

#DEDC7D
(222,220,125)
#CAC872
(202,200,114)
#B6B467
(182,180,103)
#A2A05C
(162,160,92)
#8E8C51
(142,140,81)
#7A7846
(122,120,70)
#66643B
(102,100,59)
#525030
(82,80,48)
#3E3C25
(62,60,37)
#2A281A
(42,40,26)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #DEDC7D

#DEDC7D
(222,220,125)
#E1DF88
(225,223,136)
#E4E293
(228,226,147)
#E7E59E
(231,229,158)
#EAE8A9
(234,232,169)
#EDEBB4
(237,235,180)
#F0EEBF
(240,238,191)
#F3F1CA
(243,241,202)
#F6F4D5
(246,244,213)
#F9F7E0
(249,247,224)
#FCFAEB
(252,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDC7D color. Also use rgb(222,220,125) instead hex code.

Text Font Color

.myTextColor { color: #DEDC7D; }

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

This text font color is #DEDC7D.

Background Color

.myBgColor { background-color: #DEDC7D; }

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

This div background color is #DEDC7D.

Border color

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

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

This div border color is #DEDC7D.

Opacity

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

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

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

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

This text has shadow with #DEDC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDC7D.

Preview

Color preview on black background

This text has color #DEDC7D on black background.


Color preview on white background

This text has color #DEDC7D on white background.


Black color preview on #DEDC7D background

This text has black color on #DEDC7D background.


White color preview on #DEDC7D background

This text has white color on #DEDC7D background.


Related colors

Complementary color

Complementary color for #hex is #212382.


I love getcolorcode.com

Triadic colors

1 #7DDEDC and #DC7DDE with #DEDC7D are triadic colors.

2 #7DDCDE and #DCDE7D with #DEDC7D are triadic colors.