COLOR #D2C490

HEX: #D2C490 RGB: (210,196,144)

Color info

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

RGB color model

#D2C490 color RGB value is (210,196,144).

RGB: (210,196,144) (82%, 77%, 56%)

RGB channels and saturation

R 210 of 255 = 82%
G 196 of 255 = 77%
B 144 of 255 = 56%

210
196
144

R + G + B ~ 72%. #D2C490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 196 + 144 = 550 (100%)
R 210 of 550 ~ 38.18%
G 196 of 550 ~ 35.64%
B 144 of 550 ~ 26.18'%

%38.18
%35.64
%26.18

CMYK color model

#D2C490 color CMYK value is (0,7,31,18).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 31.43%
  • key color value is 17.65%

CMYK: (0,7,31,18)
C0M7Y31K18 (0%, 7%, 31%, 18%)
(0.00 / 0.07 / 0.31 / 0.18)

CMYK percentages

%0
%6.67
%31.43
%17.65

Codes

Color #D2C490 in popluar color models

D2 C4 90
RGB 210 196 144
HSL 47° 42.31% 69.41%
HSB/HSV 47° 31.43% 82.35%
CMYK 0.00% 6.67% 31.43%
17.65%

Color #D2C490 in popluar number systems.

HEX D2 C4 90
Decimal 210 196 144
Binary 11010010 11000100 10010000
Octal 322 304 220

Shades and tints

Shades of #D2C490

#D2C490
(210,196,144)
#BFB383
(191,179,131)
#ACA276
(172,162,118)
#999169
(153,145,105)
#86805C
(134,128,92)
#736F4F
(115,111,79)
#605E42
(96,94,66)
#4D4D35
(77,77,53)
#3A3C28
(58,60,40)
#272B1B
(39,43,27)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #D2C490

#D2C490
(210,196,144)
#D6C99A
(214,201,154)
#DACEA4
(218,206,164)
#DED3AE
(222,211,174)
#E2D8B8
(226,216,184)
#E6DDC2
(230,221,194)
#EAE2CC
(234,226,204)
#EEE7D6
(238,231,214)
#F2ECE0
(242,236,224)
#F6F1EA
(246,241,234)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C490 color. Also use rgb(210,196,144) instead hex code.

Text Font Color

.myTextColor { color: #D2C490; }

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

This text font color is #D2C490.

Background Color

.myBgColor { background-color: #D2C490; }

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

This div background color is #D2C490.

Border color

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

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

This div border color is #D2C490.

Opacity

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

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

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

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

This text has shadow with #D2C490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C490.

Preview

Color preview on black background

This text has color #D2C490 on black background.


Color preview on white background

This text has color #D2C490 on white background.


Black color preview on #D2C490 background

This text has black color on #D2C490 background.


White color preview on #D2C490 background

This text has white color on #D2C490 background.


Related colors

Complementary color

Complementary color for #hex is #2D3B6F.


I love getcolorcode.com

Triadic colors

1 #90D2C4 and #C490D2 with #D2C490 are triadic colors.

2 #90C4D2 and #C4D290 with #D2C490 are triadic colors.