COLOR #D5C199

HEX: #D5C199 RGB: (213,193,153)

Color info

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

RGB color model

#D5C199 color RGB value is (213,193,153).

RGB: (213,193,153) (84%, 76%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 193 of 255 = 76%
B 153 of 255 = 60%

213
193
153

R + G + B ~ 73%. #D5C199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 193 + 153 = 559 (100%)
R 213 of 559 ~ 38.1%
G 193 of 559 ~ 34.53%
B 153 of 559 ~ 27.37'%

%38.1
%34.53
%27.37

CMYK color model

#D5C199 color CMYK value is (0,9,28,16).

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

CMYK: (0,9,28,16)
C0M9Y28K16 (0%, 9%, 28%, 16%)
(0.00 / 0.09 / 0.28 / 0.16)

CMYK percentages

%0
%9.39
%28.17
%16.47

Codes

Color #D5C199 in popluar color models

D5 C1 99
RGB 213 193 153
HSL 40° 41.67% 71.76%
HSB/HSV 40° 28.17% 83.53%
CMYK 0.00% 9.39% 28.17%
16.47%

Color #D5C199 in popluar number systems.

HEX D5 C1 99
Decimal 213 193 153
Binary 11010101 11000001 10011001
Octal 325 301 231

Shades and tints

Shades of #D5C199

#D5C199
(213,193,153)
#C2B08C
(194,176,140)
#AF9F7F
(175,159,127)
#9C8E72
(156,142,114)
#897D65
(137,125,101)
#766C58
(118,108,88)
#635B4B
(99,91,75)
#504A3E
(80,74,62)
#3D3931
(61,57,49)
#2A2824
(42,40,36)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5C199

#D5C199
(213,193,153)
#D8C6A2
(216,198,162)
#DBCBAB
(219,203,171)
#DED0B4
(222,208,180)
#E1D5BD
(225,213,189)
#E4DAC6
(228,218,198)
#E7DFCF
(231,223,207)
#EAE4D8
(234,228,216)
#EDE9E1
(237,233,225)
#F0EEEA
(240,238,234)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C199; }

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

This text font color is #D5C199.

Background Color

.myBgColor { background-color: #D5C199; }

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

This div background color is #D5C199.

Border color

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

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

This div border color is #D5C199.

Opacity

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

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

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

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

This text has shadow with #D5C199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C199.

Preview

Color preview on black background

This text has color #D5C199 on black background.


Color preview on white background

This text has color #D5C199 on white background.


Black color preview on #D5C199 background

This text has black color on #D5C199 background.


White color preview on #D5C199 background

This text has white color on #D5C199 background.


Related colors

Complementary color

Complementary color for #hex is #2A3E66.


I love getcolorcode.com

Triadic colors

1 #99D5C1 and #C199D5 with #D5C199 are triadic colors.

2 #99C1D5 and #C1D599 with #D5C199 are triadic colors.