Color Hex Logo

#dfaf6f Color Hex

#DFAF6F
(223,175,111)
0 Favorites   0 Comments

Color spaces of #dfaf6f

RGB 223175111
HSL0.100.640.65
HSV34°50°87°
CMYK 0.000.220.50   0.13
XYZ48.630647.495621.6434
Yxy47.49560.41290.4033
Hunter Lab68.91715.351829.6219
CIE-Lab74.50579.797739.3225

#dfaf6f color RGB value is (223,175,111).

#dfaf6f hex color red value is 223, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dfaf6f hue: 0.10 , saturation: 0.64 and the lightness value of dfaf6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01101111
Octal 337 257 157
Decimal 223 175 111
Hex DF AF 6F

RGB Percentages of Color #dfaf6f

%43.81
%34.38
%21.81

CMYK Percentages of Color #dfaf6f

%0
%22
%50
%13

Triadic Colors of #dfaf6f

#dfaf6f #6fdfaf #af6fdf

Analogous Colors of #dfaf6f

#dfaf6f #d7df6f #df776f

Monochromatic Colors of #dfaf6f

#dfaf6f

Complementary Color

#dfaf6f #6f9fdf

#dfaf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf6f Color CSS Codes

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

#dfaf6f Text Font Color

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

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


#dfaf6f Background Color

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

This div background color is #dfaf6f


#dfaf6f Border Color

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

This div border color is #dfaf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf6f


Comments

No comments written yet.

Please login to write comment.