Color Hex Logo

#dfaf71 Color Hex

#DFAF71
(223,175,113)
0 Favorites   0 Comments

Color spaces of #dfaf71

RGB 223175113
HSL0.090.630.66
HSV34°49°87°
CMYK 0.000.220.49   0.13
XYZ48.742047.540222.2300
Yxy47.54020.41130.4011
Hunter Lab68.94945.524529.1489
CIE-Lab74.53409.980738.3262

#dfaf71 color RGB value is (223,175,113).

#dfaf71 hex color red value is 223, green value is 175 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfaf71 hue: 0.09 , saturation: 0.63 and the lightness value of dfaf71 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01110001
Octal 337 257 161
Decimal 223 175 113
Hex DF AF 71

RGB Percentages of Color #dfaf71

%43.64
%34.25
%22.11

CMYK Percentages of Color #dfaf71

%0
%22
%49
%13

Triadic Colors of #dfaf71

#dfaf71 #71dfaf #af71df

Analogous Colors of #dfaf71

#dfaf71 #d8df71 #df7871

Monochromatic Colors of #dfaf71

#dfaf71

Complementary Color

#dfaf71 #71a1df

#dfaf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf71 Color CSS Codes

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

#dfaf71 Text Font Color

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

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


#dfaf71 Background Color

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

This div background color is #dfaf71


#dfaf71 Border Color

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

This div border color is #dfaf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf71


Comments

No comments written yet.

Please login to write comment.