Color Hex Logo

#dfaf4f Color Hex

#DFAF4F
(223,175,79)
0 Favorites   0 Comments

Color spaces of #dfaf4f

RGB 22317579
HSL0.110.690.59
HSV40°65°87°
CMYK 0.000.220.65   0.13
XYZ47.172746.912413.9659
Yxy46.91240.43660.4342
Hunter Lab68.49263.075635.8554
CIE-Lab74.13377.364154.5397

#dfaf4f color RGB value is (223,175,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01001111
Octal 337 257 117
Decimal 223 175 79
Hex DF AF 4F

RGB Percentages of Color #dfaf4f

%46.75
%36.69
%16.56

CMYK Percentages of Color #dfaf4f

%0
%22
%65
%13

Triadic Colors of #dfaf4f

#dfaf4f #4fdfaf #af4fdf

Analogous Colors of #dfaf4f

#dfaf4f #c7df4f #df674f

Monochromatic Colors of #dfaf4f

#dfaf4f

Complementary Color

#dfaf4f #4f7fdf

#dfaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf4f Color CSS Codes

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

#dfaf4f Text Font Color

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

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


#dfaf4f Background Color

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

This div background color is #dfaf4f


#dfaf4f Border Color

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

This div border color is #dfaf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf4f


Comments

No comments written yet.

Please login to write comment.