Color Hex Logo

#dfaf7f Color Hex

#DFAF7F
(223,175,127)
0 Favorites   0 Comments

Color spaces of #dfaf7f

RGB 223175127
HSL0.080.600.69
HSV30°43°87°
CMYK 0.000.220.43   0.13
XYZ49.592247.880226.7067
Yxy47.88020.39940.3856
Hunter Lab69.19556.838225.5533
CIE-Lab74.749311.366231.2704

#dfaf7f color RGB value is (223,175,127).

#dfaf7f hex color red value is 223, green value is 175 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfaf7f hue: 0.08 , saturation: 0.60 and the lightness value of dfaf7f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01111111
Octal 337 257 177
Decimal 223 175 127
Hex DF AF 7F

RGB Percentages of Color #dfaf7f

%42.48
%33.33
%24.19

CMYK Percentages of Color #dfaf7f

%0
%22
%43
%13

Triadic Colors of #dfaf7f

#dfaf7f #7fdfaf #af7fdf

Analogous Colors of #dfaf7f

#dfaf7f #dfdf7f #df7f7f

Monochromatic Colors of #dfaf7f

#dfaf7f

Complementary Color

#dfaf7f #7fafdf

#dfaf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf7f Color CSS Codes

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

#dfaf7f Text Font Color

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

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


#dfaf7f Background Color

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

This div background color is #dfaf7f


#dfaf7f Border Color

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

This div border color is #dfaf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf7f


Comments

No comments written yet.

Please login to write comment.