COLOR #D0C198

HEX: #D0C198
RGB: (208,193,152)

Color info

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

RGB color model

#D0C198 color RGB value is (208,193,152).

  • red value is 208;
  • green value is 193;
  • blue value is 152.
RGB:
(208,193,152)
(82%,76%,60%)

RGB channels and saturation

R 208 of 255 = 82%
G 193 of 255 = 76%
B 152 of 255 = 60%

208
193
152

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

Portions of RGB colors in percentages

R + G + B =
208 + 193 + 152 = 553 (100%)
R 208 of 553 ~ 37.61%
G 193 of 553 ~ 34.9%
B 152 of 553 ~ 27.49%

%37.61
%34.9
%27.49

CMYK color model

#D0C198 color CMYK value is (0,7,27,18).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 26.92%
  • key color value is 18.43%
CMYK:
(0,7,27,18)
C0M7Y27K18 
(0%,7%,27%,18%)
(0.00/0.07/0.27/0.18)	

CMYK percentages

%0
%7.21
%26.92
%18.43

Codes

Color #D0C198 in popluar color models

D0C198
RGB208193152
HSL44°37.33%70.59%
HSB/HSV44°26.92%81.57%
CMYK0.00%7.21%26.92%
18.43%

Color #D0C198 in popluar number systems.

HEXD0C198
Decimal208193152
Binary110100001100000110011000
Octal320301230

Shades and tints

Shades of #D0C198

#D0C198
(208,193,152)
#BEB08B
(190,176,139)
#AC9F7E
(172,159,126)
#9A8E71
(154,142,113)
#887D64
(136,125,100)
#766C57
(118,108,87)
#645B4A
(100,91,74)
#524A3D
(82,74,61)
#403930
(64,57,48)
#2E2823
(46,40,35)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0C198

#D0C198
(208,193,152)
#D4C6A1
(212,198,161)
#D8CBAA
(216,203,170)
#DCD0B3
(220,208,179)
#E0D5BC
(224,213,188)
#E4DAC5
(228,218,197)
#E8DFCE
(232,223,206)
#ECE4D7
(236,228,215)
#F0E9E0
(240,233,224)
#F4EEE9
(244,238,233)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C198 color. Also use rgb(208,193,152) instead hex code.

Text Font Color

.myTextColor { color: #D0C198; }

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

This text font color is #D0C198.


Background Color

.myBgColor { background-color: #D0C198; }

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

This div background color is #D0C198.


Border color

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

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

This div border color is #D0C198.


Opacity

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

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

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

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

This text has shadow with #D0C198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C198 on black background.


Color preview on white background

This text has color #D0C198 on white background.



Black color preview on #D0C198 background

This text has black color on #D0C198 background.


White color preview on #D0C198 background

This text has white color on #D0C198 background.