COLOR #D5C462

HEX: #D5C462
RGB: (213,196,98)

Color info

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

RGB color model

#D5C462 color RGB value is (213,196,98).

  • red value is 213;
  • green value is 196;
  • blue value is 98.
RGB:
(213,196,98)
(84%,77%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 98 of 255 = 38%

213
196
98

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

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 98 = 507 (100%)
R 213 of 507 ~ 42.01%
G 196 of 507 ~ 38.66%
B 98 of 507 ~ 19.33%

%42.01
%38.66
%19.33

CMYK color model

#D5C462 color CMYK value is (0,8,54,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 53.99%
  • key color value is 16.47%
CMYK:
(0,8,54,16)
C0M8Y54K16 
(0%,8%,54%,16%)
(0.00/0.08/0.54/0.16)	

CMYK percentages

%0
%7.98
%53.99
%16.47

Codes

Color #D5C462 in popluar color models

D5C462
RGB21319698
HSL51°57.79%60.98%
HSB/HSV51°53.99%83.53%
CMYK0.00%7.98%53.99%
16.47%

Color #D5C462 in popluar number systems.

HEXD5C462
Decimal21319698
Binary11010101110001001100010
Octal325304142

Shades and tints

Shades of #D5C462

#D5C462
(213,196,98)
#C2B35A
(194,179,90)
#AFA252
(175,162,82)
#9C914A
(156,145,74)
#898042
(137,128,66)
#766F3A
(118,111,58)
#635E32
(99,94,50)
#504D2A
(80,77,42)
#3D3C22
(61,60,34)
#2A2B1A
(42,43,26)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #D5C462

#D5C462
(213,196,98)
#D8C970
(216,201,112)
#DBCE7E
(219,206,126)
#DED38C
(222,211,140)
#E1D89A
(225,216,154)
#E4DDA8
(228,221,168)
#E7E2B6
(231,226,182)
#EAE7C4
(234,231,196)
#EDECD2
(237,236,210)
#F0F1E0
(240,241,224)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C462 color. Also use rgb(213,196,98) instead hex code.

Text Font Color

.myTextColor { color: #D5C462; }

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

This text font color is #D5C462.


Background Color

.myBgColor { background-color: #D5C462; }

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

This div background color is #D5C462.


Border color

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

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

This div border color is #D5C462.


Opacity

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

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

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

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

This text has shadow with #D5C462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C462 on black background.


Color preview on white background

This text has color #D5C462 on white background.



Black color preview on #D5C462 background

This text has black color on #D5C462 background.


White color preview on #D5C462 background

This text has white color on #D5C462 background.