COLOR #D59662

HEX: #D59662
RGB: (213,150,98)

Color info

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

RGB color model

#D59662 color RGB value is (213,150,98).

  • red value is 213;
  • green value is 150;
  • blue value is 98.
RGB:
(213,150,98)
(84%,59%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 150 of 255 = 59%
B 98 of 255 = 38%

213
150
98

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

Portions of RGB colors in percentages

R + G + B =
213 + 150 + 98 = 461 (100%)
R 213 of 461 ~ 46.2%
G 150 of 461 ~ 32.54%
B 98 of 461 ~ 21.26%

%46.2
%32.54
%21.26

CMYK color model

#D59662 color CMYK value is (0,30,54,16).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 53.99%
  • key color value is 16.47%
CMYK:
(0,30,54,16)
C0M30Y54K16 
(0%,30%,54%,16%)
(0.00/0.30/0.54/0.16)	

CMYK percentages

%0
%29.58
%53.99
%16.47

Codes

Color #D59662 in popluar color models

D59662
RGB21315098
HSL27°57.79%60.98%
HSB/HSV27°53.99%83.53%
CMYK0.00%29.58%53.99%
16.47%

Color #D59662 in popluar number systems.

HEXD59662
Decimal21315098
Binary11010101100101101100010
Octal325226142

Shades and tints

Shades of #D59662

#D59662
(213,150,98)
#C2895A
(194,137,90)
#AF7C52
(175,124,82)
#9C6F4A
(156,111,74)
#896242
(137,98,66)
#76553A
(118,85,58)
#634832
(99,72,50)
#503B2A
(80,59,42)
#3D2E22
(61,46,34)
#2A211A
(42,33,26)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #D59662

#D59662
(213,150,98)
#D89F70
(216,159,112)
#DBA87E
(219,168,126)
#DEB18C
(222,177,140)
#E1BA9A
(225,186,154)
#E4C3A8
(228,195,168)
#E7CCB6
(231,204,182)
#EAD5C4
(234,213,196)
#EDDED2
(237,222,210)
#F0E7E0
(240,231,224)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59662 color. Also use rgb(213,150,98) instead hex code.

Text Font Color

.myTextColor { color: #D59662; }

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

This text font color is #D59662.


Background Color

.myBgColor { background-color: #D59662; }

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

This div background color is #D59662.


Border color

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

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

This div border color is #D59662.


Opacity

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

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

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

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

This text has shadow with #D59662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59662 on black background.


Color preview on white background

This text has color #D59662 on white background.



Black color preview on #D59662 background

This text has black color on #D59662 background.


White color preview on #D59662 background

This text has white color on #D59662 background.