COLOR #D2C98F

HEX: #D2C98F
RGB: (210,201,143)

Color info

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

RGB color model

#D2C98F color RGB value is (210,201,143).

  • red value is 210;
  • green value is 201;
  • blue value is 143.
RGB:
(210,201,143)
(82%,79%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 201 of 255 = 79%
B 143 of 255 = 56%

210
201
143

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

Portions of RGB colors in percentages

R + G + B =
210 + 201 + 143 = 554 (100%)
R 210 of 554 ~ 37.91%
G 201 of 554 ~ 36.28%
B 143 of 554 ~ 25.81%

%37.91
%36.28
%25.81

CMYK color model

#D2C98F color CMYK value is (0,4,32,18).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(0,4,32,18)
C0M4Y32K18 
(0%,4%,32%,18%)
(0.00/0.04/0.32/0.18)	

CMYK percentages

%0
%4.29
%31.9
%17.65

Codes

Color #D2C98F in popluar color models

D2C98F
RGB210201143
HSL52°42.68%69.22%
HSB/HSV52°31.90%82.35%
CMYK0.00%4.29%31.90%
17.65%

Color #D2C98F in popluar number systems.

HEXD2C98F
Decimal210201143
Binary110100101100100110001111
Octal322311217

Shades and tints

Shades of #D2C98F

#D2C98F
(210,201,143)
#BFB782
(191,183,130)
#ACA575
(172,165,117)
#999368
(153,147,104)
#86815B
(134,129,91)
#736F4E
(115,111,78)
#605D41
(96,93,65)
#4D4B34
(77,75,52)
#3A3927
(58,57,39)
#27271A
(39,39,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #D2C98F

#D2C98F
(210,201,143)
#D6CD99
(214,205,153)
#DAD1A3
(218,209,163)
#DED5AD
(222,213,173)
#E2D9B7
(226,217,183)
#E6DDC1
(230,221,193)
#EAE1CB
(234,225,203)
#EEE5D5
(238,229,213)
#F2E9DF
(242,233,223)
#F6EDE9
(246,237,233)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C98F color. Also use rgb(210,201,143) instead hex code.

Text Font Color

.myTextColor { color: #D2C98F; }

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

This text font color is #D2C98F.


Background Color

.myBgColor { background-color: #D2C98F; }

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

This div background color is #D2C98F.


Border color

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

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

This div border color is #D2C98F.


Opacity

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

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

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

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

This text has shadow with #D2C98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C98F on black background.


Color preview on white background

This text has color #D2C98F on white background.



Black color preview on #D2C98F background

This text has black color on #D2C98F background.


White color preview on #D2C98F background

This text has white color on #D2C98F background.