COLOR #D69559

HEX: #D69559
RGB: (214,149,89)

Color info

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

RGB color model

#D69559 color RGB value is (214,149,89).

  • red value is 214;
  • green value is 149;
  • blue value is 89.
RGB:
(214,149,89)
(84%,58%,35%)

RGB channels and saturation

R 214 of 255 = 84%
G 149 of 255 = 58%
B 89 of 255 = 35%

214
149
89

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

Portions of RGB colors in percentages

R + G + B =
214 + 149 + 89 = 452 (100%)
R 214 of 452 ~ 47.35%
G 149 of 452 ~ 32.96%
B 89 of 452 ~ 19.69%

%47.35
%32.96
%19.69

CMYK color model

#D69559 color CMYK value is (0,30,58,16).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 58.41%
  • key color value is 16.08%
CMYK:
(0,30,58,16)
C0M30Y58K16 
(0%,30%,58%,16%)
(0.00/0.30/0.58/0.16)	

CMYK percentages

%0
%30.37
%58.41
%16.08

Codes

Color #D69559 in popluar color models

D69559
RGB21414989
HSL29°60.39%59.41%
HSB/HSV29°58.41%83.92%
CMYK0.00%30.37%58.41%
16.08%

Color #D69559 in popluar number systems.

HEXD69559
Decimal21414989
Binary11010110100101011011001
Octal326225131

Shades and tints

Shades of #D69559

#D69559
(214,149,89)
#C38851
(195,136,81)
#B07B49
(176,123,73)
#9D6E41
(157,110,65)
#8A6139
(138,97,57)
#775431
(119,84,49)
#644729
(100,71,41)
#513A21
(81,58,33)
#3E2D19
(62,45,25)
#2B2011
(43,32,17)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #D69559

#D69559
(214,149,89)
#D99E68
(217,158,104)
#DCA777
(220,167,119)
#DFB086
(223,176,134)
#E2B995
(226,185,149)
#E5C2A4
(229,194,164)
#E8CBB3
(232,203,179)
#EBD4C2
(235,212,194)
#EEDDD1
(238,221,209)
#F1E6E0
(241,230,224)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69559 color. Also use rgb(214,149,89) instead hex code.

Text Font Color

.myTextColor { color: #D69559; }

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

This text font color is #D69559.


Background Color

.myBgColor { background-color: #D69559; }

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

This div background color is #D69559.


Border color

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

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

This div border color is #D69559.


Opacity

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

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

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

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

This text has shadow with #D69559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69559 on black background.


Color preview on white background

This text has color #D69559 on white background.



Black color preview on #D69559 background

This text has black color on #D69559 background.


White color preview on #D69559 background

This text has white color on #D69559 background.