Color Hex Logo

#dfa444 Color Hex

#DFA444
(223,164,68)
0 Favorites   0 Comments

Color spaces of #dfa444

RGB 22316468
HSL0.100.710.57
HSV37°70°87°
CMYK 0.000.260.70   0.13
XYZ44.750342.656211.3437
Yxy42.65620.45320.4320
Hunter Lab65.31178.009235.4204
CIE-Lab71.321012.592156.4451

#dfa444 color RGB value is (223,164,68).

#dfa444 hex color red value is 223, green value is 164 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dfa444 hue: 0.10 , saturation: 0.71 and the lightness value of dfa444 is 0.57.

The process color (four color CMYK) of #dfa444 color hex is 0.00, 0.26, 0.70, 0.13. Web safe color of #dfa444 is #cc9933. Color #dfa444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01000100
Octal 337 244 104
Decimal 223 164 68
Hex DF A4 44

RGB Percentages of Color #dfa444

%49.01
%36.04
%14.95

CMYK Percentages of Color #dfa444

%0
%26
%70
%13

Triadic Colors of #dfa444

#dfa444 #44dfa4 #a444df

Analogous Colors of #dfa444

#dfa444 #cddf44 #df5744

Monochromatic Colors of #dfa444

#dfa444

Complementary Color

#dfa444 #447fdf

#dfa444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa444 Color CSS Codes

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

#dfa444 Text Font Color

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

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


#dfa444 Background Color

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

This div background color is #dfa444


#dfa444 Border Color

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

This div border color is #dfa444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa444


Comments

No comments written yet.

Please login to write comment.