COLOR #D9D33D

HEX: #D9D33D
RGB: (217,211,61)

Color info

#D9D33D contains mainly red and green colors. Web safe color of #D9D33D is #CCCC33 (or #CC3).

RGB color model

#D9D33D color RGB value is (217,211,61).

  • red value is 217;
  • green value is 211;
  • blue value is 61.
RGB:
(217,211,61)
(85%,83%,24%)

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 61 of 255 = 24%

217
211
61

R + G + B ~ 64%. #D9D33D is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 61 = 489 (100%)
R 217 of 489 ~ 44.38%
G 211 of 489 ~ 43.15%
B 61 of 489 ~ 12.47%

%44.38
%43.15
%12.47

CMYK color model

#D9D33D color CMYK value is (0,3,72,15).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 71.89%
  • key color value is 14.90%
CMYK:
(0,3,72,15)
C0M3Y72K15 
(0%,3%,72%,15%)
(0.00/0.03/0.72/0.15)	

CMYK percentages

%0
%2.76
%71.89
%14.9

Codes

Color #D9D33D in popluar color models

D9D33D
RGB21721161
HSL58°67.24%54.51%
HSB/HSV58°71.89%85.10%
CMYK0.00%2.76%71.89%
14.90%

Color #D9D33D in popluar number systems.

HEXD9D33D
Decimal21721161
Binary1101100111010011111101
Octal33132375

Shades and tints

Shades of #D9D33D

#D9D33D
(217,211,61)
#C6C038
(198,192,56)
#B3AD33
(179,173,51)
#A09A2E
(160,154,46)
#8D8729
(141,135,41)
#7A7424
(122,116,36)
#67611F
(103,97,31)
#544E1A
(84,78,26)
#413B15
(65,59,21)
#2E2810
(46,40,16)
#1B150B
(27,21,11)
#000000
(0,0,0)

Tints of #D9D33D

#D9D33D
(217,211,61)
#DCD74E
(220,215,78)
#DFDB5F
(223,219,95)
#E2DF70
(226,223,112)
#E5E381
(229,227,129)
#E8E792
(232,231,146)
#EBEBA3
(235,235,163)
#EEEFB4
(238,239,180)
#F1F3C5
(241,243,197)
#F4F7D6
(244,247,214)
#F7FBE7
(247,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D33D color. Also use rgb(217,211,61) instead hex code.

Text Font Color

.myTextColor { color: #D9D33D; }

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

This text font color is #D9D33D.


Background Color

.myBgColor { background-color: #D9D33D; }

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

This div background color is #D9D33D.


Border color

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

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

This div border color is #D9D33D.


Opacity

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

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

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

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

This text has shadow with #D9D33D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D33D on black background.


Color preview on white background

This text has color #D9D33D on white background.



Black color preview on #D9D33D background

This text has black color on #D9D33D background.


White color preview on #D9D33D background

This text has white color on #D9D33D background.