COLOR #D4CD68

HEX: #D4CD68 RGB: (212,205,104)

Color info

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

RGB color model

#D4CD68 color RGB value is (212,205,104).

RGB: (212,205,104) (83%, 80%, 41%)

RGB channels and saturation

R 212 of 255 = 83%
G 205 of 255 = 80%
B 104 of 255 = 41%

212
205
104

R + G + B ~ 68%. #D4CD68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 205 + 104 = 521 (100%)
R 212 of 521 ~ 40.69%
G 205 of 521 ~ 39.35%
B 104 of 521 ~ 19.96'%

%40.69
%39.35
%19.96

CMYK color model

#D4CD68 color CMYK value is (0,3,51,17).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 50.94%
  • key color value is 16.86%

CMYK: (0,3,51,17)
C0M3Y51K17 (0%, 3%, 51%, 17%)
(0.00 / 0.03 / 0.51 / 0.17)

CMYK percentages

%0
%3.3
%50.94
%16.86

Codes

Color #D4CD68 in popluar color models

D4 CD 68
RGB 212 205 104
HSL 56° 55.67% 61.96%
HSB/HSV 56° 50.94% 83.14%
CMYK 0.00% 3.30% 50.94%
16.86%

Color #D4CD68 in popluar number systems.

HEX D4 CD 68
Decimal 212 205 104
Binary 11010100 11001101 1101000
Octal 324 315 150

Shades and tints

Shades of #D4CD68

#D4CD68
(212,205,104)
#C1BB5F
(193,187,95)
#AEA956
(174,169,86)
#9B974D
(155,151,77)
#888544
(136,133,68)
#75733B
(117,115,59)
#626132
(98,97,50)
#4F4F29
(79,79,41)
#3C3D20
(60,61,32)
#292B17
(41,43,23)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #D4CD68

#D4CD68
(212,205,104)
#D7D175
(215,209,117)
#DAD582
(218,213,130)
#DDD98F
(221,217,143)
#E0DD9C
(224,221,156)
#E3E1A9
(227,225,169)
#E6E5B6
(230,229,182)
#E9E9C3
(233,233,195)
#ECEDD0
(236,237,208)
#EFF1DD
(239,241,221)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CD68 color. Also use rgb(212,205,104) instead hex code.

Text Font Color

.myTextColor { color: #D4CD68; }

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

This text font color is #D4CD68.

Background Color

.myBgColor { background-color: #D4CD68; }

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

This div background color is #D4CD68.

Border color

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

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

This div border color is #D4CD68.

Opacity

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

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

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

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

This text has shadow with #D4CD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CD68.

Preview

Color preview on black background

This text has color #D4CD68 on black background.


Color preview on white background

This text has color #D4CD68 on white background.


Black color preview on #D4CD68 background

This text has black color on #D4CD68 background.


White color preview on #D4CD68 background

This text has white color on #D4CD68 background.


Related colors

Complementary color

Complementary color for #hex is #2B3297.


I love getcolorcode.com

Triadic colors

1 #68D4CD and #CD68D4 with #D4CD68 are triadic colors.

2 #68CDD4 and #CDD468 with #D4CD68 are triadic colors.