COLOR #D59C92

HEX: #D59C92 RGB: (213,156,146)

Color info

#D59C92 contains mainly red and green colors. Web safe color of #D59C92 is #CC9999 (or #C99).

RGB color model

#D59C92 color RGB value is (213,156,146).

RGB: (213,156,146) (84%, 61%, 57%)

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 146 of 255 = 57%

213
156
146

R + G + B ~ 67%. #D59C92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 156 + 146 = 515 (100%)
R 213 of 515 ~ 41.36%
G 156 of 515 ~ 30.29%
B 146 of 515 ~ 28.35'%

%41.36
%30.29
%28.35

CMYK color model

#D59C92 color CMYK value is (0,27,31,16).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 31.46%
  • key color value is 16.47%

CMYK: (0,27,31,16)
C0M27Y31K16 (0%, 27%, 31%, 16%)
(0.00 / 0.27 / 0.31 / 0.16)

CMYK percentages

%0
%26.76
%31.46
%16.47

Codes

Color #D59C92 in popluar color models

D5 9C 92
RGB 213 156 146
HSL 44.37% 70.39%
HSB/HSV 31.46% 83.53%
CMYK 0.00% 26.76% 31.46%
16.47%

Color #D59C92 in popluar number systems.

HEX D5 9C 92
Decimal 213 156 146
Binary 11010101 10011100 10010010
Octal 325 234 222

Shades and tints

Shades of #D59C92

#D59C92
(213,156,146)
#C28E85
(194,142,133)
#AF8078
(175,128,120)
#9C726B
(156,114,107)
#89645E
(137,100,94)
#765651
(118,86,81)
#634844
(99,72,68)
#503A37
(80,58,55)
#3D2C2A
(61,44,42)
#2A1E1D
(42,30,29)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #D59C92

#D59C92
(213,156,146)
#D8A59B
(216,165,155)
#DBAEA4
(219,174,164)
#DEB7AD
(222,183,173)
#E1C0B6
(225,192,182)
#E4C9BF
(228,201,191)
#E7D2C8
(231,210,200)
#EADBD1
(234,219,209)
#EDE4DA
(237,228,218)
#F0EDE3
(240,237,227)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59C92 color. Also use rgb(213,156,146) instead hex code.

Text Font Color

.myTextColor { color: #D59C92; }

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

This text font color is #D59C92.

Background Color

.myBgColor { background-color: #D59C92; }

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

This div background color is #D59C92.

Border color

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

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

This div border color is #D59C92.

Opacity

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

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

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

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

This text has shadow with #D59C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59C92.

Preview

Color preview on black background

This text has color #D59C92 on black background.


Color preview on white background

This text has color #D59C92 on white background.


Black color preview on #D59C92 background

This text has black color on #D59C92 background.


White color preview on #D59C92 background

This text has white color on #D59C92 background.


Related colors

Complementary color

Complementary color for #hex is #2A636D.


I love getcolorcode.com

Triadic colors

1 #92D59C and #9C92D5 with #D59C92 are triadic colors.

2 #929CD5 and #9CD592 with #D59C92 are triadic colors.