COLOR #D8C624

HEX: #D8C624
RGB: (216,198,36)

Color info

#D8C624 contains mainly red and green colors. Web safe color of #D8C624 is #CCCC33 (or #CC3).

RGB color model

#D8C624 color RGB value is (216,198,36).

  • red value is 216;
  • green value is 198;
  • blue value is 36.
RGB:
(216,198,36)
(85%,78%,14%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 36 of 255 = 14%

216
198
36

R + G + B ~ 59%. #D8C624 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 36 = 450 (100%)
R 216 of 450 ~ 48%
G 198 of 450 ~ 44%
B 36 of 450 ~ 8%

%48
%44

CMYK color model

#D8C624 color CMYK value is (0,8,83,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 83.33%
  • key color value is 15.29%
CMYK:
(0,8,83,15)
C0M8Y83K15 
(0%,8%,83%,15%)
(0.00/0.08/0.83/0.15)	

CMYK percentages

%0
%8.33
%83.33
%15.29

Codes

Color #D8C624 in popluar color models

D8C624
RGB21619836
HSL54°71.43%49.41%
HSB/HSV54°83.33%84.71%
CMYK0.00%8.33%83.33%
15.29%

Color #D8C624 in popluar number systems.

HEXD8C624
Decimal21619836
Binary1101100011000110100100
Octal33030644

Shades and tints

Shades of #D8C624

#D8C624
(216,198,36)
#C5B421
(197,180,33)
#B2A21E
(178,162,30)
#9F901B
(159,144,27)
#8C7E18
(140,126,24)
#796C15
(121,108,21)
#665A12
(102,90,18)
#53480F
(83,72,15)
#40360C
(64,54,12)
#2D2409
(45,36,9)
#1A1206
(26,18,6)
#000000
(0,0,0)

Tints of #D8C624

#D8C624
(216,198,36)
#DBCB37
(219,203,55)
#DED04A
(222,208,74)
#E1D55D
(225,213,93)
#E4DA70
(228,218,112)
#E7DF83
(231,223,131)
#EAE496
(234,228,150)
#EDE9A9
(237,233,169)
#F0EEBC
(240,238,188)
#F3F3CF
(243,243,207)
#F6F8E2
(246,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C624 color. Also use rgb(216,198,36) instead hex code.

Text Font Color

.myTextColor { color: #D8C624; }

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

This text font color is #D8C624.


Background Color

.myBgColor { background-color: #D8C624; }

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

This div background color is #D8C624.


Border color

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

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

This div border color is #D8C624.


Opacity

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

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

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

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

This text has shadow with #D8C624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C624 on black background.


Color preview on white background

This text has color #D8C624 on white background.



Black color preview on #D8C624 background

This text has black color on #D8C624 background.


White color preview on #D8C624 background

This text has white color on #D8C624 background.