Color Hex Logo

#dfac74 Color Hex

#DFAC74
(223,172,116)
0 Favorites   0 Comments

Color spaces of #dfac74

RGB 223172116
HSL0.090.630.66
HSV31°48°87°
CMYK 0.000.230.48   0.13
XYZ48.336346.454022.9419
Yxy46.45400.41060.3946
Hunter Lab68.15727.315127.7528
CIE-Lab73.839211.862235.8843

#dfac74 color RGB value is (223,172,116).

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

The process color (four color CMYK) of #dfac74 color hex is 0.00, 0.23, 0.48, 0.13. Web safe color of #dfac74 is #cc9966. Color #dfac74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01110100
Octal 337 254 164
Decimal 223 172 116
Hex DF AC 74

RGB Percentages of Color #dfac74

%43.64
%33.66
%22.70

CMYK Percentages of Color #dfac74

%0
%23
%48
%13

Triadic Colors of #dfac74

#dfac74 #74dfac #ac74df

Analogous Colors of #dfac74

#dfac74 #dddf74 #df7774

Monochromatic Colors of #dfac74

#dfac74

Complementary Color

#dfac74 #74a7df

#dfac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac74 Color CSS Codes

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

#dfac74 Text Font Color

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

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


#dfac74 Background Color

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

This div background color is #dfac74


#dfac74 Border Color

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

This div border color is #dfac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac74


Comments

No comments written yet.

Please login to write comment.