COLOR #D0C295

HEX: #D0C295
RGB: (208,194,149)

Color info

#D0C295 contains red, green and blue colors in about the same proportion. Web safe color of #D0C295 is #CCCC99 (or #CC9).

RGB color model

#D0C295 color RGB value is (208,194,149).

  • red value is 208;
  • green value is 194;
  • blue value is 149.
RGB:
(208,194,149)
(82%,76%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 194 of 255 = 76%
B 149 of 255 = 58%

208
194
149

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

Portions of RGB colors in percentages

R + G + B =
208 + 194 + 149 = 551 (100%)
R 208 of 551 ~ 37.75%
G 194 of 551 ~ 35.21%
B 149 of 551 ~ 27.04%

%37.75
%35.21
%27.04

CMYK color model

#D0C295 color CMYK value is (0,7,28,18).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 28.37%
  • key color value is 18.43%
CMYK:
(0,7,28,18)
C0M7Y28K18 
(0%,7%,28%,18%)
(0.00/0.07/0.28/0.18)	

CMYK percentages

%0
%6.73
%28.37
%18.43

Codes

Color #D0C295 in popluar color models

D0C295
RGB208194149
HSL46°38.56%70.00%
HSB/HSV46°28.37%81.57%
CMYK0.00%6.73%28.37%
18.43%

Color #D0C295 in popluar number systems.

HEXD0C295
Decimal208194149
Binary110100001100001010010101
Octal320302225

Shades and tints

Shades of #D0C295

#D0C295
(208,194,149)
#BEB188
(190,177,136)
#ACA07B
(172,160,123)
#9A8F6E
(154,143,110)
#887E61
(136,126,97)
#766D54
(118,109,84)
#645C47
(100,92,71)
#524B3A
(82,75,58)
#403A2D
(64,58,45)
#2E2920
(46,41,32)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #D0C295

#D0C295
(208,194,149)
#D4C79E
(212,199,158)
#D8CCA7
(216,204,167)
#DCD1B0
(220,209,176)
#E0D6B9
(224,214,185)
#E4DBC2
(228,219,194)
#E8E0CB
(232,224,203)
#ECE5D4
(236,229,212)
#F0EADD
(240,234,221)
#F4EFE6
(244,239,230)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C295 color. Also use rgb(208,194,149) instead hex code.

Text Font Color

.myTextColor { color: #D0C295; }

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

This text font color is #D0C295.


Background Color

.myBgColor { background-color: #D0C295; }

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

This div background color is #D0C295.


Border color

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

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

This div border color is #D0C295.


Opacity

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

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

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

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

This text has shadow with #D0C295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C295 on black background.


Color preview on white background

This text has color #D0C295 on white background.



Black color preview on #D0C295 background

This text has black color on #D0C295 background.


White color preview on #D0C295 background

This text has white color on #D0C295 background.