COLOR #D5C25E

HEX: #D5C25E
RGB: (213,194,94)

Color info

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

RGB color model

#D5C25E color RGB value is (213,194,94).

  • red value is 213;
  • green value is 194;
  • blue value is 94.
RGB:
(213,194,94)
(84%,76%,37%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 94 of 255 = 37%

213
194
94

R + G + B ~ 66%. #D5C25E is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 194 + 94 = 501 (100%)
R 213 of 501 ~ 42.51%
G 194 of 501 ~ 38.72%
B 94 of 501 ~ 18.76%

%42.51
%38.72
%18.76

CMYK color model

#D5C25E color CMYK value is (0,9,56,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 55.87%
  • key color value is 16.47%
CMYK:
(0,9,56,16)
C0M9Y56K16 
(0%,9%,56%,16%)
(0.00/0.09/0.56/0.16)	

CMYK percentages

%0
%8.92
%55.87
%16.47

Codes

Color #D5C25E in popluar color models

D5C25E
RGB21319494
HSL50°58.62%60.20%
HSB/HSV50°55.87%83.53%
CMYK0.00%8.92%55.87%
16.47%

Color #D5C25E in popluar number systems.

HEXD5C25E
Decimal21319494
Binary11010101110000101011110
Octal325302136

Shades and tints

Shades of #D5C25E

#D5C25E
(213,194,94)
#C2B156
(194,177,86)
#AFA04E
(175,160,78)
#9C8F46
(156,143,70)
#897E3E
(137,126,62)
#766D36
(118,109,54)
#635C2E
(99,92,46)
#504B26
(80,75,38)
#3D3A1E
(61,58,30)
#2A2916
(42,41,22)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #D5C25E

#D5C25E
(213,194,94)
#D8C76C
(216,199,108)
#DBCC7A
(219,204,122)
#DED188
(222,209,136)
#E1D696
(225,214,150)
#E4DBA4
(228,219,164)
#E7E0B2
(231,224,178)
#EAE5C0
(234,229,192)
#EDEACE
(237,234,206)
#F0EFDC
(240,239,220)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C25E color. Also use rgb(213,194,94) instead hex code.

Text Font Color

.myTextColor { color: #D5C25E; }

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

This text font color is #D5C25E.


Background Color

.myBgColor { background-color: #D5C25E; }

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

This div background color is #D5C25E.


Border color

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

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

This div border color is #D5C25E.


Opacity

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

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

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

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

This text has shadow with #D5C25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C25E on black background.


Color preview on white background

This text has color #D5C25E on white background.



Black color preview on #D5C25E background

This text has black color on #D5C25E background.


White color preview on #D5C25E background

This text has white color on #D5C25E background.