COLOR #D4CA98

HEX: #D4CA98 RGB: (212,202,152)

Color info

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

RGB color model

#D4CA98 color RGB value is (212,202,152).

RGB: (212,202,152) (83%, 79%, 60%)

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 152 of 255 = 60%

212
202
152

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

Portions of RGB colors in percentages

R + G + B = 212 + 202 + 152 = 566 (100%)
R 212 of 566 ~ 37.46%
G 202 of 566 ~ 35.69%
B 152 of 566 ~ 26.86'%

%37.46
%35.69
%26.86

CMYK color model

#D4CA98 color CMYK value is (0,5,28,17).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 28.30%
  • key color value is 16.86%

CMYK: (0,5,28,17)
C0M5Y28K17 (0%, 5%, 28%, 17%)
(0.00 / 0.05 / 0.28 / 0.17)

CMYK percentages

%0
%4.72
%28.3
%16.86

Codes

Color #D4CA98 in popluar color models

D4 CA 98
RGB 212 202 152
HSL 50° 41.10% 71.37%
HSB/HSV 50° 28.30% 83.14%
CMYK 0.00% 4.72% 28.30%
16.86%

Color #D4CA98 in popluar number systems.

HEX D4 CA 98
Decimal 212 202 152
Binary 11010100 11001010 10011000
Octal 324 312 230

Shades and tints

Shades of #D4CA98

#D4CA98
(212,202,152)
#C1B88B
(193,184,139)
#AEA67E
(174,166,126)
#9B9471
(155,148,113)
#888264
(136,130,100)
#757057
(117,112,87)
#625E4A
(98,94,74)
#4F4C3D
(79,76,61)
#3C3A30
(60,58,48)
#292823
(41,40,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4CA98

#D4CA98
(212,202,152)
#D7CEA1
(215,206,161)
#DAD2AA
(218,210,170)
#DDD6B3
(221,214,179)
#E0DABC
(224,218,188)
#E3DEC5
(227,222,197)
#E6E2CE
(230,226,206)
#E9E6D7
(233,230,215)
#ECEAE0
(236,234,224)
#EFEEE9
(239,238,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CA98 color. Also use rgb(212,202,152) instead hex code.

Text Font Color

.myTextColor { color: #D4CA98; }

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

This text font color is #D4CA98.

Background Color

.myBgColor { background-color: #D4CA98; }

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

This div background color is #D4CA98.

Border color

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

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

This div border color is #D4CA98.

Opacity

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

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

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

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

This text has shadow with #D4CA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CA98.

Preview

Color preview on black background

This text has color #D4CA98 on black background.


Color preview on white background

This text has color #D4CA98 on white background.


Black color preview on #D4CA98 background

This text has black color on #D4CA98 background.


White color preview on #D4CA98 background

This text has white color on #D4CA98 background.


Related colors

Complementary color

Complementary color for #hex is #2B3567.


I love getcolorcode.com

Triadic colors

1 #98D4CA and #CA98D4 with #D4CA98 are triadic colors.

2 #98CAD4 and #CAD498 with #D4CA98 are triadic colors.