Color Hex Logo

#dfa364 Color Hex

#DFA364
(223,163,100)
0 Favorites   0 Comments

Color spaces of #dfa364

RGB 223163100
HSL0.090.660.63
HSV31°55°87°
CMYK 0.000.270.55   0.13
XYZ45.828942.802517.9028
Yxy42.80250.43020.4018
Hunter Lab65.423610.547029.5722
CIE-Lab71.420715.262641.1574

#dfa364 color RGB value is (223,163,100).

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

The process color (four color CMYK) of #dfa364 color hex is 0.00, 0.27, 0.55, 0.13. Web safe color of #dfa364 is #cc9966. Color #dfa364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01100100
Octal 337 243 144
Decimal 223 163 100
Hex DF A3 64

RGB Percentages of Color #dfa364

%45.88
%33.54
%20.58

CMYK Percentages of Color #dfa364

%0
%27
%55
%13

Triadic Colors of #dfa364

#dfa364 #64dfa3 #a364df

Analogous Colors of #dfa364

#dfa364 #dedf64 #df6664

Monochromatic Colors of #dfa364

#dfa364

Complementary Color

#dfa364 #64a0df

#dfa364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa364 Color CSS Codes

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

#dfa364 Text Font Color

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

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


#dfa364 Background Color

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

This div background color is #dfa364


#dfa364 Border Color

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

This div border color is #dfa364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa364


Comments

No comments written yet.

Please login to write comment.