COLOR #D3C088

HEX: #D3C088 RGB: (211,192,136)

Color info

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

RGB color model

#D3C088 color RGB value is (211,192,136).

RGB: (211,192,136) (83%, 75%, 53%)

RGB channels and saturation

R 211 of 255 = 83%
G 192 of 255 = 75%
B 136 of 255 = 53%

211
192
136

R + G + B ~ 70%. #D3C088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 192 + 136 = 539 (100%)
R 211 of 539 ~ 39.15%
G 192 of 539 ~ 35.62%
B 136 of 539 ~ 25.23'%

%39.15
%35.62
%25.23

CMYK color model

#D3C088 color CMYK value is (0,9,36,17).

  • cyan value is 0.00%
  • magenta value is 9.00%
  • yellow value is 35.55%
  • key color value is 17.25%

CMYK: (0,9,36,17)
C0M9Y36K17 (0%, 9%, 36%, 17%)
(0.00 / 0.09 / 0.36 / 0.17)

CMYK percentages

%0
%9
%35.55
%17.25

Codes

Color #D3C088 in popluar color models

D3 C0 88
RGB 211 192 136
HSL 45° 46.01% 68.04%
HSB/HSV 45° 35.55% 82.75%
CMYK 0.00% 9.00% 35.55%
17.25%

Color #D3C088 in popluar number systems.

HEX D3 C0 88
Decimal 211 192 136
Binary 11010011 11000000 10001000
Octal 323 300 210

Shades and tints

Shades of #D3C088

#D3C088
(211,192,136)
#C0AF7C
(192,175,124)
#AD9E70
(173,158,112)
#9A8D64
(154,141,100)
#877C58
(135,124,88)
#746B4C
(116,107,76)
#615A40
(97,90,64)
#4E4934
(78,73,52)
#3B3828
(59,56,40)
#28271C
(40,39,28)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #D3C088

#D3C088
(211,192,136)
#D7C592
(215,197,146)
#DBCA9C
(219,202,156)
#DFCFA6
(223,207,166)
#E3D4B0
(227,212,176)
#E7D9BA
(231,217,186)
#EBDEC4
(235,222,196)
#EFE3CE
(239,227,206)
#F3E8D8
(243,232,216)
#F7EDE2
(247,237,226)
#FBF2EC
(251,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C088 color. Also use rgb(211,192,136) instead hex code.

Text Font Color

.myTextColor { color: #D3C088; }

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

This text font color is #D3C088.

Background Color

.myBgColor { background-color: #D3C088; }

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

This div background color is #D3C088.

Border color

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

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

This div border color is #D3C088.

Opacity

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

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

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

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

This text has shadow with #D3C088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C088.

Preview

Color preview on black background

This text has color #D3C088 on black background.


Color preview on white background

This text has color #D3C088 on white background.


Black color preview on #D3C088 background

This text has black color on #D3C088 background.


White color preview on #D3C088 background

This text has white color on #D3C088 background.


Related colors

Complementary color

Complementary color for #hex is #2C3F77.


I love getcolorcode.com

Triadic colors

1 #88D3C0 and #C088D3 with #D3C088 are triadic colors.

2 #88C0D3 and #C0D388 with #D3C088 are triadic colors.