COLOR #DCC658

HEX: #DCC658 RGB: (220,198,88)

Color info

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

RGB color model

#DCC658 color RGB value is (220,198,88).

RGB: (220,198,88) (86%, 78%, 35%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 88 of 255 = 35%

220
198
88

R + G + B ~ 66%. #DCC658 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 88 = 506 (100%)
R 220 of 506 ~ 43.48%
G 198 of 506 ~ 39.13%
B 88 of 506 ~ 17.39'%

%43.48
%39.13
%17.39

CMYK color model

#DCC658 color CMYK value is (0,10,60,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 60.00%
  • key color value is 13.73%

CMYK: (0,10,60,14)
C0M10Y60K14 (0%, 10%, 60%, 14%)
(0.00 / 0.10 / 0.60 / 0.14)

CMYK percentages

%0
%10
%60
%13.73

Codes

Color #DCC658 in popluar color models

DC C6 58
RGB 220 198 88
HSL 50° 65.35% 60.39%
HSB/HSV 50° 60.00% 86.27%
CMYK 0.00% 10.00% 60.00%
13.73%

Color #DCC658 in popluar number systems.

HEX DC C6 58
Decimal 220 198 88
Binary 11011100 11000110 1011000
Octal 334 306 130

Shades and tints

Shades of #DCC658

#DCC658
(220,198,88)
#C8B450
(200,180,80)
#B4A248
(180,162,72)
#A09040
(160,144,64)
#8C7E38
(140,126,56)
#786C30
(120,108,48)
#645A28
(100,90,40)
#504820
(80,72,32)
#3C3618
(60,54,24)
#282410
(40,36,16)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #DCC658

#DCC658
(220,198,88)
#DFCB67
(223,203,103)
#E2D076
(226,208,118)
#E5D585
(229,213,133)
#E8DA94
(232,218,148)
#EBDFA3
(235,223,163)
#EEE4B2
(238,228,178)
#F1E9C1
(241,233,193)
#F4EED0
(244,238,208)
#F7F3DF
(247,243,223)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC658; }

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

This text font color is #DCC658.

Background Color

.myBgColor { background-color: #DCC658; }

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

This div background color is #DCC658.

Border color

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

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

This div border color is #DCC658.

Opacity

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

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

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

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

This text has shadow with #DCC658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC658.

Preview

Color preview on black background

This text has color #DCC658 on black background.


Color preview on white background

This text has color #DCC658 on white background.


Black color preview on #DCC658 background

This text has black color on #DCC658 background.


White color preview on #DCC658 background

This text has white color on #DCC658 background.


Related colors

Complementary color

Complementary color for #hex is #2339A7.


I love getcolorcode.com

Triadic colors

1 #58DCC6 and #C658DC with #DCC658 are triadic colors.

2 #58C6DC and #C6DC58 with #DCC658 are triadic colors.