COLOR #D6C145

HEX: #D6C145
RGB: (214,193,69)

Color info

#D6C145 contains mainly red and green colors. Web safe color of #D6C145 is #CCCC33 (or #CC3).

RGB color model

#D6C145 color RGB value is (214,193,69).

  • red value is 214;
  • green value is 193;
  • blue value is 69.
RGB:
(214,193,69)
(84%,76%,27%)

RGB channels and saturation

R 214 of 255 = 84%
G 193 of 255 = 76%
B 69 of 255 = 27%

214
193
69

R + G + B ~ 62%. #D6C145 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 193 + 69 = 476 (100%)
R 214 of 476 ~ 44.96%
G 193 of 476 ~ 40.55%
B 69 of 476 ~ 14.5%

%44.96
%40.55
%14.5

CMYK color model

#D6C145 color CMYK value is (0,10,68,16).

  • cyan value is 0.00%
  • magenta value is 9.81%
  • yellow value is 67.76%
  • key color value is 16.08%
CMYK:
(0,10,68,16)
C0M10Y68K16 
(0%,10%,68%,16%)
(0.00/0.10/0.68/0.16)	

CMYK percentages

%0
%9.81
%67.76
%16.08

Codes

Color #D6C145 in popluar color models

D6C145
RGB21419369
HSL51°63.88%55.49%
HSB/HSV51°67.76%83.92%
CMYK0.00%9.81%67.76%
16.08%

Color #D6C145 in popluar number systems.

HEXD6C145
Decimal21419369
Binary11010110110000011000101
Octal326301105

Shades and tints

Shades of #D6C145

#D6C145
(214,193,69)
#C3B03F
(195,176,63)
#B09F39
(176,159,57)
#9D8E33
(157,142,51)
#8A7D2D
(138,125,45)
#776C27
(119,108,39)
#645B21
(100,91,33)
#514A1B
(81,74,27)
#3E3915
(62,57,21)
#2B280F
(43,40,15)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #D6C145

#D6C145
(214,193,69)
#D9C655
(217,198,85)
#DCCB65
(220,203,101)
#DFD075
(223,208,117)
#E2D585
(226,213,133)
#E5DA95
(229,218,149)
#E8DFA5
(232,223,165)
#EBE4B5
(235,228,181)
#EEE9C5
(238,233,197)
#F1EED5
(241,238,213)
#F4F3E5
(244,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C145 color. Also use rgb(214,193,69) instead hex code.

Text Font Color

.myTextColor { color: #D6C145; }

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

This text font color is #D6C145.


Background Color

.myBgColor { background-color: #D6C145; }

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

This div background color is #D6C145.


Border color

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

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

This div border color is #D6C145.


Opacity

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

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

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

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

This text has shadow with #D6C145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C145 on black background.


Color preview on white background

This text has color #D6C145 on white background.



Black color preview on #D6C145 background

This text has black color on #D6C145 background.


White color preview on #D6C145 background

This text has white color on #D6C145 background.