Color Hex Logo

#dfa563 Color Hex

#DFA563
(223,165,99)
0 Favorites   0 Comments

Color spaces of #dfa563

RGB 22316599
HSL0.090.660.63
HSV32°56°87°
CMYK 0.000.260.56   0.13
XYZ46.138743.499117.7688
Yxy43.49910.42960.4050
Hunter Lab65.95389.452330.1942
CIE-Lab71.892414.110942.2447

#dfa563 color RGB value is (223,165,99).

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

The process color (four color CMYK) of #dfa563 color hex is 0.00, 0.26, 0.56, 0.13. Web safe color of #dfa563 is #cc9966. Color #dfa563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 01100011
Octal 337 245 143
Decimal 223 165 99
Hex DF A5 63

RGB Percentages of Color #dfa563

%45.79
%33.88
%20.33

CMYK Percentages of Color #dfa563

%0
%26
%56
%13

Triadic Colors of #dfa563

#dfa563 #63dfa5 #a563df

Analogous Colors of #dfa563

#dfa563 #dbdf63 #df6763

Monochromatic Colors of #dfa563

#dfa563

Complementary Color

#dfa563 #639ddf

#dfa563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa563 Color CSS Codes

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

#dfa563 Text Font Color

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

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


#dfa563 Background Color

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

This div background color is #dfa563


#dfa563 Border Color

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

This div border color is #dfa563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa563


Comments

No comments written yet.

Please login to write comment.