COLOR #DCD958

HEX: #DCD958 RGB: (220,217,88)

Color info

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

RGB color model

#DCD958 color RGB value is (220,217,88).

RGB: (220,217,88) (86%, 85%, 35%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 88 of 255 = 35%

220
217
88

R + G + B ~ 69%. #DCD958 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 217 + 88 = 525 (100%)
R 220 of 525 ~ 41.9%
G 217 of 525 ~ 41.33%
B 88 of 525 ~ 16.76'%

%41.9
%41.33
%16.76

CMYK color model

#DCD958 color CMYK value is (0,1,60,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 60.00%
  • key color value is 13.73%
CMYK: (0,1,60,14) C0M1Y60K14 (0%,1%,60%,14%) (0.00/0.01/0.60/0.14) 

CMYK percentages

%0
%1.36
%60
%13.73

Codes

Color #DCD958 in popluar color models

DC D9 58
RGB 220 217 88
HSL 59° 65.35% 60.39%
HSB/HSV 59° 60.00% 86.27%
CMYK 0.00% 1.36% 60.00%
13.73%

Color #DCD958 in popluar number systems.

HEX DC D9 58
Decimal 220 217 88
Binary 11011100 11011001 1011000
Octal 334 331 130

Shades and tints

Shades of #DCD958

#DCD958
(220,217,88)
#C8C650
(200,198,80)
#B4B348
(180,179,72)
#A0A040
(160,160,64)
#8C8D38
(140,141,56)
#787A30
(120,122,48)
#646728
(100,103,40)
#505420
(80,84,32)
#3C4118
(60,65,24)
#282E10
(40,46,16)
#141B08
(20,27,8)
#000000
(0,0,0)

Tints of #DCD958

#DCD958
(220,217,88)
#DFDC67
(223,220,103)
#E2DF76
(226,223,118)
#E5E285
(229,226,133)
#E8E594
(232,229,148)
#EBE8A3
(235,232,163)
#EEEBB2
(238,235,178)
#F1EEC1
(241,238,193)
#F4F1D0
(244,241,208)
#F7F4DF
(247,244,223)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD958 color. Also use rgb(220,217,88) instead hex code.

Text Font Color

.myTextColor { color: #DCD958; }

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

This text font color is #DCD958.

Background Color

.myBgColor { background-color: #DCD958; }

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

This div background color is #DCD958.

Border color

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

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

This div border color is #DCD958.

Opacity

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

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

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

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

This text has shadow with #DCD958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD958.

Preview

Color preview on black background

This text has color #DCD958 on black background.


Color preview on white background

This text has color #DCD958 on white background.


Black color preview on #DCD958 background

This text has black color on #DCD958 background.


White color preview on #DCD958 background

This text has white color on #DCD958 background.


Related colors

Complementary color

Complementary color for #hex is #2326A7.


I love getcolorcode.com

Triadic colors

1 #58DCD9 and #D958DC with #DCD958 are triadic colors.

2 #58D9DC and #D9DC58 with #DCD958 are triadic colors.