COLOR #D69E09

HEX: #D69E09
RGB: (214,158,9)

Color info

#D69E09 contains mainly red and green colors. Web safe color of #D69E09 is #CC9900 (or #C90).

RGB color model

#D69E09 color RGB value is (214,158,9).

  • red value is 214;
  • green value is 158;
  • blue value is 9.
RGB:
(214,158,9)
(84%,62%,4%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 9 of 255 = 4%

214
158
9

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

Portions of RGB colors in percentages

R + G + B =
214 + 158 + 9 = 381 (100%)
R 214 of 381 ~ 56.17%
G 158 of 381 ~ 41.47%
B 9 of 381 ~ 2.36%

%56.17
%41.47

CMYK color model

#D69E09 color CMYK value is (0,26,96,16).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 95.79%
  • key color value is 16.08%
CMYK:
(0,26,96,16)
C0M26Y96K16 
(0%,26%,96%,16%)
(0.00/0.26/0.96/0.16)	

CMYK percentages

%0
%26.17
%95.79
%16.08

Codes

Color #D69E09 in popluar color models

D69E09
RGB2141589
HSL44°91.93%43.73%
HSB/HSV44°95.79%83.92%
CMYK0.00%26.17%95.79%
16.08%

Color #D69E09 in popluar number systems.

HEXD69E09
Decimal2141589
Binary11010110100111101001
Octal32623611

Shades and tints

Shades of #D69E09

#D69E09
(214,158,9)
#C39009
(195,144,9)
#B08209
(176,130,9)
#9D7409
(157,116,9)
#8A6609
(138,102,9)
#775809
(119,88,9)
#644A09
(100,74,9)
#513C09
(81,60,9)
#3E2E09
(62,46,9)
#2B2009
(43,32,9)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #D69E09

#D69E09
(214,158,9)
#D9A61F
(217,166,31)
#DCAE35
(220,174,53)
#DFB64B
(223,182,75)
#E2BE61
(226,190,97)
#E5C677
(229,198,119)
#E8CE8D
(232,206,141)
#EBD6A3
(235,214,163)
#EEDEB9
(238,222,185)
#F1E6CF
(241,230,207)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69E09 color. Also use rgb(214,158,9) instead hex code.

Text Font Color

.myTextColor { color: #D69E09; }

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

This text font color is #D69E09.


Background Color

.myBgColor { background-color: #D69E09; }

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

This div background color is #D69E09.


Border color

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

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

This div border color is #D69E09.


Opacity

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

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

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

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

This text has shadow with #D69E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69E09 on black background.


Color preview on white background

This text has color #D69E09 on white background.



Black color preview on #D69E09 background

This text has black color on #D69E09 background.


White color preview on #D69E09 background

This text has white color on #D69E09 background.