COLOR #D4D480

HEX: #D4D480
RGB: (212,212,128)

Color info

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

RGB color model

#D4D480 color RGB value is (212,212,128).

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

RGB channels and saturation

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

212
212
128

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

Portions of RGB colors in percentages

R + G + B =
212 + 212 + 128 = 552 (100%)
R 212 of 552 ~ 38.41%
G 212 of 552 ~ 38.41%
B 128 of 552 ~ 23.19%

%38.41
%38.41
%23.19

CMYK color model

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

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

CMYK percentages

%0
%0
%39.62
%16.86

Codes

Color #D4D480 in popluar color models

D4D480
RGB212212128
HSL60°49.41%66.67%
HSB/HSV60°39.62%83.14%
CMYK0.00%0.00%39.62%
16.86%

Color #D4D480 in popluar number systems.

HEXD4D480
Decimal212212128
Binary110101001101010010000000
Octal324324200

Shades and tints

Shades of #D4D480

#D4D480
(212,212,128)
#C1C175
(193,193,117)
#AEAE6A
(174,174,106)
#9B9B5F
(155,155,95)
#888854
(136,136,84)
#757549
(117,117,73)
#62623E
(98,98,62)
#4F4F33
(79,79,51)
#3C3C28
(60,60,40)
#29291D
(41,41,29)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #D4D480

#D4D480
(212,212,128)
#D7D78B
(215,215,139)
#DADA96
(218,218,150)
#DDDDA1
(221,221,161)
#E0E0AC
(224,224,172)
#E3E3B7
(227,227,183)
#E6E6C2
(230,230,194)
#E9E9CD
(233,233,205)
#ECECD8
(236,236,216)
#EFEFE3
(239,239,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D480; }

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

This text font color is #D4D480.


Background Color

.myBgColor { background-color: #D4D480; }

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

This div background color is #D4D480.


Border color

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

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

This div border color is #D4D480.


Opacity

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

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

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

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

This text has shadow with #D4D480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D480 on black background.


Color preview on white background

This text has color #D4D480 on white background.



Black color preview on #D4D480 background

This text has black color on #D4D480 background.


White color preview on #D4D480 background

This text has white color on #D4D480 background.