COLOR #DFCD92

HEX: #DFCD92
RGB: (223,205,146)

Color info

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

RGB color model

#DFCD92 color RGB value is (223,205,146).

  • red value is 223;
  • green value is 205;
  • blue value is 146.
RGB:
(223,205,146)
(87%,80%,57%)

RGB channels and saturation

R 223 of 255 = 87%
G 205 of 255 = 80%
B 146 of 255 = 57%

223
205
146

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

Portions of RGB colors in percentages

R + G + B =
223 + 205 + 146 = 574 (100%)
R 223 of 574 ~ 38.85%
G 205 of 574 ~ 35.71%
B 146 of 574 ~ 25.44%

%38.85
%35.71
%25.44

CMYK color model

#DFCD92 color CMYK value is (0,8,35,13).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 34.53%
  • key color value is 12.55%
CMYK:
(0,8,35,13)
C0M8Y35K13 
(0%,8%,35%,13%)
(0.00/0.08/0.35/0.13)	

CMYK percentages

%0
%8.07
%34.53
%12.55

Codes

Color #DFCD92 in popluar color models

DFCD92
RGB223205146
HSL46°54.61%72.35%
HSB/HSV46°34.53%87.45%
CMYK0.00%8.07%34.53%
12.55%

Color #DFCD92 in popluar number systems.

HEXDFCD92
Decimal223205146
Binary110111111100110110010010
Octal337315222

Shades and tints

Shades of #DFCD92

#DFCD92
(223,205,146)
#CBBB85
(203,187,133)
#B7A978
(183,169,120)
#A3976B
(163,151,107)
#8F855E
(143,133,94)
#7B7351
(123,115,81)
#676144
(103,97,68)
#534F37
(83,79,55)
#3F3D2A
(63,61,42)
#2B2B1D
(43,43,29)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #DFCD92

#DFCD92
(223,205,146)
#E1D19B
(225,209,155)
#E3D5A4
(227,213,164)
#E5D9AD
(229,217,173)
#E7DDB6
(231,221,182)
#E9E1BF
(233,225,191)
#EBE5C8
(235,229,200)
#EDE9D1
(237,233,209)
#EFEDDA
(239,237,218)
#F1F1E3
(241,241,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCD92 color. Also use rgb(223,205,146) instead hex code.

Text Font Color

.myTextColor { color: #DFCD92; }

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

This text font color is #DFCD92.


Background Color

.myBgColor { background-color: #DFCD92; }

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

This div background color is #DFCD92.


Border color

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

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

This div border color is #DFCD92.


Opacity

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

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

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

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

This text has shadow with #DFCD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCD92 on black background.


Color preview on white background

This text has color #DFCD92 on white background.



Black color preview on #DFCD92 background

This text has black color on #DFCD92 background.


White color preview on #DFCD92 background

This text has white color on #DFCD92 background.