COLOR #D4D180

HEX: #D4D180
RGB: (212,209,128)

Color info

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

RGB color model

#D4D180 color RGB value is (212,209,128).

  • red value is 212;
  • green value is 209;
  • blue value is 128.
RGB:
(212,209,128)
(83%,82%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 128 of 255 = 50%

212
209
128

R + G + B ~ 72%. #D4D180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 128 = 549 (100%)
R 212 of 549 ~ 38.62%
G 209 of 549 ~ 38.07%
B 128 of 549 ~ 23.32%

%38.62
%38.07
%23.32

CMYK color model

#D4D180 color CMYK value is (0,1,40,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(0,1,40,17)
C0M1Y40K17 
(0%,1%,40%,17%)
(0.00/0.01/0.40/0.17)	

CMYK percentages

%0
%1.42
%39.62
%16.86

Codes

Color #D4D180 in popluar color models

D4D180
RGB212209128
HSL58°49.41%66.67%
HSB/HSV58°39.62%83.14%
CMYK0.00%1.42%39.62%
16.86%

Color #D4D180 in popluar number systems.

HEXD4D180
Decimal212209128
Binary110101001101000110000000
Octal324321200

Shades and tints

Shades of #D4D180

#D4D180
(212,209,128)
#C1BE75
(193,190,117)
#AEAB6A
(174,171,106)
#9B985F
(155,152,95)
#888554
(136,133,84)
#757249
(117,114,73)
#625F3E
(98,95,62)
#4F4C33
(79,76,51)
#3C3928
(60,57,40)
#29261D
(41,38,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #D4D180

#D4D180
(212,209,128)
#D7D58B
(215,213,139)
#DAD996
(218,217,150)
#DDDDA1
(221,221,161)
#E0E1AC
(224,225,172)
#E3E5B7
(227,229,183)
#E6E9C2
(230,233,194)
#E9EDCD
(233,237,205)
#ECF1D8
(236,241,216)
#EFF5E3
(239,245,227)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D180 color. Also use rgb(212,209,128) instead hex code.

Text Font Color

.myTextColor { color: #D4D180; }

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

This text font color is #D4D180.


Background Color

.myBgColor { background-color: #D4D180; }

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

This div background color is #D4D180.


Border color

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

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

This div border color is #D4D180.


Opacity

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

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

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

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

This text has shadow with #D4D180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D180 on black background.


Color preview on white background

This text has color #D4D180 on white background.



Black color preview on #D4D180 background

This text has black color on #D4D180 background.


White color preview on #D4D180 background

This text has white color on #D4D180 background.