COLOR #D69A5C

HEX: #D69A5C
RGB: (214,154,92)

Color info

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

RGB color model

#D69A5C color RGB value is (214,154,92).

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

RGB channels and saturation

R 214 of 255 = 84%
G 154 of 255 = 60%
B 92 of 255 = 36%

214
154
92

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

Portions of RGB colors in percentages

R + G + B =
214 + 154 + 92 = 460 (100%)
R 214 of 460 ~ 46.52%
G 154 of 460 ~ 33.48%
B 92 of 460 ~ 20%

%46.52
%33.48
%20

CMYK color model

#D69A5C color CMYK value is (0,28,57,16).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 57.01%
  • key color value is 16.08%
CMYK:
(0,28,57,16)
C0M28Y57K16 
(0%,28%,57%,16%)
(0.00/0.28/0.57/0.16)	

CMYK percentages

%0
%28.04
%57.01
%16.08

Codes

Color #D69A5C in popluar color models

D69A5C
RGB21415492
HSL30°59.80%60.00%
HSB/HSV30°57.01%83.92%
CMYK0.00%28.04%57.01%
16.08%

Color #D69A5C in popluar number systems.

HEXD69A5C
Decimal21415492
Binary11010110100110101011100
Octal326232134

Shades and tints

Shades of #D69A5C

#D69A5C
(214,154,92)
#C38C54
(195,140,84)
#B07E4C
(176,126,76)
#9D7044
(157,112,68)
#8A623C
(138,98,60)
#775434
(119,84,52)
#64462C
(100,70,44)
#513824
(81,56,36)
#3E2A1C
(62,42,28)
#2B1C14
(43,28,20)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #D69A5C

#D69A5C
(214,154,92)
#D9A36A
(217,163,106)
#DCAC78
(220,172,120)
#DFB586
(223,181,134)
#E2BE94
(226,190,148)
#E5C7A2
(229,199,162)
#E8D0B0
(232,208,176)
#EBD9BE
(235,217,190)
#EEE2CC
(238,226,204)
#F1EBDA
(241,235,218)
#F4F4E8
(244,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69A5C; }

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

This text font color is #D69A5C.


Background Color

.myBgColor { background-color: #D69A5C; }

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

This div background color is #D69A5C.


Border color

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

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

This div border color is #D69A5C.


Opacity

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

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

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

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

This text has shadow with #D69A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69A5C on black background.


Color preview on white background

This text has color #D69A5C on white background.



Black color preview on #D69A5C background

This text has black color on #D69A5C background.


White color preview on #D69A5C background

This text has white color on #D69A5C background.