COLOR #D4CA99

HEX: #D4CA99 RGB: (212,202,153)

Color info

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

RGB color model

#D4CA99 color RGB value is (212,202,153).

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

RGB channels and saturation

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

212
202
153

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

Portions of RGB colors in percentages

R + G + B = 212 + 202 + 153 = 567 (100%)
R 212 of 567 ~ 37.39%
G 202 of 567 ~ 35.63%
B 153 of 567 ~ 26.98'%

%37.39
%35.63
%26.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 27.83%
  • 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
%27.83
%16.86

Codes

Color #D4CA99 in popluar color models

D4 CA 99
RGB 212 202 153
HSL 50° 40.69% 71.57%
HSB/HSV 50° 27.83% 83.14%
CMYK 0.00% 4.72% 27.83%
16.86%

Color #D4CA99 in popluar number systems.

HEX D4 CA 99
Decimal 212 202 153
Binary 11010100 11001010 10011001
Octal 324 312 231

Shades and tints

Shades of #D4CA99

#D4CA99
(212,202,153)
#C1B88C
(193,184,140)
#AEA67F
(174,166,127)
#9B9472
(155,148,114)
#888265
(136,130,101)
#757058
(117,112,88)
#625E4B
(98,94,75)
#4F4C3E
(79,76,62)
#3C3A31
(60,58,49)
#292824
(41,40,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4CA99

#D4CA99
(212,202,153)
#D7CEA2
(215,206,162)
#DAD2AB
(218,210,171)
#DDD6B4
(221,214,180)
#E0DABD
(224,218,189)
#E3DEC6
(227,222,198)
#E6E2CF
(230,226,207)
#E9E6D8
(233,230,216)
#ECEAE1
(236,234,225)
#EFEEEA
(239,238,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CA99; }

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

This text font color is #D4CA99.

Background Color

.myBgColor { background-color: #D4CA99; }

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

This div background color is #D4CA99.

Border color

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

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

This div border color is #D4CA99.

Opacity

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

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

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

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

This text has shadow with #D4CA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CA99.

Preview

Color preview on black background

This text has color #D4CA99 on black background.


Color preview on white background

This text has color #D4CA99 on white background.


Black color preview on #D4CA99 background

This text has black color on #D4CA99 background.


White color preview on #D4CA99 background

This text has white color on #D4CA99 background.


Related colors

Complementary color

Complementary color for #hex is #2B3566.


I love getcolorcode.com

Triadic colors

1 #99D4CA and #CA99D4 with #D4CA99 are triadic colors.

2 #99CAD4 and #CAD499 with #D4CA99 are triadic colors.