COLOR #D2CD78

HEX: #D2CD78
RGB: (210,205,120)

Color info

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

RGB color model

#D2CD78 color RGB value is (210,205,120).

  • red value is 210;
  • green value is 205;
  • blue value is 120.
RGB:
(210,205,120)
(82%,80%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 205 of 255 = 80%
B 120 of 255 = 47%

210
205
120

R + G + B ~ 70%. #D2CD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 205 + 120 = 535 (100%)
R 210 of 535 ~ 39.25%
G 205 of 535 ~ 38.32%
B 120 of 535 ~ 22.43%

%39.25
%38.32
%22.43

CMYK color model

#D2CD78 color CMYK value is (0,2,43,18).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 42.86%
  • key color value is 17.65%
CMYK:
(0,2,43,18)
C0M2Y43K18 
(0%,2%,43%,18%)
(0.00/0.02/0.43/0.18)	

CMYK percentages

%0
%2.38
%42.86
%17.65

Codes

Color #D2CD78 in popluar color models

D2CD78
RGB210205120
HSL57°50.00%64.71%
HSB/HSV57°42.86%82.35%
CMYK0.00%2.38%42.86%
17.65%

Color #D2CD78 in popluar number systems.

HEXD2CD78
Decimal210205120
Binary11010010110011011111000
Octal322315170

Shades and tints

Shades of #D2CD78

#D2CD78
(210,205,120)
#BFBB6E
(191,187,110)
#ACA964
(172,169,100)
#99975A
(153,151,90)
#868550
(134,133,80)
#737346
(115,115,70)
#60613C
(96,97,60)
#4D4F32
(77,79,50)
#3A3D28
(58,61,40)
#272B1E
(39,43,30)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #D2CD78

#D2CD78
(210,205,120)
#D6D184
(214,209,132)
#DAD590
(218,213,144)
#DED99C
(222,217,156)
#E2DDA8
(226,221,168)
#E6E1B4
(230,225,180)
#EAE5C0
(234,229,192)
#EEE9CC
(238,233,204)
#F2EDD8
(242,237,216)
#F6F1E4
(246,241,228)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CD78 color. Also use rgb(210,205,120) instead hex code.

Text Font Color

.myTextColor { color: #D2CD78; }

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

This text font color is #D2CD78.


Background Color

.myBgColor { background-color: #D2CD78; }

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

This div background color is #D2CD78.


Border color

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

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

This div border color is #D2CD78.


Opacity

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

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

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

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

This text has shadow with #D2CD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CD78 on black background.


Color preview on white background

This text has color #D2CD78 on white background.



Black color preview on #D2CD78 background

This text has black color on #D2CD78 background.


White color preview on #D2CD78 background

This text has white color on #D2CD78 background.