COLOR #D5C18F

HEX: #D5C18F RGB: (213,193,143)

Color info

#D5C18F contains mainly red and green colors. Web safe color of #D5C18F is #CCCC99 (or #CC9).

RGB color model

#D5C18F color RGB value is (213,193,143).

RGB: (213,193,143) (84%, 76%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 193 of 255 = 76%
B 143 of 255 = 56%

213
193
143

R + G + B ~ 72%. #D5C18F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 193 + 143 = 549 (100%)
R 213 of 549 ~ 38.8%
G 193 of 549 ~ 35.15%
B 143 of 549 ~ 26.05'%

%38.8
%35.15
%26.05

CMYK color model

#D5C18F color CMYK value is (0,9,33,16).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 32.86%
  • key color value is 16.47%

CMYK: (0,9,33,16)
C0M9Y33K16 (0%, 9%, 33%, 16%)
(0.00 / 0.09 / 0.33 / 0.16)

CMYK percentages

%0
%9.39
%32.86
%16.47

Codes

Color #D5C18F in popluar color models

D5 C1 8F
RGB 213 193 143
HSL 43° 45.45% 69.80%
HSB/HSV 43° 32.86% 83.53%
CMYK 0.00% 9.39% 32.86%
16.47%

Color #D5C18F in popluar number systems.

HEX D5 C1 8F
Decimal 213 193 143
Binary 11010101 11000001 10001111
Octal 325 301 217

Shades and tints

Shades of #D5C18F

#D5C18F
(213,193,143)
#C2B082
(194,176,130)
#AF9F75
(175,159,117)
#9C8E68
(156,142,104)
#897D5B
(137,125,91)
#766C4E
(118,108,78)
#635B41
(99,91,65)
#504A34
(80,74,52)
#3D3927
(61,57,39)
#2A281A
(42,40,26)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #D5C18F

#D5C18F
(213,193,143)
#D8C699
(216,198,153)
#DBCBA3
(219,203,163)
#DED0AD
(222,208,173)
#E1D5B7
(225,213,183)
#E4DAC1
(228,218,193)
#E7DFCB
(231,223,203)
#EAE4D5
(234,228,213)
#EDE9DF
(237,233,223)
#F0EEE9
(240,238,233)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C18F color. Also use rgb(213,193,143) instead hex code.

Text Font Color

.myTextColor { color: #D5C18F; }

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

This text font color is #D5C18F.

Background Color

.myBgColor { background-color: #D5C18F; }

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

This div background color is #D5C18F.

Border color

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

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

This div border color is #D5C18F.

Opacity

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

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

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

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

This text has shadow with #D5C18F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C18F.

Preview

Color preview on black background

This text has color #D5C18F on black background.


Color preview on white background

This text has color #D5C18F on white background.


Black color preview on #D5C18F background

This text has black color on #D5C18F background.


White color preview on #D5C18F background

This text has white color on #D5C18F background.


Related colors

Complementary color

Complementary color for #hex is #2A3E70.


I love getcolorcode.com

Triadic colors

1 #8FD5C1 and #C18FD5 with #D5C18F are triadic colors.

2 #8FC1D5 and #C1D58F with #D5C18F are triadic colors.