COLOR #DED371

HEX: #DED371
RGB: (222,211,113)

Color info

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

RGB color model

#DED371 color RGB value is (222,211,113).

  • red value is 222;
  • green value is 211;
  • blue value is 113.
RGB:
(222,211,113)
(87%,83%,44%)

RGB channels and saturation

R 222 of 255 = 87%
G 211 of 255 = 83%
B 113 of 255 = 44%

222
211
113

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

Portions of RGB colors in percentages

R + G + B =
222 + 211 + 113 = 546 (100%)
R 222 of 546 ~ 40.66%
G 211 of 546 ~ 38.64%
B 113 of 546 ~ 20.7%

%40.66
%38.64
%20.7

CMYK color model

#DED371 color CMYK value is (0,5,49,13).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 49.10%
  • key color value is 12.94%
CMYK:
(0,5,49,13)
C0M5Y49K13 
(0%,5%,49%,13%)
(0.00/0.05/0.49/0.13)	

CMYK percentages

%0
%4.95
%49.1
%12.94

Codes

Color #DED371 in popluar color models

DED371
RGB222211113
HSL54°62.29%65.69%
HSB/HSV54°49.10%87.06%
CMYK0.00%4.95%49.10%
12.94%

Color #DED371 in popluar number systems.

HEXDED371
Decimal222211113
Binary11011110110100111110001
Octal336323161

Shades and tints

Shades of #DED371

#DED371
(222,211,113)
#CAC067
(202,192,103)
#B6AD5D
(182,173,93)
#A29A53
(162,154,83)
#8E8749
(142,135,73)
#7A743F
(122,116,63)
#666135
(102,97,53)
#524E2B
(82,78,43)
#3E3B21
(62,59,33)
#2A2817
(42,40,23)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #DED371

#DED371
(222,211,113)
#E1D77D
(225,215,125)
#E4DB89
(228,219,137)
#E7DF95
(231,223,149)
#EAE3A1
(234,227,161)
#EDE7AD
(237,231,173)
#F0EBB9
(240,235,185)
#F3EFC5
(243,239,197)
#F6F3D1
(246,243,209)
#F9F7DD
(249,247,221)
#FCFBE9
(252,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED371 color. Also use rgb(222,211,113) instead hex code.

Text Font Color

.myTextColor { color: #DED371; }

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

This text font color is #DED371.


Background Color

.myBgColor { background-color: #DED371; }

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

This div background color is #DED371.


Border color

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

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

This div border color is #DED371.


Opacity

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

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

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

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

This text has shadow with #DED371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED371 on black background.


Color preview on white background

This text has color #DED371 on white background.



Black color preview on #DED371 background

This text has black color on #DED371 background.


White color preview on #DED371 background

This text has white color on #DED371 background.