COLOR #DFCFAD

HEX: #DFCFAD RGB: (223,207,173)

Color info

#DFCFAD contains red, green and blue colors in about the same proportion. Web safe color of #DFCFAD is #CCCC99 (or #CC9).

RGB color model

#DFCFAD color RGB value is (223,207,173).

RGB: (223,207,173) (87%, 81%, 68%)

RGB channels and saturation

R 223 of 255 = 87%
G 207 of 255 = 81%
B 173 of 255 = 68%

223
207
173

R + G + B ~ 79%. #DFCFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 207 + 173 = 603 (100%)
R 223 of 603 ~ 36.98%
G 207 of 603 ~ 34.33%
B 173 of 603 ~ 28.69'%

%36.98
%34.33
%28.69

CMYK color model

#DFCFAD color CMYK value is (0,7,22,13).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 22.42%
  • key color value is 12.55%

CMYK: (0,7,22,13)
C0M7Y22K13 (0%, 7%, 22%, 13%)
(0.00 / 0.07 / 0.22 / 0.13)

CMYK percentages

%0
%7.17
%22.42
%12.55

Codes

Color #DFCFAD in popluar color models

DF CF AD
RGB 223 207 173
HSL 41° 43.86% 77.65%
HSB/HSV 41° 22.42% 87.45%
CMYK 0.00% 7.17% 22.42%
12.55%

Color #DFCFAD in popluar number systems.

HEX DF CF AD
Decimal 223 207 173
Binary 11011111 11001111 10101101
Octal 337 317 255

Shades and tints

Shades of #DFCFAD

#DFCFAD
(223,207,173)
#CBBD9E
(203,189,158)
#B7AB8F
(183,171,143)
#A39980
(163,153,128)
#8F8771
(143,135,113)
#7B7562
(123,117,98)
#676353
(103,99,83)
#535144
(83,81,68)
#3F3F35
(63,63,53)
#2B2D26
(43,45,38)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #DFCFAD

#DFCFAD
(223,207,173)
#E1D3B4
(225,211,180)
#E3D7BB
(227,215,187)
#E5DBC2
(229,219,194)
#E7DFC9
(231,223,201)
#E9E3D0
(233,227,208)
#EBE7D7
(235,231,215)
#EDEBDE
(237,235,222)
#EFEFE5
(239,239,229)
#F1F3EC
(241,243,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCFAD color. Also use rgb(223,207,173) instead hex code.

Text Font Color

.myTextColor { color: #DFCFAD; }

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

This text font color is #DFCFAD.

Background Color

.myBgColor { background-color: #DFCFAD; }

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

This div background color is #DFCFAD.

Border color

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

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

This div border color is #DFCFAD.

Opacity

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

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

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

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

This text has shadow with #DFCFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCFAD.

Preview

Color preview on black background

This text has color #DFCFAD on black background.


Color preview on white background

This text has color #DFCFAD on white background.


Black color preview on #DFCFAD background

This text has black color on #DFCFAD background.


White color preview on #DFCFAD background

This text has white color on #DFCFAD background.


Related colors

Complementary color

Complementary color for #hex is #203052.


I love getcolorcode.com

Triadic colors

1 #ADDFCF and #CFADDF with #DFCFAD are triadic colors.

2 #ADCFDF and #CFDFAD with #DFCFAD are triadic colors.