Color Hex Logo

#dfc4af Color Hex

#DFC4AF
(223,196,175)
1 Favorites   0 Comments

Color spaces of #dfc4af

RGB 223196175
HSL0.070.430.78
HSV26°22°87°
CMYK 0.000.120.22   0.13
XYZ57.909258.263048.7512
Yxy58.26300.35110.3533
Hunter Lab76.33021.844215.5633
CIE-Lab80.88486.270014.0379

#dfc4af color RGB value is (223,196,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10101111
Octal 337 304 257
Decimal 223 196 175
Hex DF C4 AF

RGB Percentages of Color #dfc4af

%37.54
%33.00
%29.46

CMYK Percentages of Color #dfc4af

%0
%12
%22
%13

Triadic Colors of #dfc4af

#dfc4af #afdfc4 #c4afdf

Analogous Colors of #dfc4af

#dfc4af #dfdcaf #dfafb2

Monochromatic Colors of #dfc4af

#dfc4af

Complementary Color

#dfc4af #afcadf

#dfc4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc4af Color CSS Codes

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

#dfc4af Text Font Color

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

This sample text font color is #dfc4af
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.


#dfc4af Background Color

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

This div background color is #dfc4af


#dfc4af Border Color

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

This div border color is #dfc4af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,196,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 #dfc4af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc4af


Comments

No comments written yet.

Please login to write comment.