COLOR #D5CF98

HEX: #D5CF98
RGB: (213,207,152)

Color info

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

RGB color model

#D5CF98 color RGB value is (213,207,152).

  • red value is 213;
  • green value is 207;
  • blue value is 152.
RGB:
(213,207,152)
(84%,81%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 152 of 255 = 60%

213
207
152

R + G + B ~ 75%. #D5CF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 152 = 572 (100%)
R 213 of 572 ~ 37.24%
G 207 of 572 ~ 36.19%
B 152 of 572 ~ 26.57%

%37.24
%36.19
%26.57

CMYK color model

#D5CF98 color CMYK value is (0,3,29,16).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 28.64%
  • key color value is 16.47%
CMYK:
(0,3,29,16)
C0M3Y29K16 
(0%,3%,29%,16%)
(0.00/0.03/0.29/0.16)	

CMYK percentages

%0
%2.82
%28.64
%16.47

Codes

Color #D5CF98 in popluar color models

D5CF98
RGB213207152
HSL54°42.07%71.57%
HSB/HSV54°28.64%83.53%
CMYK0.00%2.82%28.64%
16.47%

Color #D5CF98 in popluar number systems.

HEXD5CF98
Decimal213207152
Binary110101011100111110011000
Octal325317230

Shades and tints

Shades of #D5CF98

#D5CF98
(213,207,152)
#C2BD8B
(194,189,139)
#AFAB7E
(175,171,126)
#9C9971
(156,153,113)
#898764
(137,135,100)
#767557
(118,117,87)
#63634A
(99,99,74)
#50513D
(80,81,61)
#3D3F30
(61,63,48)
#2A2D23
(42,45,35)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5CF98

#D5CF98
(213,207,152)
#D8D3A1
(216,211,161)
#DBD7AA
(219,215,170)
#DEDBB3
(222,219,179)
#E1DFBC
(225,223,188)
#E4E3C5
(228,227,197)
#E7E7CE
(231,231,206)
#EAEBD7
(234,235,215)
#EDEFE0
(237,239,224)
#F0F3E9
(240,243,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CF98 color. Also use rgb(213,207,152) instead hex code.

Text Font Color

.myTextColor { color: #D5CF98; }

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

This text font color is #D5CF98.


Background Color

.myBgColor { background-color: #D5CF98; }

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

This div background color is #D5CF98.


Border color

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

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

This div border color is #D5CF98.


Opacity

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

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

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

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

This text has shadow with #D5CF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CF98 on black background.


Color preview on white background

This text has color #D5CF98 on white background.



Black color preview on #D5CF98 background

This text has black color on #D5CF98 background.


White color preview on #D5CF98 background

This text has white color on #D5CF98 background.