COLOR #D1CC98

HEX: #D1CC98 RGB: (209,204,152)

Color info

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

RGB color model

#D1CC98 color RGB value is (209,204,152).

RGB: (209,204,152) (82%, 80%, 60%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 152 of 255 = 60%

209
204
152

R + G + B ~ 74%. #D1CC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 152 = 565 (100%)
R 209 of 565 ~ 36.99%
G 204 of 565 ~ 36.11%
B 152 of 565 ~ 26.9'%

%36.99
%36.11
%26.9

CMYK color model

#D1CC98 color CMYK value is (0,2,27,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 27.27%
  • key color value is 18.04%

CMYK: (0,2,27,18)
C0M2Y27K18 (0%, 2%, 27%, 18%)
(0.00 / 0.02 / 0.27 / 0.18)

CMYK percentages

%0
%2.39
%27.27
%18.04

Codes

Color #D1CC98 in popluar color models

D1 CC 98
RGB 209 204 152
HSL 55° 38.26% 70.78%
HSB/HSV 55° 27.27% 81.96%
CMYK 0.00% 2.39% 27.27%
18.04%

Color #D1CC98 in popluar number systems.

HEX D1 CC 98
Decimal 209 204 152
Binary 11010001 11001100 10011000
Octal 321 314 230

Shades and tints

Shades of #D1CC98

#D1CC98
(209,204,152)
#BEBA8B
(190,186,139)
#ABA87E
(171,168,126)
#989671
(152,150,113)
#858464
(133,132,100)
#727257
(114,114,87)
#5F604A
(95,96,74)
#4C4E3D
(76,78,61)
#393C30
(57,60,48)
#262A23
(38,42,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1CC98

#D1CC98
(209,204,152)
#D5D0A1
(213,208,161)
#D9D4AA
(217,212,170)
#DDD8B3
(221,216,179)
#E1DCBC
(225,220,188)
#E5E0C5
(229,224,197)
#E9E4CE
(233,228,206)
#EDE8D7
(237,232,215)
#F1ECE0
(241,236,224)
#F5F0E9
(245,240,233)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CC98 color. Also use rgb(209,204,152) instead hex code.

Text Font Color

.myTextColor { color: #D1CC98; }

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

This text font color is #D1CC98.

Background Color

.myBgColor { background-color: #D1CC98; }

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

This div background color is #D1CC98.

Border color

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

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

This div border color is #D1CC98.

Opacity

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

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

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

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

This text has shadow with #D1CC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CC98.

Preview

Color preview on black background

This text has color #D1CC98 on black background.


Color preview on white background

This text has color #D1CC98 on white background.


Black color preview on #D1CC98 background

This text has black color on #D1CC98 background.


White color preview on #D1CC98 background

This text has white color on #D1CC98 background.


Related colors

Complementary color

Complementary color for #hex is #2E3367.


I love getcolorcode.com

Triadic colors

1 #98D1CC and #CC98D1 with #D1CC98 are triadic colors.

2 #98CCD1 and #CCD198 with #D1CC98 are triadic colors.