Color Hex Logo

#dfa440 Color Hex

#DFA440
(223,164,64)
0 Favorites   0 Comments

Color spaces of #dfa440

RGB 22316464
HSL0.100.710.56
HSV38°71°87°
CMYK 0.000.260.71   0.13
XYZ44.632342.609110.7225
Yxy42.60910.45560.4349
Hunter Lab65.27567.817235.9537
CIE-Lab71.288912.388558.1398

#dfa440 color RGB value is (223,164,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01000000
Octal 337 244 100
Decimal 223 164 64
Hex DF A4 40

RGB Percentages of Color #dfa440

%49.45
%36.36
%14.19

CMYK Percentages of Color #dfa440

%0
%26
%71
%13

Triadic Colors of #dfa440

#dfa440 #40dfa4 #a440df

Analogous Colors of #dfa440

#dfa440 #cbdf40 #df5540

Monochromatic Colors of #dfa440

#dfa440

Complementary Color

#dfa440 #407bdf

#dfa440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa440 Color CSS Codes

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

#dfa440 Text Font Color

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

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


#dfa440 Background Color

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

This div background color is #dfa440


#dfa440 Border Color

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

This div border color is #dfa440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa440


Comments

No comments written yet.

Please login to write comment.