COLOR #D69A6D

HEX: #D69A6D
RGB: (214,154,109)

Color info

#D69A6D contains mainly red color. Web safe color of #D69A6D is #CC9966 (or #C96).

RGB color model

#D69A6D color RGB value is (214,154,109).

  • red value is 214;
  • green value is 154;
  • blue value is 109.
RGB:
(214,154,109)
(84%,60%,43%)

RGB channels and saturation

R 214 of 255 = 84%
G 154 of 255 = 60%
B 109 of 255 = 43%

214
154
109

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

Portions of RGB colors in percentages

R + G + B =
214 + 154 + 109 = 477 (100%)
R 214 of 477 ~ 44.86%
G 154 of 477 ~ 32.29%
B 109 of 477 ~ 22.85%

%44.86
%32.29
%22.85

CMYK color model

#D69A6D color CMYK value is (0,28,49,16).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK:
(0,28,49,16)
C0M28Y49K16 
(0%,28%,49%,16%)
(0.00/0.28/0.49/0.16)	

CMYK percentages

%0
%28.04
%49.07
%16.08

Codes

Color #D69A6D in popluar color models

D69A6D
RGB214154109
HSL26°56.15%63.33%
HSB/HSV26°49.07%83.92%
CMYK0.00%28.04%49.07%
16.08%

Color #D69A6D in popluar number systems.

HEXD69A6D
Decimal214154109
Binary11010110100110101101101
Octal326232155

Shades and tints

Shades of #D69A6D

#D69A6D
(214,154,109)
#C38C64
(195,140,100)
#B07E5B
(176,126,91)
#9D7052
(157,112,82)
#8A6249
(138,98,73)
#775440
(119,84,64)
#644637
(100,70,55)
#51382E
(81,56,46)
#3E2A25
(62,42,37)
#2B1C1C
(43,28,28)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #D69A6D

#D69A6D
(214,154,109)
#D9A37A
(217,163,122)
#DCAC87
(220,172,135)
#DFB594
(223,181,148)
#E2BEA1
(226,190,161)
#E5C7AE
(229,199,174)
#E8D0BB
(232,208,187)
#EBD9C8
(235,217,200)
#EEE2D5
(238,226,213)
#F1EBE2
(241,235,226)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69A6D color. Also use rgb(214,154,109) instead hex code.

Text Font Color

.myTextColor { color: #D69A6D; }

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

This text font color is #D69A6D.


Background Color

.myBgColor { background-color: #D69A6D; }

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

This div background color is #D69A6D.


Border color

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

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

This div border color is #D69A6D.


Opacity

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

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

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

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

This text has shadow with #D69A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69A6D on black background.


Color preview on white background

This text has color #D69A6D on white background.



Black color preview on #D69A6D background

This text has black color on #D69A6D background.


White color preview on #D69A6D background

This text has white color on #D69A6D background.