COLOR #D2D578

HEX: #D2D578
RGB: (210,213,120)

Color info

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

RGB color model

#D2D578 color RGB value is (210,213,120).

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

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 120 of 255 = 47%

210
213
120

R + G + B ~ 71%. #D2D578 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 213 + 120 = 543 (100%)
R 210 of 543 ~ 38.67%
G 213 of 543 ~ 39.23%
B 120 of 543 ~ 22.1%

%38.67
%39.23
%22.1

CMYK color model

#D2D578 color CMYK value is (1,0,44,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 16.47%
CMYK:
(1,0,44,16)
C1M0Y44K16 
(1%,0%,44%,16%)
(0.01/0.00/0.44/0.16)	

CMYK percentages

%1.41
%0
%43.66
%16.47

Codes

Color #D2D578 in popluar color models

D2D578
RGB210213120
HSL62°52.54%65.29%
HSB/HSV62°43.66%83.53%
CMYK1.41%0.00%43.66%
16.47%

Color #D2D578 in popluar number systems.

HEXD2D578
Decimal210213120
Binary11010010110101011111000
Octal322325170

Shades and tints

Shades of #D2D578

#D2D578
(210,213,120)
#BFC26E
(191,194,110)
#ACAF64
(172,175,100)
#999C5A
(153,156,90)
#868950
(134,137,80)
#737646
(115,118,70)
#60633C
(96,99,60)
#4D5032
(77,80,50)
#3A3D28
(58,61,40)
#272A1E
(39,42,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2D578

#D2D578
(210,213,120)
#D6D884
(214,216,132)
#DADB90
(218,219,144)
#DEDE9C
(222,222,156)
#E2E1A8
(226,225,168)
#E6E4B4
(230,228,180)
#EAE7C0
(234,231,192)
#EEEACC
(238,234,204)
#F2EDD8
(242,237,216)
#F6F0E4
(246,240,228)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D578; }

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

This text font color is #D2D578.


Background Color

.myBgColor { background-color: #D2D578; }

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

This div background color is #D2D578.


Border color

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

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

This div border color is #D2D578.


Opacity

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

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

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

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

This text has shadow with #D2D578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D578 on black background.


Color preview on white background

This text has color #D2D578 on white background.



Black color preview on #D2D578 background

This text has black color on #D2D578 background.


White color preview on #D2D578 background

This text has white color on #D2D578 background.