COLOR #D4CB71

HEX: #D4CB71
RGB: (212,203,113)

Color info

#D4CB71 contains mainly red and green colors. Web safe color of #D4CB71 is #CCCC66 (or #CC6).

RGB color model

#D4CB71 color RGB value is (212,203,113).

  • red value is 212;
  • green value is 203;
  • blue value is 113.
RGB:
(212,203,113)
(83%,80%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 113 of 255 = 44%

212
203
113

R + G + B ~ 69%. #D4CB71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 113 = 528 (100%)
R 212 of 528 ~ 40.15%
G 203 of 528 ~ 38.45%
B 113 of 528 ~ 21.4%

%40.15
%38.45
%21.4

CMYK color model

#D4CB71 color CMYK value is (0,4,47,17).

  • cyan value is 0.00%
  • magenta value is 4.25%
  • yellow value is 46.70%
  • key color value is 16.86%
CMYK:
(0,4,47,17)
C0M4Y47K17 
(0%,4%,47%,17%)
(0.00/0.04/0.47/0.17)	

CMYK percentages

%0
%4.25
%46.7
%16.86

Codes

Color #D4CB71 in popluar color models

D4CB71
RGB212203113
HSL55°53.51%63.73%
HSB/HSV55°46.70%83.14%
CMYK0.00%4.25%46.70%
16.86%

Color #D4CB71 in popluar number systems.

HEXD4CB71
Decimal212203113
Binary11010100110010111110001
Octal324313161

Shades and tints

Shades of #D4CB71

#D4CB71
(212,203,113)
#C1B967
(193,185,103)
#AEA75D
(174,167,93)
#9B9553
(155,149,83)
#888349
(136,131,73)
#75713F
(117,113,63)
#625F35
(98,95,53)
#4F4D2B
(79,77,43)
#3C3B21
(60,59,33)
#292917
(41,41,23)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #D4CB71

#D4CB71
(212,203,113)
#D7CF7D
(215,207,125)
#DAD389
(218,211,137)
#DDD795
(221,215,149)
#E0DBA1
(224,219,161)
#E3DFAD
(227,223,173)
#E6E3B9
(230,227,185)
#E9E7C5
(233,231,197)
#ECEBD1
(236,235,209)
#EFEFDD
(239,239,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CB71 color. Also use rgb(212,203,113) instead hex code.

Text Font Color

.myTextColor { color: #D4CB71; }

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

This text font color is #D4CB71.


Background Color

.myBgColor { background-color: #D4CB71; }

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

This div background color is #D4CB71.


Border color

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

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

This div border color is #D4CB71.


Opacity

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

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

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

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

This text has shadow with #D4CB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CB71 on black background.


Color preview on white background

This text has color #D4CB71 on white background.



Black color preview on #D4CB71 background

This text has black color on #D4CB71 background.


White color preview on #D4CB71 background

This text has white color on #D4CB71 background.