COLOR #D69D2E

HEX: #D69D2E
RGB: (214,157,46)

Color info

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

RGB color model

#D69D2E color RGB value is (214,157,46).

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

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 46 of 255 = 18%

214
157
46

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

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 46 = 417 (100%)
R 214 of 417 ~ 51.32%
G 157 of 417 ~ 37.65%
B 46 of 417 ~ 11.03%

%51.32
%37.65
%11.03

CMYK color model

#D69D2E color CMYK value is (0,27,79,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 78.50%
  • key color value is 16.08%
CMYK:
(0,27,79,16)
C0M27Y79K16 
(0%,27%,79%,16%)
(0.00/0.27/0.79/0.16)	

CMYK percentages

%0
%26.64
%78.5
%16.08

Codes

Color #D69D2E in popluar color models

D69D2E
RGB21415746
HSL40°67.20%50.98%
HSB/HSV40°78.50%83.92%
CMYK0.00%26.64%78.50%
16.08%

Color #D69D2E in popluar number systems.

HEXD69D2E
Decimal21415746
Binary1101011010011101101110
Octal32623556

Shades and tints

Shades of #D69D2E

#D69D2E
(214,157,46)
#C38F2A
(195,143,42)
#B08126
(176,129,38)
#9D7322
(157,115,34)
#8A651E
(138,101,30)
#77571A
(119,87,26)
#644916
(100,73,22)
#513B12
(81,59,18)
#3E2D0E
(62,45,14)
#2B1F0A
(43,31,10)
#181106
(24,17,6)
#000000
(0,0,0)

Tints of #D69D2E

#D69D2E
(214,157,46)
#D9A541
(217,165,65)
#DCAD54
(220,173,84)
#DFB567
(223,181,103)
#E2BD7A
(226,189,122)
#E5C58D
(229,197,141)
#E8CDA0
(232,205,160)
#EBD5B3
(235,213,179)
#EEDDC6
(238,221,198)
#F1E5D9
(241,229,217)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69D2E; }

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

This text font color is #D69D2E.


Background Color

.myBgColor { background-color: #D69D2E; }

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

This div background color is #D69D2E.


Border color

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

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

This div border color is #D69D2E.


Opacity

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

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

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

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

This text has shadow with #D69D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69D2E on black background.


Color preview on white background

This text has color #D69D2E on white background.



Black color preview on #D69D2E background

This text has black color on #D69D2E background.


White color preview on #D69D2E background

This text has white color on #D69D2E background.