COLOR #D3C25C

HEX: #D3C25C
RGB: (211,194,92)

Color info

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

RGB color model

#D3C25C color RGB value is (211,194,92).

  • red value is 211;
  • green value is 194;
  • blue value is 92.
RGB:
(211,194,92)
(83%,76%,36%)

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 92 of 255 = 36%

211
194
92

R + G + B ~ 65%. #D3C25C is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 92 = 497 (100%)
R 211 of 497 ~ 42.45%
G 194 of 497 ~ 39.03%
B 92 of 497 ~ 18.51%

%42.45
%39.03
%18.51

CMYK color model

#D3C25C color CMYK value is (0,8,56,17).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 56.40%
  • key color value is 17.25%
CMYK:
(0,8,56,17)
C0M8Y56K17 
(0%,8%,56%,17%)
(0.00/0.08/0.56/0.17)	

CMYK percentages

%0
%8.06
%56.4
%17.25

Codes

Color #D3C25C in popluar color models

D3C25C
RGB21119492
HSL51°57.49%59.41%
HSB/HSV51°56.40%82.75%
CMYK0.00%8.06%56.40%
17.25%

Color #D3C25C in popluar number systems.

HEXD3C25C
Decimal21119492
Binary11010011110000101011100
Octal323302134

Shades and tints

Shades of #D3C25C

#D3C25C
(211,194,92)
#C0B154
(192,177,84)
#ADA04C
(173,160,76)
#9A8F44
(154,143,68)
#877E3C
(135,126,60)
#746D34
(116,109,52)
#615C2C
(97,92,44)
#4E4B24
(78,75,36)
#3B3A1C
(59,58,28)
#282914
(40,41,20)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #D3C25C

#D3C25C
(211,194,92)
#D7C76A
(215,199,106)
#DBCC78
(219,204,120)
#DFD186
(223,209,134)
#E3D694
(227,214,148)
#E7DBA2
(231,219,162)
#EBE0B0
(235,224,176)
#EFE5BE
(239,229,190)
#F3EACC
(243,234,204)
#F7EFDA
(247,239,218)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C25C; }

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

This text font color is #D3C25C.


Background Color

.myBgColor { background-color: #D3C25C; }

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

This div background color is #D3C25C.


Border color

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

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

This div border color is #D3C25C.


Opacity

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

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

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

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

This text has shadow with #D3C25C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C25C on black background.


Color preview on white background

This text has color #D3C25C on white background.



Black color preview on #D3C25C background

This text has black color on #D3C25C background.


White color preview on #D3C25C background

This text has white color on #D3C25C background.