COLOR #D5C16D

HEX: #D5C16D
RGB: (213,193,109)

Color info

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

RGB color model

#D5C16D color RGB value is (213,193,109).

  • red value is 213;
  • green value is 193;
  • blue value is 109.
RGB:
(213,193,109)
(84%,76%,43%)

RGB channels and saturation

R 213 of 255 = 84%
G 193 of 255 = 76%
B 109 of 255 = 43%

213
193
109

R + G + B ~ 68%. #D5C16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 193 + 109 = 515 (100%)
R 213 of 515 ~ 41.36%
G 193 of 515 ~ 37.48%
B 109 of 515 ~ 21.17%

%41.36
%37.48
%21.17

CMYK color model

#D5C16D color CMYK value is (0,9,49,16).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 48.83%
  • key color value is 16.47%
CMYK:
(0,9,49,16)
C0M9Y49K16 
(0%,9%,49%,16%)
(0.00/0.09/0.49/0.16)	

CMYK percentages

%0
%9.39
%48.83
%16.47

Codes

Color #D5C16D in popluar color models

D5C16D
RGB213193109
HSL48°55.32%63.14%
HSB/HSV48°48.83%83.53%
CMYK0.00%9.39%48.83%
16.47%

Color #D5C16D in popluar number systems.

HEXD5C16D
Decimal213193109
Binary11010101110000011101101
Octal325301155

Shades and tints

Shades of #D5C16D

#D5C16D
(213,193,109)
#C2B064
(194,176,100)
#AF9F5B
(175,159,91)
#9C8E52
(156,142,82)
#897D49
(137,125,73)
#766C40
(118,108,64)
#635B37
(99,91,55)
#504A2E
(80,74,46)
#3D3925
(61,57,37)
#2A281C
(42,40,28)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #D5C16D

#D5C16D
(213,193,109)
#D8C67A
(216,198,122)
#DBCB87
(219,203,135)
#DED094
(222,208,148)
#E1D5A1
(225,213,161)
#E4DAAE
(228,218,174)
#E7DFBB
(231,223,187)
#EAE4C8
(234,228,200)
#EDE9D5
(237,233,213)
#F0EEE2
(240,238,226)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C16D color. Also use rgb(213,193,109) instead hex code.

Text Font Color

.myTextColor { color: #D5C16D; }

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

This text font color is #D5C16D.


Background Color

.myBgColor { background-color: #D5C16D; }

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

This div background color is #D5C16D.


Border color

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

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

This div border color is #D5C16D.


Opacity

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

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

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

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

This text has shadow with #D5C16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C16D on black background.


Color preview on white background

This text has color #D5C16D on white background.



Black color preview on #D5C16D background

This text has black color on #D5C16D background.


White color preview on #D5C16D background

This text has white color on #D5C16D background.