COLOR #D3CB6A

HEX: #D3CB6A
RGB: (211,203,106)

Color info

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

RGB color model

#D3CB6A color RGB value is (211,203,106).

  • red value is 211;
  • green value is 203;
  • blue value is 106.
RGB:
(211,203,106)
(83%,80%,42%)

RGB channels and saturation

R 211 of 255 = 83%
G 203 of 255 = 80%
B 106 of 255 = 42%

211
203
106

R + G + B ~ 68%. #D3CB6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 203 + 106 = 520 (100%)
R 211 of 520 ~ 40.58%
G 203 of 520 ~ 39.04%
B 106 of 520 ~ 20.38%

%40.58
%39.04
%20.38

CMYK color model

#D3CB6A color CMYK value is (0,4,50,17).

  • cyan value is 0.00%
  • magenta value is 3.79%
  • yellow value is 49.76%
  • key color value is 17.25%
CMYK:
(0,4,50,17)
C0M4Y50K17 
(0%,4%,50%,17%)
(0.00/0.04/0.50/0.17)	

CMYK percentages

%0
%3.79
%49.76
%17.25

Codes

Color #D3CB6A in popluar color models

D3CB6A
RGB211203106
HSL55°54.40%62.16%
HSB/HSV55°49.76%82.75%
CMYK0.00%3.79%49.76%
17.25%

Color #D3CB6A in popluar number systems.

HEXD3CB6A
Decimal211203106
Binary11010011110010111101010
Octal323313152

Shades and tints

Shades of #D3CB6A

#D3CB6A
(211,203,106)
#C0B961
(192,185,97)
#ADA758
(173,167,88)
#9A954F
(154,149,79)
#878346
(135,131,70)
#74713D
(116,113,61)
#615F34
(97,95,52)
#4E4D2B
(78,77,43)
#3B3B22
(59,59,34)
#282919
(40,41,25)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #D3CB6A

#D3CB6A
(211,203,106)
#D7CF77
(215,207,119)
#DBD384
(219,211,132)
#DFD791
(223,215,145)
#E3DB9E
(227,219,158)
#E7DFAB
(231,223,171)
#EBE3B8
(235,227,184)
#EFE7C5
(239,231,197)
#F3EBD2
(243,235,210)
#F7EFDF
(247,239,223)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CB6A color. Also use rgb(211,203,106) instead hex code.

Text Font Color

.myTextColor { color: #D3CB6A; }

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

This text font color is #D3CB6A.


Background Color

.myBgColor { background-color: #D3CB6A; }

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

This div background color is #D3CB6A.


Border color

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

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

This div border color is #D3CB6A.


Opacity

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

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

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

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

This text has shadow with #D3CB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CB6A on black background.


Color preview on white background

This text has color #D3CB6A on white background.



Black color preview on #D3CB6A background

This text has black color on #D3CB6A background.


White color preview on #D3CB6A background

This text has white color on #D3CB6A background.