Color Hex Logo

#dfa347 Color Hex

#DFA347
(223,163,71)
0 Favorites   0 Comments

Color spaces of #dfa347

RGB 22316371
HSL0.100.700.58
HSV36°68°87°
CMYK 0.000.270.68   0.13
XYZ44.665942.337311.7790
Yxy42.33730.45220.4286
Hunter Lab65.06718.665434.8138
CIE-Lab71.102913.287754.8803

#dfa347 color RGB value is (223,163,71).

#dfa347 hex color red value is 223, green value is 163 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dfa347 hue: 0.10 , saturation: 0.70 and the lightness value of dfa347 is 0.58.

The process color (four color CMYK) of #dfa347 color hex is 0.00, 0.27, 0.68, 0.13. Web safe color of #dfa347 is #cc9933. Color #dfa347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01000111
Octal 337 243 107
Decimal 223 163 71
Hex DF A3 47

RGB Percentages of Color #dfa347

%48.80
%35.67
%15.54

CMYK Percentages of Color #dfa347

%0
%27
%68
%13

Triadic Colors of #dfa347

#dfa347 #47dfa3 #a347df

Analogous Colors of #dfa347

#dfa347 #cfdf47 #df5747

Monochromatic Colors of #dfa347

#dfa347

Complementary Color

#dfa347 #4783df

#dfa347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa347 Color CSS Codes

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

#dfa347 Text Font Color

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

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


#dfa347 Background Color

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

This div background color is #dfa347


#dfa347 Border Color

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

This div border color is #dfa347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa347


Comments

No comments written yet.

Please login to write comment.