COLOR #D69D40

HEX: #D69D40
RGB: (214,157,64)

Color info

#D69D40 contains mainly red and green colors. Web safe color of #D69D40 is #CC9933 (or #C93).

RGB color model

#D69D40 color RGB value is (214,157,64).

  • red value is 214;
  • green value is 157;
  • blue value is 64.
RGB:
(214,157,64)
(84%,62%,25%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 64 of 255 = 25%

214
157
64

R + G + B ~ 57%. #D69D40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 64 = 435 (100%)
R 214 of 435 ~ 49.2%
G 157 of 435 ~ 36.09%
B 64 of 435 ~ 14.71%

%49.2
%36.09
%14.71

CMYK color model

#D69D40 color CMYK value is (0,27,70,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 70.09%
  • key color value is 16.08%
CMYK:
(0,27,70,16)
C0M27Y70K16 
(0%,27%,70%,16%)
(0.00/0.27/0.70/0.16)	

CMYK percentages

%0
%26.64
%70.09
%16.08

Codes

Color #D69D40 in popluar color models

D69D40
RGB21415764
HSL37°64.66%54.51%
HSB/HSV37°70.09%83.92%
CMYK0.00%26.64%70.09%
16.08%

Color #D69D40 in popluar number systems.

HEXD69D40
Decimal21415764
Binary11010110100111011000000
Octal326235100

Shades and tints

Shades of #D69D40

#D69D40
(214,157,64)
#C38F3B
(195,143,59)
#B08136
(176,129,54)
#9D7331
(157,115,49)
#8A652C
(138,101,44)
#775727
(119,87,39)
#644922
(100,73,34)
#513B1D
(81,59,29)
#3E2D18
(62,45,24)
#2B1F13
(43,31,19)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #D69D40

#D69D40
(214,157,64)
#D9A551
(217,165,81)
#DCAD62
(220,173,98)
#DFB573
(223,181,115)
#E2BD84
(226,189,132)
#E5C595
(229,197,149)
#E8CDA6
(232,205,166)
#EBD5B7
(235,213,183)
#EEDDC8
(238,221,200)
#F1E5D9
(241,229,217)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69D40 color. Also use rgb(214,157,64) instead hex code.

Text Font Color

.myTextColor { color: #D69D40; }

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

This text font color is #D69D40.


Background Color

.myBgColor { background-color: #D69D40; }

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

This div background color is #D69D40.


Border color

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

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

This div border color is #D69D40.


Opacity

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

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

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

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

This text has shadow with #D69D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69D40 on black background.


Color preview on white background

This text has color #D69D40 on white background.



Black color preview on #D69D40 background

This text has black color on #D69D40 background.


White color preview on #D69D40 background

This text has white color on #D69D40 background.