COLOR #D5CA90

HEX: #D5CA90 RGB: (213,202,144)

Color info

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

RGB color model

#D5CA90 color RGB value is (213,202,144).

RGB: (213,202,144) (84%, 79%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 144 of 255 = 56%

213
202
144

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

Portions of RGB colors in percentages

R + G + B = 213 + 202 + 144 = 559 (100%)
R 213 of 559 ~ 38.1%
G 202 of 559 ~ 36.14%
B 144 of 559 ~ 25.76'%

%38.1
%36.14
%25.76

CMYK color model

#D5CA90 color CMYK value is (0,5,32,16).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 32.39%
  • key color value is 16.47%

CMYK: (0,5,32,16)
C0M5Y32K16 (0%, 5%, 32%, 16%)
(0.00 / 0.05 / 0.32 / 0.16)

CMYK percentages

%0
%5.16
%32.39
%16.47

Codes

Color #D5CA90 in popluar color models

D5 CA 90
RGB 213 202 144
HSL 50° 45.10% 70.00%
HSB/HSV 50° 32.39% 83.53%
CMYK 0.00% 5.16% 32.39%
16.47%

Color #D5CA90 in popluar number systems.

HEX D5 CA 90
Decimal 213 202 144
Binary 11010101 11001010 10010000
Octal 325 312 220

Shades and tints

Shades of #D5CA90

#D5CA90
(213,202,144)
#C2B883
(194,184,131)
#AFA676
(175,166,118)
#9C9469
(156,148,105)
#89825C
(137,130,92)
#76704F
(118,112,79)
#635E42
(99,94,66)
#504C35
(80,76,53)
#3D3A28
(61,58,40)
#2A281B
(42,40,27)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #D5CA90

#D5CA90
(213,202,144)
#D8CE9A
(216,206,154)
#DBD2A4
(219,210,164)
#DED6AE
(222,214,174)
#E1DAB8
(225,218,184)
#E4DEC2
(228,222,194)
#E7E2CC
(231,226,204)
#EAE6D6
(234,230,214)
#EDEAE0
(237,234,224)
#F0EEEA
(240,238,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CA90 color. Also use rgb(213,202,144) instead hex code.

Text Font Color

.myTextColor { color: #D5CA90; }

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

This text font color is #D5CA90.

Background Color

.myBgColor { background-color: #D5CA90; }

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

This div background color is #D5CA90.

Border color

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

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

This div border color is #D5CA90.

Opacity

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

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

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

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

This text has shadow with #D5CA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CA90.

Preview

Color preview on black background

This text has color #D5CA90 on black background.


Color preview on white background

This text has color #D5CA90 on white background.


Black color preview on #D5CA90 background

This text has black color on #D5CA90 background.


White color preview on #D5CA90 background

This text has white color on #D5CA90 background.


Related colors

Complementary color

Complementary color for #hex is #2A356F.


I love getcolorcode.com

Triadic colors

1 #90D5CA and #CA90D5 with #D5CA90 are triadic colors.

2 #90CAD5 and #CAD590 with #D5CA90 are triadic colors.