Color Hex Logo

#dfc2af Color Hex

#DFC2AF
(223,194,175)
0 Favorites   0 Comments

Color spaces of #dfc2af

RGB 223194175
HSL0.070.430.78
HSV24°22°87°
CMYK 0.000.130.22   0.13
XYZ57.461157.366748.6018
Yxy57.36670.35160.3510
Hunter Lab75.74082.873414.9730
CIE-Lab80.38547.326413.3334

#dfc2af color RGB value is (223,194,175).

#dfc2af hex color red value is 223, green value is 194 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfc2af hue: 0.07 , saturation: 0.43 and the lightness value of dfc2af is 0.78.

The process color (four color CMYK) of #dfc2af color hex is 0.00, 0.13, 0.22, 0.13. Web safe color of #dfc2af is #cccc99. Color #dfc2af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10101111
Octal 337 302 257
Decimal 223 194 175
Hex DF C2 AF

RGB Percentages of Color #dfc2af

%37.67
%32.77
%29.56

CMYK Percentages of Color #dfc2af

%0
%13
%22
%13

Triadic Colors of #dfc2af

#dfc2af #afdfc2 #c2afdf

Analogous Colors of #dfc2af

#dfc2af #dfdaaf #dfafb4

Monochromatic Colors of #dfc2af

#dfc2af

Complementary Color

#dfc2af #afccdf

#dfc2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc2af Color CSS Codes

.mybgcolor {background-color:#dfc2af; } 
.myforecolor {color:#dfc2af; }
.mybordercolor {border:3px solid #dfc2af; }

#dfc2af Text Font Color

<p style="color:#dfc2af">Text here</p>

This sample text font color is #dfc2af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfc2af Background Color

<div style="background-color:#dfc2af">
Div content here</div>

This div background color is #dfc2af


#dfc2af Border Color

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

This div border color is #dfc2af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,194,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfc2af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfc2af;
  -webkit-box-shadow: 1px 1px 3px 2px #dfc2af;
  box-shadow:         1px 1px 3px 2px #dfc2af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,194,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfc2af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc2af;
  -webkit-box-shadow: 1px 1px 3px 2px #dfc2af;
  box-shadow:         1px 1px 3px 2px #dfc2af;">
Div content here</div>

This div box has shadow with color #dfc2af


Comments

No comments written yet.

Please login to write comment.