COLOR #D3D35A

HEX: #D3D35A
RGB: (211,211,90)

Color info

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

RGB color model

#D3D35A color RGB value is (211,211,90).

  • red value is 211;
  • green value is 211;
  • blue value is 90.
RGB:
(211,211,90)
(83%,83%,35%)

RGB channels and saturation

R 211 of 255 = 83%
G 211 of 255 = 83%
B 90 of 255 = 35%

211
211
90

R + G + B ~ 67%. #D3D35A is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 211 + 90 = 512 (100%)
R 211 of 512 ~ 41.21%
G 211 of 512 ~ 41.21%
B 90 of 512 ~ 17.58%

%41.21
%41.21
%17.58

CMYK color model

#D3D35A color CMYK value is (0,0,57,17).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.35%
  • key color value is 17.25%
CMYK:
(0,0,57,17)
C0M0Y57K17 
(0%,0%,57%,17%)
(0.00/0.00/0.57/0.17)	

CMYK percentages

%0
%0
%57.35
%17.25

Codes

Color #D3D35A in popluar color models

D3D35A
RGB21121190
HSL60°57.89%59.02%
HSB/HSV60°57.35%82.75%
CMYK0.00%0.00%57.35%
17.25%

Color #D3D35A in popluar number systems.

HEXD3D35A
Decimal21121190
Binary11010011110100111011010
Octal323323132

Shades and tints

Shades of #D3D35A

#D3D35A
(211,211,90)
#C0C052
(192,192,82)
#ADAD4A
(173,173,74)
#9A9A42
(154,154,66)
#87873A
(135,135,58)
#747432
(116,116,50)
#61612A
(97,97,42)
#4E4E22
(78,78,34)
#3B3B1A
(59,59,26)
#282812
(40,40,18)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #D3D35A

#D3D35A
(211,211,90)
#D7D769
(215,215,105)
#DBDB78
(219,219,120)
#DFDF87
(223,223,135)
#E3E396
(227,227,150)
#E7E7A5
(231,231,165)
#EBEBB4
(235,235,180)
#EFEFC3
(239,239,195)
#F3F3D2
(243,243,210)
#F7F7E1
(247,247,225)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D35A; }

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

This text font color is #D3D35A.


Background Color

.myBgColor { background-color: #D3D35A; }

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

This div background color is #D3D35A.


Border color

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

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

This div border color is #D3D35A.


Opacity

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

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

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

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

This text has shadow with #D3D35A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D35A on black background.


Color preview on white background

This text has color #D3D35A on white background.



Black color preview on #D3D35A background

This text has black color on #D3D35A background.


White color preview on #D3D35A background

This text has white color on #D3D35A background.